Class PaymentTrxRefType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="ACSID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="ACSURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
<element name="AuthorizationFailureURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
<element name="MerchantURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
<element name="OriginalID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="SPMID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="TermURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
<element name="TrxDataText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetACSID()Gets the value of the acsid property.Gets the value of the acsurl property.Gets the value of the authorizationFailureURL property.Gets the value of the merchantURL property.Gets the value of the originalID property.getSPMID()Gets the value of the spmid property.Gets the value of the termURL property.Gets the value of the trxDataText property.voidSets the value of the acsid property.voidSets the value of the acsurl property.voidsetAuthorizationFailureURL(String value) Sets the value of the authorizationFailureURL property.voidsetMerchantURL(String value) Sets the value of the merchantURL property.voidsetOriginalID(String value) Sets the value of the originalID property.voidSets the value of the spmid property.voidsetTermURL(String value) Sets the value of the termURL property.
-
Field Details
-
acsid
-
acsurl
-
authorizationFailureURL
-
merchantURL
-
originalID
-
spmid
-
termURL
-
trxDataText
-
-
Constructor Details
-
PaymentTrxRefType
public PaymentTrxRefType()
-
-
Method Details
-
getACSID
Gets the value of the acsid property.- Returns:
- possible object is
String
-
setACSID
Sets the value of the acsid property.- Parameters:
value- allowed object isString
-
getACSURL
Gets the value of the acsurl property.- Returns:
- possible object is
String
-
setACSURL
Sets the value of the acsurl property.- Parameters:
value- allowed object isString
-
getAuthorizationFailureURL
Gets the value of the authorizationFailureURL property.- Returns:
- possible object is
String
-
setAuthorizationFailureURL
Sets the value of the authorizationFailureURL property.- Parameters:
value- allowed object isString
-
getMerchantURL
Gets the value of the merchantURL property.- Returns:
- possible object is
String
-
setMerchantURL
Sets the value of the merchantURL 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
-
getSPMID
Gets the value of the spmid property.- Returns:
- possible object is
String
-
setSPMID
Sets the value of the spmid property.- Parameters:
value- allowed object isString
-
getTermURL
Gets the value of the termURL property.- Returns:
- possible object is
String
-
setTermURL
Sets the value of the termURL 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
-