public class TReturnedMessage extends Object
Java class for tReturnedMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReturnedMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmDm">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://isds.czechpoint.cz/v20}gMessageEnvelope"/>
<element name="dmFiles" type="{http://isds.czechpoint.cz/v20}tFilesArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dmHash" type="{http://isds.czechpoint.cz/v20}tHash"/>
<element name="dmQTimestamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="dmDeliveryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmAcceptanceTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmMessageStatus" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dmAttachmentSize" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
<attribute name="dmType" type="{http://isds.czechpoint.cz/v20}tDmType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TReturnedMessage.DmDm
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dmAcceptanceTime |
protected BigInteger |
dmAttachmentSize |
protected XMLGregorianCalendar |
dmDeliveryTime |
protected TReturnedMessage.DmDm |
dmDm |
protected THash |
dmHash |
protected BigInteger |
dmMessageStatus |
protected byte[] |
dmQTimestamp |
protected String |
dmType |
| Constructor and Description |
|---|
TReturnedMessage() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDmAcceptanceTime()
Gets the value of the dmAcceptanceTime property.
|
BigInteger |
getDmAttachmentSize()
Gets the value of the dmAttachmentSize property.
|
XMLGregorianCalendar |
getDmDeliveryTime()
Gets the value of the dmDeliveryTime property.
|
TReturnedMessage.DmDm |
getDmDm()
Gets the value of the dmDm property.
|
THash |
getDmHash()
Gets the value of the dmHash property.
|
BigInteger |
getDmMessageStatus()
Gets the value of the dmMessageStatus property.
|
byte[] |
getDmQTimestamp()
Gets the value of the dmQTimestamp property.
|
String |
getDmType()
Gets the value of the dmType property.
|
void |
setDmAcceptanceTime(XMLGregorianCalendar value)
Sets the value of the dmAcceptanceTime property.
|
void |
setDmAttachmentSize(BigInteger value)
Sets the value of the dmAttachmentSize property.
|
void |
setDmDeliveryTime(XMLGregorianCalendar value)
Sets the value of the dmDeliveryTime property.
|
void |
setDmDm(TReturnedMessage.DmDm value)
Sets the value of the dmDm property.
|
void |
setDmHash(THash value)
Sets the value of the dmHash property.
|
void |
setDmMessageStatus(BigInteger value)
Sets the value of the dmMessageStatus property.
|
void |
setDmQTimestamp(byte[] value)
Sets the value of the dmQTimestamp property.
|
void |
setDmType(String value)
Sets the value of the dmType property.
|
protected TReturnedMessage.DmDm dmDm
protected THash dmHash
protected byte[] dmQTimestamp
protected XMLGregorianCalendar dmDeliveryTime
protected XMLGregorianCalendar dmAcceptanceTime
protected BigInteger dmMessageStatus
protected BigInteger dmAttachmentSize
protected String dmType
public TReturnedMessage.DmDm getDmDm()
TReturnedMessage.DmDmpublic void setDmDm(TReturnedMessage.DmDm value)
value - allowed object is
TReturnedMessage.DmDmpublic THash getDmHash()
THashpublic void setDmHash(THash value)
value - allowed object is
THashpublic byte[] getDmQTimestamp()
public void setDmQTimestamp(byte[] value)
value - allowed object is
byte[]public XMLGregorianCalendar getDmDeliveryTime()
XMLGregorianCalendarpublic void setDmDeliveryTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDmAcceptanceTime()
XMLGregorianCalendarpublic void setDmAcceptanceTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getDmMessageStatus()
BigIntegerpublic void setDmMessageStatus(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDmAttachmentSize()
BigIntegerpublic void setDmAttachmentSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getDmType()
StringCopyright © 2017. All rights reserved.