com.google.code.facebookapi.schema
Class Phrase

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

public class Phrase
extends java.lang.Object

Java class for phrase complex type.

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

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


Field Summary
protected  java.lang.String description
           
protected  java.lang.String text
           
 
Constructor Summary
Phrase()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getText()
          Gets the value of the text property.
 void setDescription(java.lang.String value)
          Sets the value of the description 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

description

protected java.lang.String description

text

protected java.lang.String text
Constructor Detail

Phrase

public Phrase()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

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


Copyright © 2008. All Rights Reserved.