public interface GiftListEventInformationType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvent()
Returns the value of the 'Event' attribute.
|
java.lang.Object |
getEventDate()
Returns the value of the 'Event Date' attribute.
|
ContactInfoType |
getPostEventAddress()
Returns the value of the 'Post Event Address' containment reference.
|
ContactInfoType |
getPreEventAddress()
Returns the value of the 'Pre Event Address' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isGiftCardAccepted()
Returns the value of the 'Gift Card Accepted' attribute.
|
boolean |
isSetGiftCardAccepted()
Returns whether the value of the '
Gift Card Accepted ' attribute is set. |
void |
setEvent(java.lang.String value)
Sets the value of the '
Event ' attribute. |
void |
setEventDate(java.lang.Object value)
Sets the value of the '
Event Date ' attribute. |
void |
setGiftCardAccepted(boolean value)
Sets the value of the '
Gift Card Accepted ' attribute. |
void |
setPostEventAddress(ContactInfoType value)
Sets the value of the '
Post Event Address ' containment reference. |
void |
setPreEventAddress(ContactInfoType value)
Sets the value of the '
Pre Event Address ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetGiftCardAccepted()
Unsets the value of the '
Gift Card Accepted ' attribute. |
java.lang.String getEvent()
setEvent(String)
,
GiftCenterPackage.getGiftListEventInformationType_Event()
void setEvent(java.lang.String value)
Event
' attribute.
value
- the new value of the 'Event' attribute.getEvent()
ContactInfoType getPreEventAddress()
setPreEventAddress(ContactInfoType)
,
GiftCenterPackage.getGiftListEventInformationType_PreEventAddress()
void setPreEventAddress(ContactInfoType value)
Pre Event Address
' containment reference.
value
- the new value of the 'Pre Event Address' containment reference.getPreEventAddress()
ContactInfoType getPostEventAddress()
setPostEventAddress(ContactInfoType)
,
GiftCenterPackage.getGiftListEventInformationType_PostEventAddress()
void setPostEventAddress(ContactInfoType value)
Post Event Address
' containment reference.
value
- the new value of the 'Post Event Address' containment reference.getPostEventAddress()
java.lang.Object getEventDate()
setEventDate(Object)
,
GiftCenterPackage.getGiftListEventInformationType_EventDate()
void setEventDate(java.lang.Object value)
Event Date
' attribute.
value
- the new value of the 'Event Date' attribute.getEventDate()
boolean isGiftCardAccepted()
isSetGiftCardAccepted()
,
unsetGiftCardAccepted()
,
setGiftCardAccepted(boolean)
,
GiftCenterPackage.getGiftListEventInformationType_GiftCardAccepted()
void setGiftCardAccepted(boolean value)
Gift Card Accepted
' attribute.
value
- the new value of the 'Gift Card Accepted' attribute.isSetGiftCardAccepted()
,
unsetGiftCardAccepted()
,
isGiftCardAccepted()
void unsetGiftCardAccepted()
Gift Card Accepted
' attribute.
boolean isSetGiftCardAccepted()
Gift Card Accepted
' attribute is set.
unsetGiftCardAccepted()
,
isGiftCardAccepted()
,
setGiftCardAccepted(boolean)
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.getGiftListEventInformationType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()