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