public interface EmailRecipientsType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressingMethod()
Returns the value of the 'Addressing Method' attribute.
|
EmailAddressType |
getRecipientEmail()
Returns the value of the 'Recipient Email' containment reference.
|
java.lang.String |
getRecipientName()
Returns the value of the 'Recipient Name' attribute.
|
void |
setAddressingMethod(java.lang.String value)
Sets the value of the '
Addressing Method ' attribute. |
void |
setRecipientEmail(EmailAddressType value)
Sets the value of the '
Recipient Email ' containment reference. |
void |
setRecipientName(java.lang.String value)
Sets the value of the '
Recipient Name ' attribute. |
java.lang.String getRecipientName()
setRecipientName(String)
,
GiftCenterPackage.getEmailRecipientsType_RecipientName()
void setRecipientName(java.lang.String value)
Recipient Name
' attribute.
value
- the new value of the 'Recipient Name' attribute.getRecipientName()
EmailAddressType getRecipientEmail()
setRecipientEmail(EmailAddressType)
,
GiftCenterPackage.getEmailRecipientsType_RecipientEmail()
void setRecipientEmail(EmailAddressType value)
Recipient Email
' containment reference.
value
- the new value of the 'Recipient Email' containment reference.getRecipientEmail()
java.lang.String getAddressingMethod()
setAddressingMethod(String)
,
GiftCenterPackage.getEmailRecipientsType_AddressingMethod()
void setAddressingMethod(java.lang.String value)
Addressing Method
' attribute.
value
- the new value of the 'Addressing Method' attribute.getAddressingMethod()