com.google.code.linkedinapi.schema
Interface PhoneNumber

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
PhoneNumberImpl, PhoneNumberImpl

public interface PhoneNumber
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phone-number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{}phone-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getPhoneNumber()
          Gets the value of the phoneNumber property.
 PhoneType getPhoneType()
          Gets the value of the phoneType property.
 void setPhoneNumber(java.lang.String value)
          Sets the value of the phoneNumber property.
 void setPhoneType(PhoneType value)
          Sets the value of the phoneType property.
 

Method Detail

getPhoneNumber

java.lang.String getPhoneNumber()
Gets the value of the phoneNumber property.

Returns:
possible object is String

setPhoneNumber

void setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property.

Parameters:
value - allowed object is String

getPhoneType

PhoneType getPhoneType()
Gets the value of the phoneType property.

Returns:
possible object is PhoneType

setPhoneType

void setPhoneType(PhoneType value)
Sets the value of the phoneType property.

Parameters:
value - allowed object is PhoneType