public interface GiftListDescriptionType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getGuestMessage()
Returns the value of the 'Guest Message' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setGuestMessage(java.lang.String value)
Sets the value of the '
Guest Message ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.lang.String getName()
setName(String)
,
GiftCenterPackage.getGiftListDescriptionType_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
setDescription(String)
,
GiftCenterPackage.getGiftListDescriptionType_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getGuestMessage()
setGuestMessage(String)
,
GiftCenterPackage.getGiftListDescriptionType_GuestMessage()
void setGuestMessage(java.lang.String value)
Guest Message
' attribute.
value
- the new value of the 'Guest Message' attribute.getGuestMessage()
UserDataType getUserData()
If the meaning of the 'User Data' containment reference isn't clear, there really should be more of a description here...
setUserData(UserDataType)
,
GiftCenterPackage.getGiftListDescriptionType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()