public class

PhoneNumberImpl

extends BaseSchemaEntity
implements PhoneNumber Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PhoneNumberImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String phoneNumber
protected PhoneType phoneType
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PhoneNumberImpl()
Public Methods
String getPhoneNumber()
Gets the value of the phoneNumber property.
PhoneType getPhoneType()
Gets the value of the phoneType property.
void init(XmlPullParser parser)
Inits the.
void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
void setPhoneType(PhoneType value)
Sets the value of the phoneType property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.PhoneNumber

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String phoneNumber

protected PhoneType phoneType

Public Constructors

public PhoneNumberImpl ()

Public Methods

public String getPhoneNumber ()

Gets the value of the phoneNumber property.

Returns
  • possible object is String

public PhoneType getPhoneType ()

Gets the value of the phoneType property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setPhoneNumber (String value)

Sets the value of the phoneNumber property.

Parameters
value Allowed object is String

public void setPhoneType (PhoneType value)

Sets the value of the phoneType property.

Parameters
value Allowed object is PhoneType

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException