|
||||||||
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(java.lang.String name,
java.lang.String phoneNumber)
Initializes a new instance of the MobilePhone class. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets or sets the name associated with this mobile phone. |
java.lang.String |
getPhoneNumber()
Gets or sets the number of this mobile phone. |
void |
setName(java.lang.String value)
|
void |
setPhoneNumber(java.lang.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(java.lang.String name, java.lang.String phoneNumber)
name
- The name associated with the mobile phone.phoneNumber
- The mobile phone number.Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String value)
public void validate() throws ServiceValidationException
ServiceValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |