Class PaymentTrxRefType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.PaymentTrxRefType
Additional identification and URLs used to further describe a secure payment transaction.
Java class for PaymentTrxRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTrxRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InputCurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CurCodeType" minOccurs="0"/>
<element name="OriginalID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="PaymentAddressVerification" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PaymentAddressVerificationType" minOccurs="0"/>
<element name="SettlementCurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CurCodeType" minOccurs="0"/>
<element name="TrxDataText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected PaymentAddressVerificationTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inputCurCode property.Gets the value of the originalID property.Gets the value of the paymentAddressVerification property.Gets the value of the settlementCurCode property.Gets the value of the trxDataText property.voidsetInputCurCode(String value) Sets the value of the inputCurCode property.voidsetOriginalID(String value) Sets the value of the originalID property.voidSets the value of the paymentAddressVerification property.voidsetSettlementCurCode(String value) Sets the value of the settlementCurCode property.
-
Field Details
-
inputCurCode
-
originalID
-
paymentAddressVerification
-
settlementCurCode
-
trxDataText
-
-
Constructor Details
-
PaymentTrxRefType
public PaymentTrxRefType()
-
-
Method Details
-
getInputCurCode
Gets the value of the inputCurCode property.- Returns:
- possible object is
String
-
setInputCurCode
Sets the value of the inputCurCode property.- Parameters:
value- allowed object isString
-
getOriginalID
Gets the value of the originalID property.- Returns:
- possible object is
String
-
setOriginalID
Sets the value of the originalID property.- Parameters:
value- allowed object isString
-
getPaymentAddressVerification
Gets the value of the paymentAddressVerification property.- Returns:
- possible object is
PaymentAddressVerificationType
-
setPaymentAddressVerification
Sets the value of the paymentAddressVerification property.- Parameters:
value- allowed object isPaymentAddressVerificationType
-
getSettlementCurCode
Gets the value of the settlementCurCode property.- Returns:
- possible object is
String
-
setSettlementCurCode
Sets the value of the settlementCurCode property.- Parameters:
value- allowed object isString
-
getTrxDataText
Gets the value of the trxDataText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trxDataText property.For example, to add a new item, do as follows:
getTrxDataText().add(newItem);Objects of the following type(s) are allowed in the list
String
-