Class 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:
    Serialized Form
    • Constructor Detail

      • ConstraintStatusType

        public ConstraintStatusType()
    • Method Detail

      • 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