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

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

public class PhoneNumberImpl
extends BaseSchemaEntity
implements java.io.Serializable, PhoneNumber

See Also:
Serialized Form

Field Summary
protected  java.lang.String phoneNumber
           
protected  PhoneType phoneType
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
PhoneNumberImpl()
           
 
Method Summary
 java.lang.String getPhoneNumber()
          Gets the value of the phoneNumber property.
 PhoneType getPhoneType()
          Gets the value of the phoneType property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setPhoneNumber(java.lang.String value)
          Sets the value of the phoneNumber property.
 void setPhoneType(PhoneType value)
          Sets the value of the phoneType 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

phoneNumber

protected java.lang.String phoneNumber

phoneType

protected PhoneType phoneType
Constructor Detail

PhoneNumberImpl

public PhoneNumberImpl()
Method Detail

getPhoneNumber

public java.lang.String getPhoneNumber()
Description copied from interface: PhoneNumber
Gets the value of the phoneNumber property.

Specified by:
getPhoneNumber in interface PhoneNumber
Returns:
possible object is String

setPhoneNumber

public void setPhoneNumber(java.lang.String value)
Description copied from interface: PhoneNumber
Sets the value of the phoneNumber property.

Specified by:
setPhoneNumber in interface PhoneNumber
Parameters:
value - allowed object is String

getPhoneType

public PhoneType getPhoneType()
Description copied from interface: PhoneNumber
Gets the value of the phoneType property.

Specified by:
getPhoneType in interface PhoneNumber
Returns:
possible object is PhoneType

setPhoneType

public void setPhoneType(PhoneType value)
Description copied from interface: PhoneNumber
Sets the value of the phoneType property.

Specified by:
setPhoneType in interface PhoneNumber
Parameters:
value - allowed object is PhoneType

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