net.authorize.api.contract.v1
Class TransactionSummaryType

java.lang.Object
  extended by net.authorize.api.contract.v1.TransactionSummaryType

public class TransactionSummaryType
extends Object

Java class for transactionSummaryType complex type.

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

 <complexType name="transactionSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
         <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="submitTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="transactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="invoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="settleAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mobileDeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionPaymentType" minOccurs="0"/>
         <element name="hasReturnedItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accountNumber
           
protected  String accountType
           
protected  String firstName
           
protected  Boolean hasReturnedItems
           
protected  String invoiceNumber
           
protected  String lastName
           
protected  String marketType
           
protected  String mobileDeviceId
           
protected  String product
           
protected  BigDecimal settleAmount
           
protected  XMLGregorianCalendar submitTimeLocal
           
protected  XMLGregorianCalendar submitTimeUTC
           
protected  SubscriptionPaymentType subscription
           
protected  String transactionStatus
           
protected  String transId
           
 
Constructor Summary
TransactionSummaryType()
           
 
Method Summary
 String getAccountNumber()
          Gets the value of the accountNumber property.
 String getAccountType()
          Gets the value of the accountType property.
 String getFirstName()
          Gets the value of the firstName property.
 String getInvoiceNumber()
          Gets the value of the invoiceNumber property.
 String getLastName()
          Gets the value of the lastName property.
 String getMarketType()
          Gets the value of the marketType property.
 String getMobileDeviceId()
          Gets the value of the mobileDeviceId property.
 String getProduct()
          Gets the value of the product property.
 BigDecimal getSettleAmount()
          Gets the value of the settleAmount property.
 XMLGregorianCalendar getSubmitTimeLocal()
          Gets the value of the submitTimeLocal property.
 XMLGregorianCalendar getSubmitTimeUTC()
          Gets the value of the submitTimeUTC property.
 SubscriptionPaymentType getSubscription()
          Gets the value of the subscription property.
 String getTransactionStatus()
          Gets the value of the transactionStatus property.
 String getTransId()
          Gets the value of the transId property.
 Boolean isHasReturnedItems()
          Gets the value of the hasReturnedItems property.
 void setAccountNumber(String value)
          Sets the value of the accountNumber property.
 void setAccountType(String value)
          Sets the value of the accountType property.
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setHasReturnedItems(Boolean value)
          Sets the value of the hasReturnedItems property.
 void setInvoiceNumber(String value)
          Sets the value of the invoiceNumber property.
 void setLastName(String value)
          Sets the value of the lastName property.
 void setMarketType(String value)
          Sets the value of the marketType property.
 void setMobileDeviceId(String value)
          Sets the value of the mobileDeviceId property.
 void setProduct(String value)
          Sets the value of the product property.
 void setSettleAmount(BigDecimal value)
          Sets the value of the settleAmount property.
 void setSubmitTimeLocal(XMLGregorianCalendar value)
          Sets the value of the submitTimeLocal property.
 void setSubmitTimeUTC(XMLGregorianCalendar value)
          Sets the value of the submitTimeUTC property.
 void setSubscription(SubscriptionPaymentType value)
          Sets the value of the subscription property.
 void setTransactionStatus(String value)
          Sets the value of the transactionStatus property.
 void setTransId(String value)
          Sets the value of the transId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transId

protected String transId

submitTimeUTC

protected XMLGregorianCalendar submitTimeUTC

submitTimeLocal

protected XMLGregorianCalendar submitTimeLocal

transactionStatus

protected String transactionStatus

invoiceNumber

protected String invoiceNumber

firstName

protected String firstName

lastName

protected String lastName

accountType

protected String accountType

accountNumber

protected String accountNumber

settleAmount

protected BigDecimal settleAmount

marketType

protected String marketType

product

protected String product

mobileDeviceId

protected String mobileDeviceId

subscription

protected SubscriptionPaymentType subscription

hasReturnedItems

protected Boolean hasReturnedItems
Constructor Detail

TransactionSummaryType

public TransactionSummaryType()
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

getSubmitTimeUTC

public XMLGregorianCalendar getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.

Returns:
possible object is XMLGregorianCalendar

setSubmitTimeUTC

public void setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSubmitTimeLocal

public XMLGregorianCalendar getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.

Returns:
possible object is XMLGregorianCalendar

setSubmitTimeLocal

public void setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTransactionStatus

public String getTransactionStatus()
Gets the value of the transactionStatus property.

Returns:
possible object is String

setTransactionStatus

public void setTransactionStatus(String value)
Sets the value of the transactionStatus property.

Parameters:
value - allowed object is String

getInvoiceNumber

public String getInvoiceNumber()
Gets the value of the invoiceNumber property.

Returns:
possible object is String

setInvoiceNumber

public void setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.

Parameters:
value - allowed object is String

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getAccountType

public String getAccountType()
Gets the value of the accountType property.

Returns:
possible object is String

setAccountType

public void setAccountType(String value)
Sets the value of the accountType property.

Parameters:
value - allowed object is String

getAccountNumber

public String getAccountNumber()
Gets the value of the accountNumber property.

Returns:
possible object is String

setAccountNumber

public void setAccountNumber(String value)
Sets the value of the accountNumber property.

Parameters:
value - allowed object is String

getSettleAmount

public BigDecimal getSettleAmount()
Gets the value of the settleAmount property.

Returns:
possible object is BigDecimal

setSettleAmount

public void setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property.

Parameters:
value - allowed object is BigDecimal

getMarketType

public String getMarketType()
Gets the value of the marketType property.

Returns:
possible object is String

setMarketType

public void setMarketType(String value)
Sets the value of the marketType property.

Parameters:
value - allowed object is String

getProduct

public String getProduct()
Gets the value of the product property.

Returns:
possible object is String

setProduct

public void setProduct(String value)
Sets the value of the product property.

Parameters:
value - allowed object is String

getMobileDeviceId

public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.

Returns:
possible object is String

setMobileDeviceId

public void setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.

Parameters:
value - allowed object is String

getSubscription

public SubscriptionPaymentType getSubscription()
Gets the value of the subscription property.

Returns:
possible object is SubscriptionPaymentType

setSubscription

public void setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.

Parameters:
value - allowed object is SubscriptionPaymentType

isHasReturnedItems

public Boolean isHasReturnedItems()
Gets the value of the hasReturnedItems property.

Returns:
possible object is Boolean

setHasReturnedItems

public void setHasReturnedItems(Boolean value)
Sets the value of the hasReturnedItems property.

Parameters:
value - allowed object is Boolean


Copyright © 2014. All Rights Reserved.