Class XmlStructuralValidation

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation
All Implemented Interfaces:
Serializable

public class XmlStructuralValidation extends Object implements Serializable

Java class for StructuralValidation complex type.

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

 <complexType name="StructuralValidation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: