Class ArbTransaction


  • public class ArbTransaction
    extends Object

    Java class for arbTransaction complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="arbTransaction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="response" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="payNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="attemptNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ArbTransaction

        public ArbTransaction()
    • Method Detail

      • getTransId

        public String getTransId()
        Gets the value of the transId property.
        Returns:
        possible object is String
      • setTransId

        public void setTransId​(String value)
        Sets the value of the transId property.
        Parameters:
        value - allowed object is String
      • getResponse

        public String getResponse()
        Gets the value of the response property.
        Returns:
        possible object is String
      • setResponse

        public void setResponse​(String value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is String
      • getPayNum

        public Integer getPayNum()
        Gets the value of the payNum property.
        Returns:
        possible object is Integer
      • setPayNum

        public void setPayNum​(Integer value)
        Sets the value of the payNum property.
        Parameters:
        value - allowed object is Integer
      • getAttemptNum

        public Integer getAttemptNum()
        Gets the value of the attemptNum property.
        Returns:
        possible object is Integer
      • setAttemptNum

        public void setAttemptNum​(Integer value)
        Sets the value of the attemptNum property.
        Parameters:
        value - allowed object is Integer