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