public class IncentiveDetailType extends Object
| Constructor and Description |
|---|
IncentiveDetailType()
Default Constructor
|
IncentiveDetailType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
List<IncentiveAppliedToType> |
getAppliedTo()
Getter for appliedTo
|
String |
getDisplayCode()
Getter for displayCode
|
String |
getErrorCode()
Getter for errorCode
|
String |
getIncentiveDescription()
Getter for incentiveDescription
|
IncentiveTypeCodeType |
getIncentiveType()
Getter for incentiveType
|
String |
getProgramId()
Getter for programId
|
String |
getRedemptionCode()
Getter for redemptionCode
|
String |
getStatus()
Getter for status
|
void |
setAppliedTo(List<IncentiveAppliedToType> appliedTo)
Setter for appliedTo
|
void |
setDisplayCode(String displayCode)
Setter for displayCode
|
void |
setErrorCode(String errorCode)
Setter for errorCode
|
void |
setIncentiveDescription(String incentiveDescription)
Setter for incentiveDescription
|
void |
setIncentiveType(IncentiveTypeCodeType incentiveType)
Setter for incentiveType
|
void |
setProgramId(String programId)
Setter for programId
|
void |
setRedemptionCode(String redemptionCode)
Setter for redemptionCode
|
void |
setStatus(String status)
Setter for status
|
public IncentiveDetailType()
public IncentiveDetailType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getRedemptionCode()
public void setRedemptionCode(String redemptionCode)
public String getDisplayCode()
public void setDisplayCode(String displayCode)
public String getProgramId()
public void setProgramId(String programId)
public IncentiveTypeCodeType getIncentiveType()
public void setIncentiveType(IncentiveTypeCodeType incentiveType)
public String getIncentiveDescription()
public void setIncentiveDescription(String incentiveDescription)
public List<IncentiveAppliedToType> getAppliedTo()
public void setAppliedTo(List<IncentiveAppliedToType> appliedTo)
public String getStatus()
public void setStatus(String status)
public String getErrorCode()
public void setErrorCode(String errorCode)
Copyright © 2017. All Rights Reserved.