Class XmlContainerInfo
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlContainerInfo
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ASiCContainerTypeprotected List<XmlManifestFile>protected Stringprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the containerType property.Gets the value of the mimeTypeContent property.Gets the value of the zipComment property.Gets the value of the mimeTypeFilePresent property.voidSets the value of the containerType property.voidsetContentFiles(List<String> contentFiles) voidsetManifestFiles(List<XmlManifestFile> manifestFiles) voidsetMimeTypeContent(String value) Sets the value of the mimeTypeContent property.voidsetMimeTypeFilePresent(Boolean value) Sets the value of the mimeTypeFilePresent property.voidsetZipComment(String value) Sets the value of the zipComment property.
-
Field Details
-
containerType
-
zipComment
-
mimeTypeFilePresent
-
mimeTypeContent
-
manifestFiles
-
contentFiles
-
-
Constructor Details
-
XmlContainerInfo
public XmlContainerInfo()
-
-
Method Details
-
getContainerType
Gets the value of the containerType property.- Returns:
- possible object is
String
-
setContainerType
Sets the value of the containerType property.- Parameters:
value- allowed object isString
-
getZipComment
Gets the value of the zipComment property.- Returns:
- possible object is
String
-
setZipComment
Sets the value of the zipComment property.- Parameters:
value- allowed object isString
-
isMimeTypeFilePresent
Gets the value of the mimeTypeFilePresent property.- Returns:
- possible object is
Boolean
-
setMimeTypeFilePresent
Sets the value of the mimeTypeFilePresent property.- Parameters:
value- allowed object isBoolean
-
getMimeTypeContent
Gets the value of the mimeTypeContent property.- Returns:
- possible object is
String
-
setMimeTypeContent
Sets the value of the mimeTypeContent property.- Parameters:
value- allowed object isString
-
getManifestFiles
-
setManifestFiles
-
getContentFiles
-
setContentFiles
-