com.google.code.facebookapi.schema
Class ActionLink

java.lang.Object
  extended by com.google.code.facebookapi.schema.ActionLink

public class ActionLink
extends java.lang.Object

Java class for action_link complex type.

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

 <complexType name="action_link">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String href
           
protected  java.lang.String text
           
 
Constructor Summary
ActionLink()
           
 
Method Summary
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getText()
          Gets the value of the text property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setText(java.lang.String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected java.lang.String text

href

protected java.lang.String href
Constructor Detail

ActionLink

public ActionLink()
Method Detail

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.