Class ConstraintStatusType

java.lang.Object
eu.europa.esig.validationreport.jaxb.ConstraintStatusType
All Implemented Interfaces:
Serializable

public class ConstraintStatusType extends Object implements Serializable

Java class for ConstraintStatusType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConstraintStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="OverriddenBy" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ConstraintStatusType

      public ConstraintStatusType()
  • Method Details

    • getStatus

      public ConstraintStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(ConstraintStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getOverriddenBy

      public String getOverriddenBy()
      Gets the value of the overriddenBy property.
      Returns:
      possible object is String
    • setOverriddenBy

      public void setOverriddenBy(String value)
      Sets the value of the overriddenBy property.
      Parameters:
      value - allowed object is String