public class TIREPDG2BUploadAck extends Object
Java class for TIREPDG2BUploadAck complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIREPDG2BUploadAck">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HostID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubscriberMessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostID |
protected int |
returnCode |
protected String |
subscriberMessageID |
| Constructor and Description |
|---|
TIREPDG2BUploadAck() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostID()
Gets the value of the hostID property.
|
int |
getReturnCode()
Gets the value of the returnCode property.
|
String |
getSubscriberMessageID()
Gets the value of the subscriberMessageID property.
|
void |
setHostID(String value)
Sets the value of the hostID property.
|
void |
setReturnCode(int value)
Sets the value of the returnCode property.
|
void |
setSubscriberMessageID(String value)
Sets the value of the subscriberMessageID property.
|
protected String hostID
protected String subscriberMessageID
protected int returnCode
public String getHostID()
Stringpublic void setHostID(String value)
value - allowed object is
Stringpublic String getSubscriberMessageID()
Stringpublic void setSubscriberMessageID(String value)
value - allowed object is
Stringpublic int getReturnCode()
public void setReturnCode(int value)
Copyright © 2017. All rights reserved.