Class ConstraintStatusType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ConstraintStatusType
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the overriddenBy property.Gets the value of the status property.void
setOverriddenBy
(String value) Sets the value of the overriddenBy property.void
setStatus
(ConstraintStatus value) Sets the value of the status property.
-
Field Details
-
status
-
overriddenBy
-
-
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
-