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.4.1#}ValidationReportDataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: