org.hackystat.tickertape.tickerlingua.jaxb
Class SmsAccount

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.SmsAccount

public class SmsAccount
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}number use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String number
           
 
Constructor Summary
SmsAccount()
           
 
Method Summary
 java.lang.String getNumber()
          Gets the value of the number property.
 void setNumber(java.lang.String value)
          Sets the value of the number property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected java.lang.String number
Constructor Detail

SmsAccount

public SmsAccount()
Method Detail

getNumber

public java.lang.String getNumber()
Gets the value of the number property.

Returns:
possible object is String

setNumber

public void setNumber(java.lang.String value)
Sets the value of the number property.

Parameters:
value - allowed object is String