public class OnlineConversionAdjustment extends Object
Java class for OnlineConversionAdjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OnlineConversionAdjustment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdjustmentCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdjustmentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AdjustmentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdjustmentValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ConversionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adjustmentCurrencyCode |
protected Calendar |
adjustmentTime |
protected String |
adjustmentType |
protected Double |
adjustmentValue |
protected String |
conversionName |
protected String |
transactionId |
| Constructor and Description |
|---|
OnlineConversionAdjustment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdjustmentCurrencyCode()
Gets the value of the adjustmentCurrencyCode property.
|
Calendar |
getAdjustmentTime()
Gets the value of the adjustmentTime property.
|
String |
getAdjustmentType()
Gets the value of the adjustmentType property.
|
Double |
getAdjustmentValue()
Gets the value of the adjustmentValue property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
String |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setAdjustmentCurrencyCode(String value)
Sets the value of the adjustmentCurrencyCode property.
|
void |
setAdjustmentTime(Calendar value)
Sets the value of the adjustmentTime property.
|
void |
setAdjustmentType(String value)
Sets the value of the adjustmentType property.
|
void |
setAdjustmentValue(Double value)
Sets the value of the adjustmentValue property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setTransactionId(String value)
Sets the value of the transactionId property.
|
protected String adjustmentCurrencyCode
protected Calendar adjustmentTime
protected String adjustmentType
protected Double adjustmentValue
protected String conversionName
protected String transactionId
public String getAdjustmentCurrencyCode()
Stringpublic void setAdjustmentCurrencyCode(String value)
value - allowed object is
Stringpublic Calendar getAdjustmentTime()
Stringpublic void setAdjustmentTime(Calendar value)
value - allowed object is
Stringpublic String getAdjustmentType()
Stringpublic void setAdjustmentType(String value)
value - allowed object is
Stringpublic Double getAdjustmentValue()
Doublepublic void setAdjustmentValue(Double value)
value - allowed object is
Doublepublic String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic String getTransactionId()
StringCopyright © 2024. All rights reserved.