|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.VCardEmail
public final class VCardEmail
Represents vCard email
Constructor Summary | |
---|---|
VCardEmail()
Initializes a new instance of the VCardEmail class |
Method Summary | |
---|---|
String |
getEmailAddress()
Gets or sets an email address |
int |
getEmailType()
Gets or sets an email address type |
void |
setEmailAddress(String value)
|
void |
setEmailType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardEmail()
Initializes a new instance of the VCardEmail
class
Method Detail |
---|
public String getEmailAddress()
Gets or sets an email address
public void setEmailAddress(String value)
public int getEmailType()
Gets or sets an email address type
ArgumentException
- value
is not defined in the VCardEmailType
public void setEmailType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |