Class GetTransactionDetailsResponse

  • All Implemented Interfaces:
    Serializable

    public class GetTransactionDetailsResponse
    extends ANetApiResponse

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
           <sequence>
             <element name="transaction" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionDetailsType"/>
             <element name="clientId" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="30"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="transrefId" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetTransactionDetailsResponse

        public GetTransactionDetailsResponse()
    • Method Detail

      • getClientId

        public String getClientId()
        Gets the value of the clientId property.
        Returns:
        possible object is String
      • setClientId

        public void setClientId​(String value)
        Sets the value of the clientId property.
        Parameters:
        value - allowed object is String
      • getTransrefId

        public String getTransrefId()
        Gets the value of the transrefId property.
        Returns:
        possible object is String
      • setTransrefId

        public void setTransrefId​(String value)
        Sets the value of the transrefId property.
        Parameters:
        value - allowed object is String