|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.PhoneNumberImpl
public class PhoneNumberImpl
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 |
---|
private static final long serialVersionUID
protected java.lang.String phoneNumber
protected PhoneType phoneType
Constructor Detail |
---|
public PhoneNumberImpl()
Method Detail |
---|
public java.lang.String getPhoneNumber()
PhoneNumber
getPhoneNumber
in interface PhoneNumber
String
public void setPhoneNumber(java.lang.String value)
PhoneNumber
setPhoneNumber
in interface PhoneNumber
value
- allowed object is
String
public PhoneType getPhoneType()
PhoneNumber
getPhoneType
in interface PhoneNumber
PhoneType
public void setPhoneType(PhoneType value)
PhoneNumber
setPhoneType
in interface PhoneNumber
value
- allowed object is
PhoneType
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |