public interface

PhoneNumber

implements SchemaEntity
com.google.code.linkedinapi.schema.PhoneNumber
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract String getPhoneNumber()
Gets the value of the phoneNumber property.
abstract PhoneType getPhoneType()
Gets the value of the phoneType property.
abstract void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
abstract void setPhoneType(PhoneType value)
Sets the value of the phoneType property.

Public Methods

public abstract String getPhoneNumber ()

Gets the value of the phoneNumber property.

Returns
  • possible object is String

public abstract PhoneType getPhoneType ()

Gets the value of the phoneType property.

Returns

public abstract void setPhoneNumber (String value)

Sets the value of the phoneNumber property.

Parameters
value Allowed object is String

public abstract void setPhoneType (PhoneType value)

Sets the value of the phoneType property.

Parameters
value Allowed object is PhoneType