Class XmlManifestFile
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlManifestFile
- All Implemented Interfaces:
- Serializable
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>
 - See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the filename property.Gets the value of the signatureFilename property.voidsetEntries(List<String> entries) voidsetFilename(String value) Sets the value of the filename property.voidsetSignatureFilename(String value) Sets the value of the signatureFilename property.
- 
Field Details- 
filename
- 
signatureFilename
- 
entries
 
- 
- 
Constructor Details- 
XmlManifestFilepublic XmlManifestFile()
 
- 
- 
Method Details- 
getFilenameGets the value of the filename property.- Returns:
- possible object is
     String
 
- 
setFilenameSets the value of the filename property.- Parameters:
- value- allowed object is- String
 
- 
getSignatureFilenameGets the value of the signatureFilename property.- Returns:
- possible object is
     String
 
- 
setSignatureFilenameSets the value of the signatureFilename property.- Parameters:
- value- allowed object is- String
 
- 
getEntries
- 
setEntries
 
-