|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.VCardTelephoneNumber
public final class VCardTelephoneNumber
Represents a vCard telephone number
| Constructor Summary | |
|---|---|
VCardTelephoneNumber()
Initializes a new instance of the VCardTelephoneNumber class |
|
| Method Summary | |
|---|---|
String |
getTelephoneNumber()
Gets or sets a telephone number |
VCardTelephoneType |
getTelephoneType()
Gets or sets a telephone numer type |
void |
setTelephoneNumber(String value)
|
void |
setTelephoneType(VCardTelephoneType value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCardTelephoneNumber()
Initializes a new instance of the VCardTelephoneNumber class
| Method Detail |
|---|
public String getTelephoneNumber()
Gets or sets a telephone number
public void setTelephoneNumber(String value)
public VCardTelephoneType getTelephoneType()
Gets or sets a telephone numer type
com.aspose.ms.System.IllegalArgumentException - value is not defined in the VCardTelephoneTypepublic void setTelephoneType(VCardTelephoneType value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||