public interface EMailAddressable
EMailAddressable| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Retrieves the possibly null value for the optional attribute
emailAddress. |
short |
getEmailFormat()
Retrieves the value for the attribute
emailFormat. |
short |
getEmailType()
Retrieves the value for the attribute
emailType. |
void |
setEmailAddress(String emailAddress)
Sets a new value for the attribute
emailAddress. |
void |
setEmailFormat(short emailFormat)
Sets a new value for the attribute
emailFormat. |
void |
setEmailType(short emailType)
Sets a new value for the attribute
emailType. |
String getEmailAddress()
emailAddress.emailAddress.void setEmailAddress(String emailAddress)
emailAddress.emailAddress - The possibly null new value for attribute emailAddress.short getEmailFormat()
emailFormat.emailFormat.void setEmailFormat(short emailFormat)
emailFormat.emailFormat - The non-null new value for attribute emailFormat.short getEmailType()
emailType.emailType.void setEmailType(short emailType)
emailType.emailType - The non-null new value for attribute emailType.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.