Class ValidationStatusType

java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationStatusType
All Implemented Interfaces:
Serializable

public class ValidationStatusType extends Object implements Serializable

Java class for ValidationStatusType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidationStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MainIndication" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="SubIndication" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AssociatedValidationReportData" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationReportDataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ValidationStatusType

      public ValidationStatusType()
  • Method Details

    • getMainIndication

      public Indication getMainIndication()
      Gets the value of the mainIndication property.
      Returns:
      possible object is String
    • setMainIndication

      public void setMainIndication(Indication value)
      Sets the value of the mainIndication property.
      Parameters:
      value - allowed object is String
    • getSubIndication

      public List<SubIndication> getSubIndication()
      Gets the value of the subIndication 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 set method for the subIndication property.

      For example, to add a new item, do as follows:

          getSubIndication().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getAssociatedValidationReportData

      public List<ValidationReportDataType> getAssociatedValidationReportData()
      Gets the value of the associatedValidationReportData 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 set method for the associatedValidationReportData property.

      For example, to add a new item, do as follows:

          getAssociatedValidationReportData().add(newItem);
       

      Objects of the following type(s) are allowed in the list ValidationReportDataType