public class IncentiveApplyIndicationType
extends java.lang.Object
Java class for IncentiveApplyIndicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveApplyIndicationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
itemId |
protected java.lang.String |
paymentRequestID |
Constructor and Description |
---|
IncentiveApplyIndicationType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getItemId()
Gets the value of the itemId property.
|
java.lang.String |
getPaymentRequestID()
Gets the value of the paymentRequestID property.
|
void |
setItemId(java.lang.String value)
Sets the value of the itemId property.
|
void |
setPaymentRequestID(java.lang.String value)
Sets the value of the paymentRequestID property.
|
protected java.lang.String paymentRequestID
protected java.lang.String itemId
public java.lang.String getPaymentRequestID()
String
public void setPaymentRequestID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getItemId()
String
public void setItemId(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.