|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.TransactionSummaryType
public class TransactionSummaryType
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 |
|---|
protected String transId
protected XMLGregorianCalendar submitTimeUTC
protected XMLGregorianCalendar submitTimeLocal
protected String transactionStatus
protected String invoiceNumber
protected String firstName
protected String lastName
protected String accountType
protected String accountNumber
protected BigDecimal settleAmount
protected String marketType
protected String product
protected String mobileDeviceId
protected SubscriptionPaymentType subscription
protected Boolean hasReturnedItems
| Constructor Detail |
|---|
public TransactionSummaryType()
| Method Detail |
|---|
public String getTransId()
Stringpublic void setTransId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendarpublic void setSubmitTimeUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSubmitTimeLocal()
XMLGregorianCalendarpublic void setSubmitTimeLocal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTransactionStatus()
Stringpublic void setTransactionStatus(String value)
value - allowed object is
Stringpublic String getInvoiceNumber()
Stringpublic void setInvoiceNumber(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getAccountType()
Stringpublic void setAccountType(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic BigDecimal getSettleAmount()
BigDecimalpublic void setSettleAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getProduct()
Stringpublic void setProduct(String value)
value - allowed object is
Stringpublic String getMobileDeviceId()
Stringpublic void setMobileDeviceId(String value)
value - allowed object is
Stringpublic SubscriptionPaymentType getSubscription()
SubscriptionPaymentTypepublic void setSubscription(SubscriptionPaymentType value)
value - allowed object is
SubscriptionPaymentTypepublic Boolean isHasReturnedItems()
Booleanpublic void setHasReturnedItems(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||