|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.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 |
int |
getTelephoneType()
Gets or sets a telephone numer type |
void |
setTelephoneNumber(String value)
|
void |
setTelephoneType(int 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 int getTelephoneType()
Gets or sets a telephone numer type
ArgumentException
- value
is not defined in the VCardTelephoneType
public void setTelephoneType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |