public final class VCardTelephoneNumber extends Object
Represents a vCard telephone number
Constructor and Description |
---|
VCardTelephoneNumber()
Initializes a new instance of the
VCardTelephoneNumber class
|
Modifier and Type | Method and Description |
---|---|
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) |
public VCardTelephoneNumber()
Initializes a new instance of the VCardTelephoneNumber
class
public String getTelephoneNumber()
Gets or sets a telephone number
public void setTelephoneNumber(String value)
public int getTelephoneType()
Gets or sets a telephone numer type
com.aspose.email.ms.System.IllegalArgumentException
- value
is not defined in the VCardTelephoneType
public void setTelephoneType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.