com.google.code.linkedinapi.schema.impl
Class PhoneNumberImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.PhoneNumberImpl
- All Implemented Interfaces:
- PhoneNumber, SchemaEntity, java.io.Serializable
public class PhoneNumberImpl
- extends java.lang.Object
- implements java.io.Serializable, PhoneNumber
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
phoneNumber
protected java.lang.String phoneNumber
phoneType
protected PhoneType phoneType
PhoneNumberImpl
public PhoneNumberImpl()
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