public class TDelivery extends Object
Java class for tDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDelivery">
<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">
<group ref="{http://isds.czechpoint.cz/v20}gMessageEnvelope"/>
</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="dmEvents" type="{http://isds.czechpoint.cz/v20}tEventsArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TDelivery.DmDm
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dmAcceptanceTime |
protected XMLGregorianCalendar |
dmDeliveryTime |
protected TDelivery.DmDm |
dmDm |
protected TEventsArray |
dmEvents |
protected THash |
dmHash |
protected BigInteger |
dmMessageStatus |
protected byte[] |
dmQTimestamp |
| Constructor and Description |
|---|
TDelivery() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDmAcceptanceTime()
Gets the value of the dmAcceptanceTime property.
|
XMLGregorianCalendar |
getDmDeliveryTime()
Gets the value of the dmDeliveryTime property.
|
TDelivery.DmDm |
getDmDm()
Gets the value of the dmDm property.
|
TEventsArray |
getDmEvents()
Gets the value of the dmEvents 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.
|
void |
setDmAcceptanceTime(XMLGregorianCalendar value)
Sets the value of the dmAcceptanceTime property.
|
void |
setDmDeliveryTime(XMLGregorianCalendar value)
Sets the value of the dmDeliveryTime property.
|
void |
setDmDm(TDelivery.DmDm value)
Sets the value of the dmDm property.
|
void |
setDmEvents(TEventsArray value)
Sets the value of the dmEvents 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.
|
protected TDelivery.DmDm dmDm
protected THash dmHash
protected byte[] dmQTimestamp
protected XMLGregorianCalendar dmDeliveryTime
protected XMLGregorianCalendar dmAcceptanceTime
protected BigInteger dmMessageStatus
protected TEventsArray dmEvents
public TDelivery.DmDm getDmDm()
TDelivery.DmDmpublic void setDmDm(TDelivery.DmDm value)
value - allowed object is
TDelivery.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 TEventsArray getDmEvents()
TEventsArraypublic void setDmEvents(TEventsArray value)
value - allowed object is
TEventsArrayCopyright © 2016. All rights reserved.