|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.MobilePhone
public final class MobilePhone
Represents a mobile phone.
| Constructor Summary | |
|---|---|
MobilePhone()
Initializes a new instance of the |
|
MobilePhone(String name,
String phoneNumber)
Initializes a new instance of the MobilePhone class. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets or sets the name associated with this mobile phone. |
String |
getPhoneNumber()
Gets or sets the number of this mobile phone. |
void |
setName(String value)
|
void |
setPhoneNumber(String value)
|
void |
validate()
Validates this instance.//>!(contentType == null || contentType.isEmpty() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobilePhone()
public MobilePhone(String name,
String phoneNumber)
name - The name associated with the mobile phone.phoneNumber - The mobile phone number.| Method Detail |
|---|
public String getName()
public void setName(String value)
public String getPhoneNumber()
public void setPhoneNumber(String value)
public void validate()
throws ServiceValidationException
ServiceValidationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||