Class XmlContainerInfo

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

public class XmlContainerInfo extends Object implements Serializable

Java class for ContainerInfo complex type.

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

 <complexType name="ContainerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ContainerType" type="{http://dss.esig.europa.eu/validation/diagnostic}ContainerType" minOccurs="0"/>
         <element name="ZipComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MimeTypeFilePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MimeTypeContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ManifestFiles" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ManifestFile" type="{http://dss.esig.europa.eu/validation/diagnostic}ManifestFile" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ContentFiles" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ContentFile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: