org.hackystat.tickertape.tickerlingua.jaxb
Class TwitterAccountRef

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

public class TwitterAccountRef
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="{}refid use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

refid

protected java.lang.String refid
Constructor Detail

TwitterAccountRef

public TwitterAccountRef()
Method Detail

getRefid

public java.lang.String getRefid()
Gets the value of the refid property.

Returns:
possible object is String

setRefid

public void setRefid(java.lang.String value)
Sets the value of the refid property.

Parameters:
value - allowed object is String