public class Smsc extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for smsc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="smsc">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" 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="received" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="failed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="queued" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
failed |
protected String |
id |
protected String |
name |
protected Integer |
queued |
protected Integer |
received |
protected Integer |
sent |
protected String |
status |
| Constructor and Description |
|---|
Smsc() |
| 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) |
Integer |
getFailed()
Gets the value of the failed property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getQueued()
Gets the value of the queued property.
|
Integer |
getReceived()
Gets the value of the received property.
|
Integer |
getSent()
Gets the value of the sent property.
|
String |
getStatus()
Gets the value of the status property.
|
boolean |
isSetFailed() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetQueued() |
boolean |
isSetReceived() |
boolean |
isSetSent() |
boolean |
isSetStatus() |
void |
setFailed(Integer value)
Sets the value of the failed property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setQueued(Integer value)
Sets the value of the queued property.
|
void |
setReceived(Integer value)
Sets the value of the received property.
|
void |
setSent(Integer value)
Sets the value of the sent property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
String |
toString() |
Smsc |
withFailed(Integer value) |
Smsc |
withId(String value) |
Smsc |
withName(String value) |
Smsc |
withQueued(Integer value) |
Smsc |
withReceived(Integer value) |
Smsc |
withSent(Integer value) |
Smsc |
withStatus(String value) |
protected String name
protected String id
protected String status
protected Integer received
protected Integer sent
protected Integer failed
protected Integer queued
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public Integer getReceived()
Integerpublic void setReceived(Integer value)
value - allowed object is
Integerpublic boolean isSetReceived()
public Integer getSent()
Integerpublic void setSent(Integer value)
value - allowed object is
Integerpublic boolean isSetSent()
public Integer getFailed()
Integerpublic void setFailed(Integer value)
value - allowed object is
Integerpublic boolean isSetFailed()
public Integer getQueued()
Integerpublic void setQueued(Integer value)
value - allowed object is
Integerpublic boolean isSetQueued()
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.