org.hackystat.tickertape.tickerlingua.jaxb
Class Nabaztag

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

public class Nabaztag
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="{}id use="required""/>
       <attribute ref="{}serialnumber use="required""/>
       <attribute ref="{}token use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.lang.String serialnumber
           
protected  java.lang.String token
           
 
Constructor Summary
Nabaztag()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getSerialnumber()
          Gets the value of the serialnumber property.
 java.lang.String getToken()
          Gets the value of the token property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setSerialnumber(java.lang.String value)
          Sets the value of the serialnumber property.
 void setToken(java.lang.String value)
          Sets the value of the token property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

serialnumber

protected java.lang.String serialnumber

token

protected java.lang.String token
Constructor Detail

Nabaztag

public Nabaztag()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSerialnumber

public java.lang.String getSerialnumber()
Gets the value of the serialnumber property.

Returns:
possible object is String

setSerialnumber

public void setSerialnumber(java.lang.String value)
Sets the value of the serialnumber property.

Parameters:
value - allowed object is String

getToken

public java.lang.String getToken()
Gets the value of the token property.

Returns:
possible object is String

setToken

public void setToken(java.lang.String value)
Sets the value of the token property.

Parameters:
value - allowed object is String