public class TFile extends Object
Java class for tFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="dmEncodedContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="dmXMLContent">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace=''/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TFile.DmXMLContent
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
dmEncodedContent |
protected TFile.DmXMLContent |
dmXMLContent |
| Constructor and Description |
|---|
TFile() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDmEncodedContent()
Gets the value of the dmEncodedContent property.
|
TFile.DmXMLContent |
getDmXMLContent()
Gets the value of the dmXMLContent property.
|
void |
setDmEncodedContent(byte[] value)
Sets the value of the dmEncodedContent property.
|
void |
setDmXMLContent(TFile.DmXMLContent value)
Sets the value of the dmXMLContent property.
|
protected byte[] dmEncodedContent
protected TFile.DmXMLContent dmXMLContent
public byte[] getDmEncodedContent()
public void setDmEncodedContent(byte[] value)
value - allowed object is
byte[]public TFile.DmXMLContent getDmXMLContent()
TFile.DmXMLContentpublic void setDmXMLContent(TFile.DmXMLContent value)
value - allowed object is
TFile.DmXMLContentCopyright © 2017. All rights reserved.