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.4.1#}TypedDataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ConstraintStatus" type="{http://uri.etsi.org/19102/v1.4.1#}ConstraintStatusType"/>
         <element name="ValidationStatus" type="{http://uri.etsi.org/19102/v1.4.1#}ValidationStatusType" minOccurs="0"/>
         <element name="Indications" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • validationConstraintIdentifier

      protected String validationConstraintIdentifier
    • validationConstraintParameter

      protected List<TypedDataType> validationConstraintParameter
    • constraintStatus

      protected ConstraintStatusType constraintStatus
    • validationStatus

      protected ValidationStatusType validationStatus
    • indications

      protected Object indications
  • Constructor Details

    • IndividualValidationConstraintReportType

      public IndividualValidationConstraintReportType()
  • Method Details

    • getValidationConstraintIdentifier

      public String getValidationConstraintIdentifier()
      Gets the value of the validationConstraintIdentifier property.
      Returns:
      possible object is String
    • setValidationConstraintIdentifier

      public void setValidationConstraintIdentifier(String value)
      Sets the value of the validationConstraintIdentifier property.
      Parameters:
      value - allowed object is String
    • getValidationConstraintParameter

      public List<TypedDataType> 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 Jakarta XML Binding object. This is why there is not a set method 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

      public ConstraintStatusType getConstraintStatus()
      Gets the value of the constraintStatus property.
      Returns:
      possible object is ConstraintStatusType
    • setConstraintStatus

      public void setConstraintStatus(ConstraintStatusType value)
      Sets the value of the constraintStatus property.
      Parameters:
      value - allowed object is ConstraintStatusType
    • getValidationStatus

      public ValidationStatusType getValidationStatus()
      Gets the value of the validationStatus property.
      Returns:
      possible object is ValidationStatusType
    • setValidationStatus

      public void setValidationStatus(ValidationStatusType value)
      Sets the value of the validationStatus property.
      Parameters:
      value - allowed object is ValidationStatusType
    • getIndications

      public Object getIndications()
      Gets the value of the indications property.
      Returns:
      possible object is Object
    • setIndications

      public void setIndications(Object value)
      Sets the value of the indications property.
      Parameters:
      value - allowed object is Object