public class TDeliveryMessageOutput extends Object
Java class for tDeliveryMessageOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDeliveryMessageOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmDelivery" type="{http://isds.czechpoint.cz/v20}tDelivery" minOccurs="0"/>
<element name="dmStatus" type="{http://isds.czechpoint.cz/v20}tStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<TDelivery> |
dmDelivery |
protected TStatus |
dmStatus |
| Constructor and Description |
|---|
TDeliveryMessageOutput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TDelivery> |
getDmDelivery()
Gets the value of the dmDelivery property.
|
TStatus |
getDmStatus()
Gets the value of the dmStatus property.
|
void |
setDmDelivery(JAXBElement<TDelivery> value)
Sets the value of the dmDelivery property.
|
void |
setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
protected JAXBElement<TDelivery> dmDelivery
protected TStatus dmStatus
public JAXBElement<TDelivery> getDmDelivery()
JAXBElement<TDelivery>public void setDmDelivery(JAXBElement<TDelivery> value)
value - allowed object is
JAXBElement<TDelivery>public TStatus getDmStatus()
TStatusCopyright © 2016. All rights reserved.