public static class Detallista.LineItem.TradeItemTaxInformation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="taxTypeDescription"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <length value="3"/> <enumeration value="GST"/> <enumeration value="VAT"/> <enumeration value="LAC"/> <enumeration value="AAA"/> <enumeration value="ADD"/> <enumeration value="FRE"/> <enumeration value="LOC"/> <enumeration value="STT"/> <enumeration value="OTH"/> </restriction> </simpleType> </element> <element name="referenceNumber" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="tradeItemTaxAmount" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taxPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="taxCategory" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <minLength value="0"/> <maxLength value="11"/> <enumeration value="TRANSFERIDO"/> <enumeration value="RETENIDO"/> </restriction> </simpleType> </element> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
referenceNumber |
protected String |
taxCategory |
protected String |
taxTypeDescription |
protected Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount |
tradeItemTaxAmount |
Constructor and Description |
---|
TradeItemTaxInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getReferenceNumber()
Gets the value of the referenceNumber property.
|
String |
getTaxCategory()
Gets the value of the taxCategory property.
|
String |
getTaxTypeDescription()
Gets the value of the taxTypeDescription property.
|
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount |
getTradeItemTaxAmount()
Gets the value of the tradeItemTaxAmount property.
|
void |
setReferenceNumber(String value)
Sets the value of the referenceNumber property.
|
void |
setTaxCategory(String value)
Sets the value of the taxCategory property.
|
void |
setTaxTypeDescription(String value)
Sets the value of the taxTypeDescription property.
|
void |
setTradeItemTaxAmount(Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount value)
Sets the value of the tradeItemTaxAmount property.
|
protected String taxTypeDescription
protected String referenceNumber
protected Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount tradeItemTaxAmount
protected String taxCategory
public String getTaxTypeDescription()
String
public void setTaxTypeDescription(String value)
value
- allowed object is
String
public String getReferenceNumber()
String
public void setReferenceNumber(String value)
value
- allowed object is
String
public Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount getTradeItemTaxAmount()
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
public void setTradeItemTaxAmount(Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount value)
value
- allowed object is
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
public String getTaxCategory()
String
Copyright © 2010–2018. All rights reserved.