|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.CustomTag
public class CustomTag
Java class for custom_tag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom_tag">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="custom_tag_parameter" type="{http://api.facebook.com/1.0/}custom_tag_parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="body" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="open_tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="close_tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CustomTag.Parameter
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
body
|
protected java.lang.String |
closeTag
|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.String |
openTag
|
protected CustomTag.Parameter |
parameter
|
protected java.lang.String |
summary
|
protected int |
type
|
| Constructor Summary | |
|---|---|
CustomTag()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getBody()
Gets the value of the body property. |
java.lang.String |
getCloseTag()
Gets the value of the closeTag property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOpenTag()
Gets the value of the openTag property. |
CustomTag.Parameter |
getParameter()
Gets the value of the parameter property. |
java.lang.String |
getSummary()
Gets the value of the summary property. |
int |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setCloseTag(java.lang.String value)
Sets the value of the closeTag property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOpenTag(java.lang.String value)
Sets the value of the openTag property. |
void |
setParameter(CustomTag.Parameter value)
Sets the value of the parameter property. |
void |
setSummary(java.lang.String value)
Sets the value of the summary property. |
void |
setType(int value)
Sets the value of the type property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected int type
protected java.lang.String summary
protected java.lang.String description
protected CustomTag.Parameter parameter
protected java.lang.String body
protected java.lang.String openTag
protected java.lang.String closeTag
| Constructor Detail |
|---|
public CustomTag()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getType()
public void setType(int value)
public java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic CustomTag.Parameter getParameter()
CustomTag.Parameterpublic void setParameter(CustomTag.Parameter value)
value - allowed object is
CustomTag.Parameterpublic java.lang.String getBody()
Stringpublic void setBody(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpenTag()
Stringpublic void setOpenTag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCloseTag()
Stringpublic void setCloseTag(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||