Class ASiCManifestType

java.lang.Object
eu.europa.esig.asic.manifest.jaxb.ASiCManifestType

public class ASiCManifestType extends Object

Java class for ASiCManifestType complex type.

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

 <complexType name="ASiCManifestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02918/v1.2.1#}SigReference"/>
         <element ref="{http://uri.etsi.org/02918/v1.2.1#}DataObjectReference" maxOccurs="unbounded"/>
         <element name="ASiCManifestExtensions" type="{http://uri.etsi.org/02918/v1.2.1#}ExtensionsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>