Class IndividualValidationConstraintReportType
java.lang.Object
eu.europa.esig.validationreport.jaxb.IndividualValidationConstraintReportType
- All Implemented Interfaces:
Serializable
public class IndividualValidationConstraintReportType extends Object implements Serializable
Java class for IndividualValidationConstraintReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualValidationConstraintReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationConstraintIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="ValidationConstraintParameter" type="{http://uri.etsi.org/19102/v1.2.1#}TypedDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ConstraintStatus" type="{http://uri.etsi.org/19102/v1.2.1#}ConstraintStatusType"/>
<element name="ValidationStatus" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationStatusType" minOccurs="0"/>
<element name="Indications" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected ConstraintStatusTypeconstraintStatusprotected Objectindicationsprotected StringvalidationConstraintIdentifierprotected List<TypedDataType>validationConstraintParameterprotected ValidationStatusTypevalidationStatus -
Constructor Summary
Constructors Constructor Description IndividualValidationConstraintReportType() -
Method Summary
Modifier and Type Method Description ConstraintStatusTypegetConstraintStatus()Gets the value of the constraintStatus property.ObjectgetIndications()Gets the value of the indications property.StringgetValidationConstraintIdentifier()Gets the value of the validationConstraintIdentifier property.List<TypedDataType>getValidationConstraintParameter()Gets the value of the validationConstraintParameter property.ValidationStatusTypegetValidationStatus()Gets the value of the validationStatus property.voidsetConstraintStatus(ConstraintStatusType value)Sets the value of the constraintStatus property.voidsetIndications(Object value)Sets the value of the indications property.voidsetValidationConstraintIdentifier(String value)Sets the value of the validationConstraintIdentifier property.voidsetValidationStatus(ValidationStatusType value)Sets the value of the validationStatus property.
-
Field Details
-
Constructor Details
-
IndividualValidationConstraintReportType
public IndividualValidationConstraintReportType()
-
-
Method Details
-
getValidationConstraintIdentifier
Gets the value of the validationConstraintIdentifier property.- Returns:
- possible object is
String
-
setValidationConstraintIdentifier
Sets the value of the validationConstraintIdentifier property.- Parameters:
value- allowed object isString
-
getValidationConstraintParameter
Gets the value of the validationConstraintParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the validationConstraintParameter property.For example, to add a new item, do as follows:
getValidationConstraintParameter().add(newItem);Objects of the following type(s) are allowed in the list
TypedDataType -
getConstraintStatus
Gets the value of the constraintStatus property.- Returns:
- possible object is
ConstraintStatusType
-
setConstraintStatus
Sets the value of the constraintStatus property.- Parameters:
value- allowed object isConstraintStatusType
-
getValidationStatus
Gets the value of the validationStatus property.- Returns:
- possible object is
ValidationStatusType
-
setValidationStatus
Sets the value of the validationStatus property.- Parameters:
value- allowed object isValidationStatusType
-
getIndications
Gets the value of the indications property.- Returns:
- possible object is
Object
-
setIndications
Sets the value of the indications property.- Parameters:
value- allowed object isObject
-