public class OrderType
extends java.lang.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 java.lang.String |
amexDataTAA1 |
protected java.lang.String |
amexDataTAA2 |
protected java.lang.String |
amexDataTAA3 |
protected java.lang.String |
amexDataTAA4 |
protected java.lang.String |
authorizedContactName |
protected java.lang.String |
cardAcceptorRefNumber |
protected java.lang.String |
description |
protected java.math.BigDecimal |
discountAmount |
protected java.lang.String |
invoiceNumber |
protected java.lang.String |
merchantVATRegistrationNumber |
protected javax.xml.datatype.XMLGregorianCalendar |
purchaseOrderDateUTC |
protected java.lang.String |
purchaserCode |
protected java.lang.String |
purchaserVATRegistrationNumber |
protected java.lang.String |
summaryCommodityCode |
protected java.lang.String |
supplierOrderReference |
protected java.lang.Boolean |
taxIsAfterDiscount |
protected java.lang.String |
totalTaxTypeCode |
protected java.lang.String |
vatInvoiceReferenceNumber |
| Constructor and Description |
|---|
OrderType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmexDataTAA1()
Gets the value of the amexDataTAA1 property.
|
java.lang.String |
getAmexDataTAA2()
Gets the value of the amexDataTAA2 property.
|
java.lang.String |
getAmexDataTAA3()
Gets the value of the amexDataTAA3 property.
|
java.lang.String |
getAmexDataTAA4()
Gets the value of the amexDataTAA4 property.
|
java.lang.String |
getAuthorizedContactName()
Gets the value of the authorizedContactName property.
|
java.lang.String |
getCardAcceptorRefNumber()
Gets the value of the cardAcceptorRefNumber property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.math.BigDecimal |
getDiscountAmount()
Gets the value of the discountAmount property.
|
java.lang.String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
java.lang.String |
getMerchantVATRegistrationNumber()
Gets the value of the merchantVATRegistrationNumber property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPurchaseOrderDateUTC()
Gets the value of the purchaseOrderDateUTC property.
|
java.lang.String |
getPurchaserCode()
Gets the value of the purchaserCode property.
|
java.lang.String |
getPurchaserVATRegistrationNumber()
Gets the value of the purchaserVATRegistrationNumber property.
|
java.lang.String |
getSummaryCommodityCode()
Gets the value of the summaryCommodityCode property.
|
java.lang.String |
getSupplierOrderReference()
Gets the value of the supplierOrderReference property.
|
java.lang.String |
getTotalTaxTypeCode()
Gets the value of the totalTaxTypeCode property.
|
java.lang.String |
getVatInvoiceReferenceNumber()
Gets the value of the vatInvoiceReferenceNumber property.
|
java.lang.Boolean |
isTaxIsAfterDiscount()
Gets the value of the taxIsAfterDiscount property.
|
void |
setAmexDataTAA1(java.lang.String value)
Sets the value of the amexDataTAA1 property.
|
void |
setAmexDataTAA2(java.lang.String value)
Sets the value of the amexDataTAA2 property.
|
void |
setAmexDataTAA3(java.lang.String value)
Sets the value of the amexDataTAA3 property.
|
void |
setAmexDataTAA4(java.lang.String value)
Sets the value of the amexDataTAA4 property.
|
void |
setAuthorizedContactName(java.lang.String value)
Sets the value of the authorizedContactName property.
|
void |
setCardAcceptorRefNumber(java.lang.String value)
Sets the value of the cardAcceptorRefNumber property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDiscountAmount(java.math.BigDecimal value)
Sets the value of the discountAmount property.
|
void |
setInvoiceNumber(java.lang.String value)
Sets the value of the invoiceNumber property.
|
void |
setMerchantVATRegistrationNumber(java.lang.String value)
Sets the value of the merchantVATRegistrationNumber property.
|
void |
setPurchaseOrderDateUTC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the purchaseOrderDateUTC property.
|
void |
setPurchaserCode(java.lang.String value)
Sets the value of the purchaserCode property.
|
void |
setPurchaserVATRegistrationNumber(java.lang.String value)
Sets the value of the purchaserVATRegistrationNumber property.
|
void |
setSummaryCommodityCode(java.lang.String value)
Sets the value of the summaryCommodityCode property.
|
void |
setSupplierOrderReference(java.lang.String value)
Sets the value of the supplierOrderReference property.
|
void |
setTaxIsAfterDiscount(java.lang.Boolean value)
Sets the value of the taxIsAfterDiscount property.
|
void |
setTotalTaxTypeCode(java.lang.String value)
Sets the value of the totalTaxTypeCode property.
|
void |
setVatInvoiceReferenceNumber(java.lang.String value)
Sets the value of the vatInvoiceReferenceNumber property.
|
protected java.lang.String invoiceNumber
protected java.lang.String description
protected java.math.BigDecimal discountAmount
protected java.lang.Boolean taxIsAfterDiscount
protected java.lang.String totalTaxTypeCode
protected java.lang.String purchaserVATRegistrationNumber
protected java.lang.String merchantVATRegistrationNumber
protected java.lang.String vatInvoiceReferenceNumber
protected java.lang.String purchaserCode
protected java.lang.String summaryCommodityCode
protected javax.xml.datatype.XMLGregorianCalendar purchaseOrderDateUTC
protected java.lang.String supplierOrderReference
protected java.lang.String authorizedContactName
protected java.lang.String cardAcceptorRefNumber
protected java.lang.String amexDataTAA1
protected java.lang.String amexDataTAA2
protected java.lang.String amexDataTAA3
protected java.lang.String amexDataTAA4
public java.lang.String getInvoiceNumber()
Stringpublic void setInvoiceNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getDiscountAmount()
BigDecimalpublic void setDiscountAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Boolean isTaxIsAfterDiscount()
Booleanpublic void setTaxIsAfterDiscount(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getTotalTaxTypeCode()
Stringpublic void setTotalTaxTypeCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPurchaserVATRegistrationNumber()
Stringpublic void setPurchaserVATRegistrationNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMerchantVATRegistrationNumber()
Stringpublic void setMerchantVATRegistrationNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVatInvoiceReferenceNumber()
Stringpublic void setVatInvoiceReferenceNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPurchaserCode()
Stringpublic void setPurchaserCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSummaryCommodityCode()
Stringpublic void setSummaryCommodityCode(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getPurchaseOrderDateUTC()
XMLGregorianCalendarpublic void setPurchaseOrderDateUTC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getSupplierOrderReference()
Stringpublic void setSupplierOrderReference(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthorizedContactName()
Stringpublic void setAuthorizedContactName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCardAcceptorRefNumber()
Stringpublic void setCardAcceptorRefNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAmexDataTAA1()
Stringpublic void setAmexDataTAA1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAmexDataTAA2()
Stringpublic void setAmexDataTAA2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAmexDataTAA3()
Stringpublic void setAmexDataTAA3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAmexDataTAA4()
Stringpublic void setAmexDataTAA4(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.