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
 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

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 VCardTelephoneType getTelephoneType()

Gets or sets a telephone numer type

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

setTelephoneType

public void setTelephoneType(VCardTelephoneType value)


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