public class XmlManifestFile extends Object
Java class for ManifestFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManifestFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SignatureFilename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Entries" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Entry" 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 List<String> |
entries |
protected String |
filename |
protected String |
signatureFilename |
| Constructor and Description |
|---|
XmlManifestFile() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntries() |
String |
getFilename()
Gets the value of the filename property.
|
String |
getSignatureFilename()
Gets the value of the signatureFilename property.
|
void |
setEntries(List<String> entries) |
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setSignatureFilename(String value)
Sets the value of the signatureFilename property.
|
protected String filename
protected String signatureFilename
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getSignatureFilename()
Stringpublic void setSignatureFilename(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.