public class TStatus extends Object
Java class for tStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmStatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dmStatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dmStatusCode |
protected String |
dmStatusMessage |
| Constructor and Description |
|---|
TStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDmStatusCode()
Gets the value of the dmStatusCode property.
|
String |
getDmStatusMessage()
Gets the value of the dmStatusMessage property.
|
void |
setDmStatusCode(String value)
Sets the value of the dmStatusCode property.
|
void |
setDmStatusMessage(String value)
Sets the value of the dmStatusMessage property.
|
protected String dmStatusCode
protected String dmStatusMessage
public String getDmStatusCode()
Stringpublic void setDmStatusCode(String value)
value - allowed object is
Stringpublic String getDmStatusMessage()
StringCopyright © 2017. All rights reserved.