org.hackystat.tickertape.tickerlingua.jaxb
Class FacebookAccountRef
java.lang.Object
org.hackystat.tickertape.tickerlingua.jaxb.FacebookAccountRef
public class FacebookAccountRef
- 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
|
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 |
refid
protected java.lang.String refid
FacebookAccountRef
public FacebookAccountRef()
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