com.aspose.email
Class VCardUrl

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

public final class VCardUrl
extends Object

Represents a vCard URL property


Constructor Summary
VCardUrl()
           Initializes a new instance of the VCardUrl class
 
Method Summary
 String getUrl()
           Gets or sets a url
 int getUrlType()
           Gets or sets a url type
 void setUrl(String value)
           
 void setUrlType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardUrl

public VCardUrl()

Initializes a new instance of the VCardUrl class

Method Detail

getUrlType

public int getUrlType()

Gets or sets a url type


setUrlType

public void setUrlType(int value)

getUrl

public String getUrl()

Gets or sets a url


setUrl

public void setUrl(String value)


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