|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.VCardUrl
public final class VCardUrl
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 |
---|
public VCardUrl()
Initializes a new instance of the VCardUrl
class
Method Detail |
---|
public int getUrlType()
Gets or sets a url type
public void setUrlType(int value)
public String getUrl()
Gets or sets a url
public void setUrl(String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |