com.aspose.email
Class VCardTelephoneNumber

java.lang.Object
  extended by com.aspose.email.VCardTelephoneNumber

public final class VCardTelephoneNumber
extends Object

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

VCardTelephoneNumber

public VCardTelephoneNumber()

Initializes a new instance of the VCardTelephoneNumber class

Method Detail

getTelephoneNumber

public String getTelephoneNumber()

Gets or sets a telephone number


setTelephoneNumber

public void setTelephoneNumber(String value)

getTelephoneType

public int getTelephoneType()

Gets or sets a telephone numer type

Throws:
com.aspose.email.ms.System.IllegalArgumentException - value is not defined in the VCardTelephoneType

setTelephoneType

public void setTelephoneType(int value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.