public interface GiftListType
The following features are supported:
GiftCenterPackage.getGiftListType()
Modifier and Type | Method and Description |
---|---|
GiftListAccessSpecifierType |
getAccessSpecifier()
Returns the value of the 'Access Specifier' containment reference.
|
java.util.List |
getAnnouncement()
Returns the value of the 'Announcement' containment reference list.
|
java.util.List |
getCoRegistrant()
Returns the value of the 'Co Registrant' containment reference list.
|
java.lang.Object |
getCreatedTime()
Returns the value of the 'Created Time' attribute.
|
GiftListDescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
GiftListEventInformationType |
getEventInformation()
Returns the value of the 'Event Information' containment reference.
|
com.ibm.commerce.foundation.common.datatypes.GiftListIdentifierType |
getGiftListIdentifier()
Returns the value of the 'Gift List Identifier' containment reference.
|
java.util.List |
getItem()
Returns the value of the 'Item' containment reference list.
|
java.lang.Object |
getLastUpdate()
Returns the value of the 'Last Update' attribute.
|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute.
|
java.util.List |
getPurchaseRecord()
Returns the value of the 'Purchase Record' containment reference list.
|
GiftListRegistrantType |
getRegistrant()
Returns the value of the 'Registrant' containment reference.
|
java.lang.String |
getState()
Returns the value of the 'State' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isOptForEmail()
Returns the value of the 'Opt For Email' attribute.
|
boolean |
isRegistry()
Returns the value of the 'Registry' attribute.
|
boolean |
isSetOptForEmail()
Returns whether the value of the '
Opt For Email ' attribute is set. |
boolean |
isSetRegistry()
Returns whether the value of the '
Registry ' attribute is set. |
void |
setAccessSpecifier(GiftListAccessSpecifierType value)
Sets the value of the '
Access Specifier ' containment reference. |
void |
setCreatedTime(java.lang.Object value)
Sets the value of the '
Created Time ' attribute. |
void |
setDescription(GiftListDescriptionType value)
Sets the value of the '
Description ' containment reference. |
void |
setEventInformation(GiftListEventInformationType value)
Sets the value of the '
Event Information ' containment reference. |
void |
setGiftListIdentifier(com.ibm.commerce.foundation.common.datatypes.GiftListIdentifierType value)
Sets the value of the '
Gift List Identifier ' containment reference. |
void |
setLastUpdate(java.lang.Object value)
Sets the value of the '
Last Update ' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the '
Location ' attribute. |
void |
setOptForEmail(boolean value)
Sets the value of the '
Opt For Email ' attribute. |
void |
setRegistrant(GiftListRegistrantType value)
Sets the value of the '
Registrant ' containment reference. |
void |
setRegistry(boolean value)
Sets the value of the '
Registry ' attribute. |
void |
setState(java.lang.String value)
Sets the value of the '
State ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetOptForEmail()
Unsets the value of the '
Opt For Email ' attribute. |
void |
unsetRegistry()
Unsets the value of the '
Registry ' attribute. |
com.ibm.commerce.foundation.common.datatypes.GiftListIdentifierType getGiftListIdentifier()
setGiftListIdentifier(GiftListIdentifierType)
,
GiftCenterPackage.getGiftListType_GiftListIdentifier()
void setGiftListIdentifier(com.ibm.commerce.foundation.common.datatypes.GiftListIdentifierType value)
Gift List Identifier
' containment reference.
value
- the new value of the 'Gift List Identifier' containment reference.getGiftListIdentifier()
GiftListDescriptionType getDescription()
setDescription(GiftListDescriptionType)
,
GiftCenterPackage.getGiftListType_Description()
void setDescription(GiftListDescriptionType value)
Description
' containment reference.
value
- the new value of the 'Description' containment reference.getDescription()
GiftListEventInformationType getEventInformation()
setEventInformation(GiftListEventInformationType)
,
GiftCenterPackage.getGiftListType_EventInformation()
void setEventInformation(GiftListEventInformationType value)
Event Information
' containment reference.
value
- the new value of the 'Event Information' containment reference.getEventInformation()
GiftListRegistrantType getRegistrant()
setRegistrant(GiftListRegistrantType)
,
GiftCenterPackage.getGiftListType_Registrant()
void setRegistrant(GiftListRegistrantType value)
Registrant
' containment reference.
value
- the new value of the 'Registrant' containment reference.getRegistrant()
java.util.List getCoRegistrant()
GiftListRegistrantType
.
Registrants who co-own the list.
GiftCenterPackage.getGiftListType_CoRegistrant()
GiftListAccessSpecifierType getAccessSpecifier()
setAccessSpecifier(GiftListAccessSpecifierType)
,
GiftCenterPackage.getGiftListType_AccessSpecifier()
void setAccessSpecifier(GiftListAccessSpecifierType value)
Access Specifier
' containment reference.
value
- the new value of the 'Access Specifier' containment reference.getAccessSpecifier()
java.util.List getItem()
GiftListItemType
.
The items that registrants and co-registrants are requesting.
GiftCenterPackage.getGiftListType_Item()
java.util.List getAnnouncement()
GiftListAnnouncementType
.
The e-mail announcements made about the gift list
by the registrants to friends and family.
GiftCenterPackage.getGiftListType_Announcement()
boolean isRegistry()
isSetRegistry()
,
unsetRegistry()
,
setRegistry(boolean)
,
GiftCenterPackage.getGiftListType_Registry()
void setRegistry(boolean value)
Registry
' attribute.
value
- the new value of the 'Registry' attribute.isSetRegistry()
,
unsetRegistry()
,
isRegistry()
void unsetRegistry()
Registry
' attribute.
isSetRegistry()
,
isRegistry()
,
setRegistry(boolean)
boolean isSetRegistry()
Registry
' attribute is set.
unsetRegistry()
,
isRegistry()
,
setRegistry(boolean)
boolean isOptForEmail()
isSetOptForEmail()
,
unsetOptForEmail()
,
setOptForEmail(boolean)
,
GiftCenterPackage.getGiftListType_OptForEmail()
void setOptForEmail(boolean value)
Opt For Email
' attribute.
value
- the new value of the 'Opt For Email' attribute.isSetOptForEmail()
,
unsetOptForEmail()
,
isOptForEmail()
void unsetOptForEmail()
Opt For Email
' attribute.
isSetOptForEmail()
,
isOptForEmail()
,
setOptForEmail(boolean)
boolean isSetOptForEmail()
Opt For Email
' attribute is set.
unsetOptForEmail()
,
isOptForEmail()
,
setOptForEmail(boolean)
java.lang.String getState()
setState(String)
,
GiftCenterPackage.getGiftListType_State()
void setState(java.lang.String value)
State
' attribute.
value
- the new value of the 'State' attribute.getState()
java.lang.String getLocation()
setLocation(String)
,
GiftCenterPackage.getGiftListType_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
java.lang.Object getCreatedTime()
setCreatedTime(Object)
,
GiftCenterPackage.getGiftListType_CreatedTime()
void setCreatedTime(java.lang.Object value)
Created Time
' attribute.
value
- the new value of the 'Created Time' attribute.getCreatedTime()
java.lang.Object getLastUpdate()
setLastUpdate(Object)
,
GiftCenterPackage.getGiftListType_LastUpdate()
void setLastUpdate(java.lang.Object value)
Last Update
' attribute.
value
- the new value of the 'Last Update' attribute.getLastUpdate()
java.util.List getPurchaseRecord()
GiftListPurchaseRecordType
.
The element definition of the purchase record.
GiftCenterPackage.getGiftListType_PurchaseRecord()
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.getGiftListType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()