com.google.code.linkedinapi.schema.xpp
Class PropertyImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.PropertyImpl
All Implemented Interfaces:
Property, SchemaEntity, java.io.Serializable

public class PropertyImpl
extends BaseSchemaEntity
implements Property

See Also:
Serialized Form

Field Summary
protected  java.lang.String key
           
private static long serialVersionUID
           
protected  java.lang.Long value
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
PropertyImpl()
           
 
Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.Long getValue()
          Gets the value of the value property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setValue(java.lang.Long value)
          Sets the value of the value property.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

value

protected java.lang.Long value

key

protected java.lang.String key
Constructor Detail

PropertyImpl

public PropertyImpl()
Method Detail

getValue

public java.lang.Long getValue()
Description copied from interface: Property
Gets the value of the value property.

Specified by:
getValue in interface Property
Returns:
possible object is String

setValue

public void setValue(java.lang.Long value)
Description copied from interface: Property
Sets the value of the value property.

Specified by:
setValue in interface Property
Parameters:
value - allowed object is String

getKey

public java.lang.String getKey()
Description copied from interface: Property
Gets the value of the key property.

Specified by:
getKey in interface Property
Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Description copied from interface: Property
Sets the value of the key property.

Specified by:
setKey in interface Property
Parameters:
value - allowed object is String

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO