public interface GiftListPurchaseRecordType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDateCreated()
Returns the value of the 'Date Created' attribute.
|
java.lang.String |
getGiftListItemID()
Returns the value of the 'Gift List Item ID' attribute.
|
java.lang.Object |
getLastUpdate()
Returns the value of the 'Last Update' attribute.
|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute.
|
java.lang.String |
getMessageForRegistrant()
Returns the value of the 'Message For Registrant' attribute.
|
java.lang.Object |
getPurchaseDate()
Returns the value of the 'Purchase Date' attribute.
|
PurchasedItemDetailsType |
getPurchasedItemDetails()
Returns the value of the 'Purchased Item Details' containment reference.
|
ContactInfoType |
getPurchaserAddress()
Returns the value of the 'Purchaser Address' containment reference.
|
PurchaseRecordIdentifierType |
getPurchaseRecordIdentifier()
Returns the value of the 'Purchase Record Identifier' containment reference.
|
java.lang.String |
getRegistrantMemo()
Returns the value of the 'Registrant Memo' attribute.
|
java.lang.String |
getStatus()
Returns the value of the 'Status' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isNoteSent()
Returns the value of the 'Note Sent' attribute.
|
boolean |
isSetNoteSent()
Returns whether the value of the '
Note Sent ' attribute is set. |
void |
setDateCreated(java.lang.Object value)
Sets the value of the '
Date Created ' attribute. |
void |
setGiftListItemID(java.lang.String value)
Sets the value of the '
Gift List Item ID ' attribute. |
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 |
setMessageForRegistrant(java.lang.String value)
Sets the value of the '
Message For Registrant ' attribute. |
void |
setNoteSent(boolean value)
Sets the value of the '
Note Sent ' attribute. |
void |
setPurchaseDate(java.lang.Object value)
Sets the value of the '
Purchase Date ' attribute. |
void |
setPurchasedItemDetails(PurchasedItemDetailsType value)
Sets the value of the '
Purchased Item Details ' containment reference. |
void |
setPurchaserAddress(ContactInfoType value)
Sets the value of the '
Purchaser Address ' containment reference. |
void |
setPurchaseRecordIdentifier(PurchaseRecordIdentifierType value)
Sets the value of the '
Purchase Record Identifier ' containment reference. |
void |
setRegistrantMemo(java.lang.String value)
Sets the value of the '
Registrant Memo ' attribute. |
void |
setStatus(java.lang.String value)
Sets the value of the '
Status ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetNoteSent()
Unsets the value of the '
Note Sent ' attribute. |
PurchaseRecordIdentifierType getPurchaseRecordIdentifier()
setPurchaseRecordIdentifier(PurchaseRecordIdentifierType)
,
GiftCenterPackage.getGiftListPurchaseRecordType_PurchaseRecordIdentifier()
void setPurchaseRecordIdentifier(PurchaseRecordIdentifierType value)
Purchase Record Identifier
' containment reference.
value
- the new value of the 'Purchase Record Identifier' containment reference.getPurchaseRecordIdentifier()
java.lang.Object getPurchaseDate()
setPurchaseDate(Object)
,
GiftCenterPackage.getGiftListPurchaseRecordType_PurchaseDate()
void setPurchaseDate(java.lang.Object value)
Purchase Date
' attribute.
value
- the new value of the 'Purchase Date' attribute.getPurchaseDate()
java.lang.String getLocation()
setLocation(String)
,
GiftCenterPackage.getGiftListPurchaseRecordType_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
java.lang.Object getDateCreated()
setDateCreated(Object)
,
GiftCenterPackage.getGiftListPurchaseRecordType_DateCreated()
void setDateCreated(java.lang.Object value)
Date Created
' attribute.
value
- the new value of the 'Date Created' attribute.getDateCreated()
java.lang.Object getLastUpdate()
setLastUpdate(Object)
,
GiftCenterPackage.getGiftListPurchaseRecordType_LastUpdate()
void setLastUpdate(java.lang.Object value)
Last Update
' attribute.
value
- the new value of the 'Last Update' attribute.getLastUpdate()
ContactInfoType getPurchaserAddress()
setPurchaserAddress(ContactInfoType)
,
GiftCenterPackage.getGiftListPurchaseRecordType_PurchaserAddress()
void setPurchaserAddress(ContactInfoType value)
Purchaser Address
' containment reference.
value
- the new value of the 'Purchaser Address' containment reference.getPurchaserAddress()
java.lang.String getStatus()
setStatus(String)
,
GiftCenterPackage.getGiftListPurchaseRecordType_Status()
void setStatus(java.lang.String value)
Status
' attribute.
value
- the new value of the 'Status' attribute.getStatus()
java.lang.String getRegistrantMemo()
setRegistrantMemo(String)
,
GiftCenterPackage.getGiftListPurchaseRecordType_RegistrantMemo()
void setRegistrantMemo(java.lang.String value)
Registrant Memo
' attribute.
value
- the new value of the 'Registrant Memo' attribute.getRegistrantMemo()
java.lang.String getMessageForRegistrant()
setMessageForRegistrant(String)
,
GiftCenterPackage.getGiftListPurchaseRecordType_MessageForRegistrant()
void setMessageForRegistrant(java.lang.String value)
Message For Registrant
' attribute.
value
- the new value of the 'Message For Registrant' attribute.getMessageForRegistrant()
PurchasedItemDetailsType getPurchasedItemDetails()
setPurchasedItemDetails(PurchasedItemDetailsType)
,
GiftCenterPackage.getGiftListPurchaseRecordType_PurchasedItemDetails()
void setPurchasedItemDetails(PurchasedItemDetailsType value)
Purchased Item Details
' containment reference.
value
- the new value of the 'Purchased Item Details' containment reference.getPurchasedItemDetails()
boolean isNoteSent()
isSetNoteSent()
,
unsetNoteSent()
,
setNoteSent(boolean)
,
GiftCenterPackage.getGiftListPurchaseRecordType_NoteSent()
void setNoteSent(boolean value)
Note Sent
' attribute.
value
- the new value of the 'Note Sent' attribute.isSetNoteSent()
,
unsetNoteSent()
,
isNoteSent()
void unsetNoteSent()
Note Sent
' attribute.
isSetNoteSent()
,
isNoteSent()
,
setNoteSent(boolean)
boolean isSetNoteSent()
Note Sent
' attribute is set.
unsetNoteSent()
,
isNoteSent()
,
setNoteSent(boolean)
UserDataType getUserData()
setUserData(UserDataType)
,
GiftCenterPackage.getGiftListPurchaseRecordType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
java.lang.String getGiftListItemID()
setGiftListItemID(String)
,
GiftCenterPackage.getGiftListPurchaseRecordType_GiftListItemID()
void setGiftListItemID(java.lang.String value)
Gift List Item ID
' attribute.
value
- the new value of the 'Gift List Item ID' attribute.getGiftListItemID()