|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamAttachment
public class StreamAttachment
Java class for stream_attachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stream_attachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="media">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="stream_media" type="{http://api.facebook.com/1.0/}stream_media" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caption" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="stream_property" type="{http://api.facebook.com/1.0/}stream_property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="icon" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fb_object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fb_object_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
StreamAttachment.Media
Java class for anonymous complex type. |
static class |
StreamAttachment.Properties
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
caption
|
protected java.lang.String |
description
|
protected java.lang.String |
fbObjectId
|
protected java.lang.String |
fbObjectType
|
protected java.lang.String |
href
|
protected java.lang.String |
icon
|
protected StreamAttachment.Media |
media
|
protected java.lang.String |
name
|
protected StreamAttachment.Properties |
properties
|
| Constructor Summary | |
|---|---|
StreamAttachment()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getCaption()
Gets the value of the caption property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getFbObjectId()
Gets the value of the fbObjectId property. |
java.lang.String |
getFbObjectType()
Gets the value of the fbObjectType property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIcon()
Gets the value of the icon property. |
StreamAttachment.Media |
getMedia()
Gets the value of the media property. |
java.lang.String |
getName()
Gets the value of the name property. |
StreamAttachment.Properties |
getProperties()
Gets the value of the properties property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setFbObjectId(java.lang.String value)
Sets the value of the fbObjectId property. |
void |
setFbObjectType(java.lang.String value)
Sets the value of the fbObjectType property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIcon(java.lang.String value)
Sets the value of the icon property. |
void |
setMedia(StreamAttachment.Media value)
Sets the value of the media property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setProperties(StreamAttachment.Properties value)
Sets the value of the properties 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 StreamAttachment.Media media
protected java.lang.String name
protected java.lang.String href
protected java.lang.String caption
protected java.lang.String description
protected StreamAttachment.Properties properties
protected java.lang.String icon
protected java.lang.String fbObjectType
protected java.lang.String fbObjectId
| Constructor Detail |
|---|
public StreamAttachment()
| Method Detail |
|---|
public StreamAttachment.Media getMedia()
StreamAttachment.Mediapublic void setMedia(StreamAttachment.Media value)
value - allowed object is
StreamAttachment.Mediapublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(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 StreamAttachment.Properties getProperties()
StreamAttachment.Propertiespublic void setProperties(StreamAttachment.Properties value)
value - allowed object is
StreamAttachment.Propertiespublic java.lang.String getIcon()
Stringpublic void setIcon(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFbObjectType()
Stringpublic void setFbObjectType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFbObjectId()
Stringpublic void setFbObjectId(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 | ||||||||