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