public class Smscs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for smscs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="smscs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="smsc" type="{urn:ietf:params:xml:ns:kannel-1.0}smsc" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
count |
protected Smsc |
smsc |
| Constructor and Description |
|---|
Smscs() |
| 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 |
getCount()
Gets the value of the count property.
|
Smsc |
getSmsc()
Gets the value of the smsc property.
|
boolean |
isSetCount() |
boolean |
isSetSmsc() |
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setSmsc(Smsc value)
Sets the value of the smsc property.
|
String |
toString() |
Smscs |
withCount(Integer value) |
Smscs |
withSmsc(Smsc value) |
public Integer getCount()
Integerpublic void setCount(Integer value)
value - allowed object is
Integerpublic boolean isSetCount()
public void setSmsc(Smsc value)
value - allowed object is
Smscpublic boolean isSetSmsc()
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.