com.google.code.facebookapi.schema
Class StreamFilter

java.lang.Object
  extended by com.google.code.facebookapi.schema.StreamFilter
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class StreamFilter
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for stream_filter complex type.

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

 <complexType name="stream_filter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="uid" type="{http://api.facebook.com/1.0/}uid"/>
         <element name="filter_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rank" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="icon_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="is_visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String filterKey
           
protected  java.lang.String iconUrl
           
protected  boolean isVisible
           
protected  java.lang.String name
           
protected  int rank
           
protected  java.lang.String type
           
protected  long uid
           
protected  long value
           
 
Constructor Summary
StreamFilter()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getFilterKey()
          Gets the value of the filterKey property.
 java.lang.String getIconUrl()
          Gets the value of the iconUrl property.
 java.lang.String getName()
          Gets the value of the name property.
 int getRank()
          Gets the value of the rank property.
 java.lang.String getType()
          Gets the value of the type property.
 long getUid()
          Gets the value of the uid property.
 long getValue()
          Gets the value of the value property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isIsVisible()
          Gets the value of the isVisible property.
 void setFilterKey(java.lang.String value)
          Sets the value of the filterKey property.
 void setIconUrl(java.lang.String value)
          Sets the value of the iconUrl property.
 void setIsVisible(boolean value)
          Sets the value of the isVisible property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRank(int value)
          Sets the value of the rank property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUid(long value)
          Sets the value of the uid property.
 void setValue(long value)
          Sets the value of the value 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

uid

protected long uid

filterKey

protected java.lang.String filterKey

name

protected java.lang.String name

rank

protected int rank

iconUrl

protected java.lang.String iconUrl

isVisible

protected boolean isVisible

type

protected java.lang.String type

value

protected long value
Constructor Detail

StreamFilter

public StreamFilter()
Method Detail

getUid

public long getUid()
Gets the value of the uid property.


setUid

public void setUid(long value)
Sets the value of the uid property.


getFilterKey

public java.lang.String getFilterKey()
Gets the value of the filterKey property.

Returns:
possible object is String

setFilterKey

public void setFilterKey(java.lang.String value)
Sets the value of the filterKey property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRank

public int getRank()
Gets the value of the rank property.


setRank

public void setRank(int value)
Sets the value of the rank property.


getIconUrl

public java.lang.String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(java.lang.String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String

isIsVisible

public boolean isIsVisible()
Gets the value of the isVisible property.


setIsVisible

public void setIsVisible(boolean value)
Sets the value of the isVisible property.


getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getValue

public long getValue()
Gets the value of the value property.


setValue

public void setValue(long value)
Sets the value of the value property.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.