public class IncentiveAppliedToType extends Object
| Constructor and Description |
|---|
IncentiveAppliedToType()
Default Constructor
|
IncentiveAppliedToType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketId()
Getter for bucketId
|
BasicAmountType |
getIncentiveAmount()
Getter for incentiveAmount
|
String |
getItemId()
Getter for itemId
|
String |
getSubType()
Getter for subType
|
void |
setBucketId(String bucketId)
Setter for bucketId
|
void |
setIncentiveAmount(BasicAmountType incentiveAmount)
Setter for incentiveAmount
|
void |
setItemId(String itemId)
Setter for itemId
|
void |
setSubType(String subType)
Setter for subType
|
public IncentiveAppliedToType()
public IncentiveAppliedToType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getBucketId()
public void setBucketId(String bucketId)
public String getItemId()
public void setItemId(String itemId)
public BasicAmountType getIncentiveAmount()
public void setIncentiveAmount(BasicAmountType incentiveAmount)
public String getSubType()
public void setSubType(String subType)
Copyright © 2017. All Rights Reserved.