public static class TFilesArray.DmFile extends TFile
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
TFile.DmXMLContent| Modifier and Type | Field and Description |
|---|---|
protected String |
dmFileDescr |
protected String |
dmFileGuid |
protected String |
dmFileMetaType |
protected String |
dmFormat |
protected String |
dmMimeType |
protected String |
dmUpFileGuid |
dmEncodedContent, dmXMLContent| Constructor and Description |
|---|
DmFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDmFileDescr()
Gets the value of the dmFileDescr property.
|
String |
getDmFileGuid()
Gets the value of the dmFileGuid property.
|
String |
getDmFileMetaType()
Gets the value of the dmFileMetaType property.
|
String |
getDmFormat()
Gets the value of the dmFormat property.
|
String |
getDmMimeType()
Gets the value of the dmMimeType property.
|
String |
getDmUpFileGuid()
Gets the value of the dmUpFileGuid property.
|
void |
setDmFileDescr(String value)
Sets the value of the dmFileDescr property.
|
void |
setDmFileGuid(String value)
Sets the value of the dmFileGuid property.
|
void |
setDmFileMetaType(String value)
Sets the value of the dmFileMetaType property.
|
void |
setDmFormat(String value)
Sets the value of the dmFormat property.
|
void |
setDmMimeType(String value)
Sets the value of the dmMimeType property.
|
void |
setDmUpFileGuid(String value)
Sets the value of the dmUpFileGuid property.
|
getDmEncodedContent, getDmXMLContent, setDmEncodedContent, setDmXMLContentprotected String dmMimeType
protected String dmFileMetaType
protected String dmFileGuid
protected String dmUpFileGuid
protected String dmFileDescr
protected String dmFormat
public String getDmMimeType()
Stringpublic void setDmMimeType(String value)
value - allowed object is
Stringpublic String getDmFileMetaType()
Stringpublic void setDmFileMetaType(String value)
value - allowed object is
Stringpublic String getDmFileGuid()
Stringpublic void setDmFileGuid(String value)
value - allowed object is
Stringpublic String getDmUpFileGuid()
Stringpublic void setDmUpFileGuid(String value)
value - allowed object is
Stringpublic String getDmFileDescr()
Stringpublic void setDmFileDescr(String value)
value - allowed object is
Stringpublic String getDmFormat()
StringCopyright © 2016. All rights reserved.