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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringoverriddenByprotected ConstraintStatusstatus -
Constructor Summary
Constructors Constructor Description ConstraintStatusType() -
Method Summary
Modifier and Type Method Description StringgetOverriddenBy()Gets the value of the overriddenBy property.ConstraintStatusgetStatus()Gets the value of the status property.voidsetOverriddenBy(String value)Sets the value of the overriddenBy property.voidsetStatus(ConstraintStatus value)Sets the value of the status property.
-
Field Details
-
Constructor Details
-
ConstraintStatusType
public ConstraintStatusType()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getOverriddenBy
Gets the value of the overriddenBy property.- Returns:
- possible object is
String
-
setOverriddenBy
Sets the value of the overriddenBy property.- Parameters:
value- allowed object isString
-