public class TFilesArray extends Object
Java class for tFilesArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFilesArray">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmFile" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://isds.czechpoint.cz/v20}tFile">
<attribute name="dmMimeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dmFileMetaType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="main"/>
<enumeration value="enclosure"/>
<enumeration value="signature"/>
<enumeration value="meta"/>
</restriction>
</simpleType>
</attribute>
<attribute name="dmFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dmUpFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dmFileDescr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dmFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TFilesArray.DmFile
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TFilesArray.DmFile> |
dmFile |
| Constructor and Description |
|---|
TFilesArray() |
| Modifier and Type | Method and Description |
|---|---|
List<TFilesArray.DmFile> |
getDmFile()
Gets the value of the dmFile property.
|
protected List<TFilesArray.DmFile> dmFile
public List<TFilesArray.DmFile> getDmFile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dmFile property.
For example, to add a new item, do as follows:
getDmFile().add(newItem);
Objects of the following type(s) are allowed in the list
TFilesArray.DmFile
Copyright © 2016. All rights reserved.