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 Detail
-
status
protected ConstraintStatus status
-
overriddenBy
protected String overriddenBy
-
-
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 isString
-
getOverriddenBy
public String getOverriddenBy()
Gets the value of the overriddenBy property.- Returns:
- possible object is
String
-
-