public class OrderType extends Object
Java class for orderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="orderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="invoiceNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="discountAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="taxIsAfterDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="totalTaxTypeCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="purchaserVATRegistrationNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="21"/>
</restriction>
</simpleType>
</element>
<element name="merchantVATRegistrationNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="21"/>
</restriction>
</simpleType>
</element>
<element name="vatInvoiceReferenceNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="15"/>
</restriction>
</simpleType>
</element>
<element name="purchaserCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="summaryCommodityCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<element name="purchaseOrderDateUTC" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="supplierOrderReference" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<element name="authorizedContactName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="36"/>
</restriction>
</simpleType>
</element>
<element name="cardAcceptorRefNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<element name="amexDataTAA1" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="amexDataTAA2" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="amexDataTAA3" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="amexDataTAA4" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
amexDataTAA1 |
protected String |
amexDataTAA2 |
protected String |
amexDataTAA3 |
protected String |
amexDataTAA4 |
protected String |
authorizedContactName |
protected String |
cardAcceptorRefNumber |
protected String |
description |
protected BigDecimal |
discountAmount |
protected String |
invoiceNumber |
protected String |
merchantVATRegistrationNumber |
protected XMLGregorianCalendar |
purchaseOrderDateUTC |
protected String |
purchaserCode |
protected String |
purchaserVATRegistrationNumber |
protected String |
summaryCommodityCode |
protected String |
supplierOrderReference |
protected Boolean |
taxIsAfterDiscount |
protected String |
totalTaxTypeCode |
protected String |
vatInvoiceReferenceNumber |
| Constructor and Description |
|---|
OrderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmexDataTAA1()
Gets the value of the amexDataTAA1 property.
|
String |
getAmexDataTAA2()
Gets the value of the amexDataTAA2 property.
|
String |
getAmexDataTAA3()
Gets the value of the amexDataTAA3 property.
|
String |
getAmexDataTAA4()
Gets the value of the amexDataTAA4 property.
|
String |
getAuthorizedContactName()
Gets the value of the authorizedContactName property.
|
String |
getCardAcceptorRefNumber()
Gets the value of the cardAcceptorRefNumber property.
|
String |
getDescription()
Gets the value of the description property.
|
BigDecimal |
getDiscountAmount()
Gets the value of the discountAmount property.
|
String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
String |
getMerchantVATRegistrationNumber()
Gets the value of the merchantVATRegistrationNumber property.
|
XMLGregorianCalendar |
getPurchaseOrderDateUTC()
Gets the value of the purchaseOrderDateUTC property.
|
String |
getPurchaserCode()
Gets the value of the purchaserCode property.
|
String |
getPurchaserVATRegistrationNumber()
Gets the value of the purchaserVATRegistrationNumber property.
|
String |
getSummaryCommodityCode()
Gets the value of the summaryCommodityCode property.
|
String |
getSupplierOrderReference()
Gets the value of the supplierOrderReference property.
|
String |
getTotalTaxTypeCode()
Gets the value of the totalTaxTypeCode property.
|
String |
getVatInvoiceReferenceNumber()
Gets the value of the vatInvoiceReferenceNumber property.
|
Boolean |
isTaxIsAfterDiscount()
Gets the value of the taxIsAfterDiscount property.
|
void |
setAmexDataTAA1(String value)
Sets the value of the amexDataTAA1 property.
|
void |
setAmexDataTAA2(String value)
Sets the value of the amexDataTAA2 property.
|
void |
setAmexDataTAA3(String value)
Sets the value of the amexDataTAA3 property.
|
void |
setAmexDataTAA4(String value)
Sets the value of the amexDataTAA4 property.
|
void |
setAuthorizedContactName(String value)
Sets the value of the authorizedContactName property.
|
void |
setCardAcceptorRefNumber(String value)
Sets the value of the cardAcceptorRefNumber property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDiscountAmount(BigDecimal value)
Sets the value of the discountAmount property.
|
void |
setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
|
void |
setMerchantVATRegistrationNumber(String value)
Sets the value of the merchantVATRegistrationNumber property.
|
void |
setPurchaseOrderDateUTC(XMLGregorianCalendar value)
Sets the value of the purchaseOrderDateUTC property.
|
void |
setPurchaserCode(String value)
Sets the value of the purchaserCode property.
|
void |
setPurchaserVATRegistrationNumber(String value)
Sets the value of the purchaserVATRegistrationNumber property.
|
void |
setSummaryCommodityCode(String value)
Sets the value of the summaryCommodityCode property.
|
void |
setSupplierOrderReference(String value)
Sets the value of the supplierOrderReference property.
|
void |
setTaxIsAfterDiscount(Boolean value)
Sets the value of the taxIsAfterDiscount property.
|
void |
setTotalTaxTypeCode(String value)
Sets the value of the totalTaxTypeCode property.
|
void |
setVatInvoiceReferenceNumber(String value)
Sets the value of the vatInvoiceReferenceNumber property.
|
protected String invoiceNumber
protected String description
protected BigDecimal discountAmount
protected Boolean taxIsAfterDiscount
protected String totalTaxTypeCode
protected String purchaserVATRegistrationNumber
protected String merchantVATRegistrationNumber
protected String vatInvoiceReferenceNumber
protected String purchaserCode
protected String summaryCommodityCode
protected XMLGregorianCalendar purchaseOrderDateUTC
protected String supplierOrderReference
protected String authorizedContactName
protected String cardAcceptorRefNumber
protected String amexDataTAA1
protected String amexDataTAA2
protected String amexDataTAA3
protected String amexDataTAA4
public String getInvoiceNumber()
Stringpublic void setInvoiceNumber(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic BigDecimal getDiscountAmount()
BigDecimalpublic void setDiscountAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isTaxIsAfterDiscount()
Booleanpublic void setTaxIsAfterDiscount(Boolean value)
value - allowed object is
Booleanpublic String getTotalTaxTypeCode()
Stringpublic void setTotalTaxTypeCode(String value)
value - allowed object is
Stringpublic String getPurchaserVATRegistrationNumber()
Stringpublic void setPurchaserVATRegistrationNumber(String value)
value - allowed object is
Stringpublic String getMerchantVATRegistrationNumber()
Stringpublic void setMerchantVATRegistrationNumber(String value)
value - allowed object is
Stringpublic String getVatInvoiceReferenceNumber()
Stringpublic void setVatInvoiceReferenceNumber(String value)
value - allowed object is
Stringpublic String getPurchaserCode()
Stringpublic void setPurchaserCode(String value)
value - allowed object is
Stringpublic String getSummaryCommodityCode()
Stringpublic void setSummaryCommodityCode(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getPurchaseOrderDateUTC()
XMLGregorianCalendarpublic void setPurchaseOrderDateUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSupplierOrderReference()
Stringpublic void setSupplierOrderReference(String value)
value - allowed object is
Stringpublic String getAuthorizedContactName()
Stringpublic void setAuthorizedContactName(String value)
value - allowed object is
Stringpublic String getCardAcceptorRefNumber()
Stringpublic void setCardAcceptorRefNumber(String value)
value - allowed object is
Stringpublic String getAmexDataTAA1()
Stringpublic void setAmexDataTAA1(String value)
value - allowed object is
Stringpublic String getAmexDataTAA2()
Stringpublic void setAmexDataTAA2(String value)
value - allowed object is
Stringpublic String getAmexDataTAA3()
Stringpublic void setAmexDataTAA3(String value)
value - allowed object is
Stringpublic String getAmexDataTAA4()
StringCopyright © 2020. All rights reserved.