public class XmlContainerInfo extends Object
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://www.w3.org/2001/XMLSchema}string" 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerType |
protected List<String> |
contentFiles |
protected List<XmlManifestFile> |
manifestFiles |
protected String |
mimeTypeContent |
protected Boolean |
mimeTypeFilePresent |
protected String |
zipComment |
| Constructor and Description |
|---|
XmlContainerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerType()
Gets the value of the containerType property.
|
List<String> |
getContentFiles() |
List<XmlManifestFile> |
getManifestFiles() |
String |
getMimeTypeContent()
Gets the value of the mimeTypeContent property.
|
String |
getZipComment()
Gets the value of the zipComment property.
|
Boolean |
isMimeTypeFilePresent()
Gets the value of the mimeTypeFilePresent property.
|
void |
setContainerType(String value)
Sets the value of the containerType property.
|
void |
setContentFiles(List<String> contentFiles) |
void |
setManifestFiles(List<XmlManifestFile> manifestFiles) |
void |
setMimeTypeContent(String value)
Sets the value of the mimeTypeContent property.
|
void |
setMimeTypeFilePresent(Boolean value)
Sets the value of the mimeTypeFilePresent property.
|
void |
setZipComment(String value)
Sets the value of the zipComment property.
|
protected String containerType
protected String zipComment
protected Boolean mimeTypeFilePresent
protected String mimeTypeContent
protected List<XmlManifestFile> manifestFiles
public String getContainerType()
Stringpublic void setContainerType(String value)
value - allowed object is
Stringpublic String getZipComment()
Stringpublic void setZipComment(String value)
value - allowed object is
Stringpublic Boolean isMimeTypeFilePresent()
Booleanpublic void setMimeTypeFilePresent(Boolean value)
value - allowed object is
Booleanpublic String getMimeTypeContent()
Stringpublic void setMimeTypeContent(String value)
value - allowed object is
Stringpublic List<XmlManifestFile> getManifestFiles()
public void setManifestFiles(List<XmlManifestFile> manifestFiles)
Copyright © 2018. All rights reserved.