Class PaymentTrxRefType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PaymentTrxRefType

public class PaymentTrxRefType extends Object
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 Details

    • acsid

      protected String acsid
    • acsurl

      protected String acsurl
    • authorizationFailureURL

      protected String authorizationFailureURL
    • merchantURL

      protected String merchantURL
    • originalID

      protected String originalID
    • spmid

      protected String spmid
    • termURL

      protected String termURL
    • trxDataText

      protected List<String> trxDataText
  • Constructor Details

    • PaymentTrxRefType

      public PaymentTrxRefType()
  • Method Details

    • getACSID

      public String getACSID()
      Gets the value of the acsid property.
      Returns:
      possible object is String
    • setACSID

      public void setACSID(String value)
      Sets the value of the acsid property.
      Parameters:
      value - allowed object is String
    • getACSURL

      public String getACSURL()
      Gets the value of the acsurl property.
      Returns:
      possible object is String
    • setACSURL

      public void setACSURL(String value)
      Sets the value of the acsurl property.
      Parameters:
      value - allowed object is String
    • getAuthorizationFailureURL

      public String getAuthorizationFailureURL()
      Gets the value of the authorizationFailureURL property.
      Returns:
      possible object is String
    • setAuthorizationFailureURL

      public void setAuthorizationFailureURL(String value)
      Sets the value of the authorizationFailureURL property.
      Parameters:
      value - allowed object is String
    • getMerchantURL

      public String getMerchantURL()
      Gets the value of the merchantURL property.
      Returns:
      possible object is String
    • setMerchantURL

      public void setMerchantURL(String value)
      Sets the value of the merchantURL property.
      Parameters:
      value - allowed object is String
    • getOriginalID

      public String getOriginalID()
      Gets the value of the originalID property.
      Returns:
      possible object is String
    • setOriginalID

      public void setOriginalID(String value)
      Sets the value of the originalID property.
      Parameters:
      value - allowed object is String
    • getSPMID

      public String getSPMID()
      Gets the value of the spmid property.
      Returns:
      possible object is String
    • setSPMID

      public void setSPMID(String value)
      Sets the value of the spmid property.
      Parameters:
      value - allowed object is String
    • getTermURL

      public String getTermURL()
      Gets the value of the termURL property.
      Returns:
      possible object is String
    • setTermURL

      public void setTermURL(String value)
      Sets the value of the termURL property.
      Parameters:
      value - allowed object is String
    • getTrxDataText

      public List<String> 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 set method 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