public interface CouponCodeType
The following features are supported:
OrderPackage.getCouponCodeType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the value of the 'Code' attribute.
|
java.lang.String |
getCouponId()
Returns the value of the 'Coupon Id' attribute.
|
java.util.List |
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.Object |
getEffectiveDateTime()
Returns the value of the 'Effective Date Time' attribute.
|
java.lang.Object |
getExpirationDateTime()
Returns the value of the 'Expiration Date Time' attribute.
|
PromotionIdentifierType |
getPromotionIdentifier()
Returns the value of the 'Promotion Identifier' containment reference.
|
java.lang.String |
getStatus()
Returns the value of the 'Status' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setCode(java.lang.String value)
Sets the value of the '
Code' attribute. |
void |
setCouponId(java.lang.String value)
Sets the value of the '
Coupon Id' attribute. |
void |
setEffectiveDateTime(java.lang.Object value)
Sets the value of the '
Effective Date Time' attribute. |
void |
setExpirationDateTime(java.lang.Object value)
Sets the value of the '
Expiration Date Time' attribute. |
void |
setPromotionIdentifier(PromotionIdentifierType value)
Sets the value of the '
Promotion Identifier' containment reference. |
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. |
java.lang.String getCouponId()
If the meaning of the 'Coupon Id' attribute isn't clear, there really should be more of a description here...
setCouponId(String),
OrderPackage.getCouponCodeType_CouponId()void setCouponId(java.lang.String value)
Coupon Id' attribute.
value - the new value of the 'Coupon Id' attribute.getCouponId()java.lang.String getCode()
setCode(String),
OrderPackage.getCouponCodeType_Code()void setCode(java.lang.String value)
Code' attribute.
value - the new value of the 'Code' attribute.getCode()PromotionIdentifierType getPromotionIdentifier()
setPromotionIdentifier(PromotionIdentifierType),
OrderPackage.getCouponCodeType_PromotionIdentifier()void setPromotionIdentifier(PromotionIdentifierType value)
Promotion Identifier' containment reference.
value - the new value of the 'Promotion Identifier' containment reference.getPromotionIdentifier()java.util.List getDescription()
CouponDescriptionType.
Description of the coupon.
OrderPackage.getCouponCodeType_Description()java.lang.Object getEffectiveDateTime()
setEffectiveDateTime(Object),
OrderPackage.getCouponCodeType_EffectiveDateTime()void setEffectiveDateTime(java.lang.Object value)
Effective Date Time' attribute.
value - the new value of the 'Effective Date Time' attribute.getEffectiveDateTime()java.lang.Object getExpirationDateTime()
setExpirationDateTime(Object),
OrderPackage.getCouponCodeType_ExpirationDateTime()void setExpirationDateTime(java.lang.Object value)
Expiration Date Time' attribute.
value - the new value of the 'Expiration Date Time' attribute.getExpirationDateTime()java.lang.String getStatus()
setStatus(String),
OrderPackage.getCouponCodeType_Status()void setStatus(java.lang.String value)
Status' attribute.
value - the new value of the 'Status' attribute.getStatus()UserDataType getUserData()
setUserData(UserDataType),
OrderPackage.getCouponCodeType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()