public class Gateway extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for gateway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gateway">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wdp" type="{urn:ietf:params:xml:ns:kannel-1.0}stats" minOccurs="0"/>
<element name="sms" type="{urn:ietf:params:xml:ns:kannel-1.0}stats" minOccurs="0"/>
<element name="dlr" type="{urn:ietf:params:xml:ns:kannel-1.0}dlr" minOccurs="0"/>
<element name="boxes" type="{urn:ietf:params:xml:ns:kannel-1.0}boxes" minOccurs="0"/>
<element name="smscs" type="{urn:ietf:params:xml:ns:kannel-1.0}smscs" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boxes |
boxes |
protected Dlr |
dlr |
protected Stats |
sms |
protected Smscs |
smscs |
protected String |
status |
protected String |
version |
protected Stats |
wdp |
| Constructor and Description |
|---|
Gateway() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Boxes |
getBoxes()
Gets the value of the boxes property.
|
Dlr |
getDlr()
Gets the value of the dlr property.
|
Stats |
getSms()
Gets the value of the sms property.
|
Smscs |
getSmscs()
Gets the value of the smscs property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getVersion()
Gets the value of the version property.
|
Stats |
getWdp()
Gets the value of the wdp property.
|
boolean |
isSetBoxes() |
boolean |
isSetDlr() |
boolean |
isSetSms() |
boolean |
isSetSmscs() |
boolean |
isSetStatus() |
boolean |
isSetVersion() |
boolean |
isSetWdp() |
void |
setBoxes(Boxes value)
Sets the value of the boxes property.
|
void |
setDlr(Dlr value)
Sets the value of the dlr property.
|
void |
setSms(Stats value)
Sets the value of the sms property.
|
void |
setSmscs(Smscs value)
Sets the value of the smscs property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWdp(Stats value)
Sets the value of the wdp property.
|
String |
toString() |
Gateway |
withBoxes(Boxes value) |
Gateway |
withDlr(Dlr value) |
Gateway |
withSms(Stats value) |
Gateway |
withSmscs(Smscs value) |
Gateway |
withStatus(String value) |
Gateway |
withVersion(String value) |
Gateway |
withWdp(Stats value) |
protected String version
protected String status
protected Stats wdp
protected Stats sms
protected Dlr dlr
protected Boxes boxes
protected Smscs smscs
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public void setWdp(Stats value)
value - allowed object is
Statspublic boolean isSetWdp()
public void setSms(Stats value)
value - allowed object is
Statspublic boolean isSetSms()
public void setDlr(Dlr value)
value - allowed object is
Dlrpublic boolean isSetDlr()
public Boxes getBoxes()
Boxespublic void setBoxes(Boxes value)
value - allowed object is
Boxespublic boolean isSetBoxes()
public Smscs getSmscs()
Smscspublic void setSmscs(Smscs value)
value - allowed object is
Smscspublic boolean isSetSmscs()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2014. All rights reserved.