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