Class EnergyTaxReportType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EnergyTaxReportType
-
public class EnergyTaxReportType extends Object
Java class for EnergyTaxReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyTaxReportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxEnergyAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxEnergyOnAccountAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxEnergyBalanceAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxScheme"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TaxEnergyAmountTypetaxEnergyAmountprotected TaxEnergyBalanceAmountTypetaxEnergyBalanceAmountprotected TaxEnergyOnAccountAmountTypetaxEnergyOnAccountAmountprotected TaxSchemeTypetaxScheme
-
Constructor Summary
Constructors Constructor Description EnergyTaxReportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxEnergyAmountTypegetTaxEnergyAmount()Gets the value of the taxEnergyAmount property.TaxEnergyBalanceAmountTypegetTaxEnergyBalanceAmount()Gets the value of the taxEnergyBalanceAmount property.TaxEnergyOnAccountAmountTypegetTaxEnergyOnAccountAmount()Gets the value of the taxEnergyOnAccountAmount property.TaxSchemeTypegetTaxScheme()Gets the value of the taxScheme property.voidsetTaxEnergyAmount(TaxEnergyAmountType value)Sets the value of the taxEnergyAmount property.voidsetTaxEnergyBalanceAmount(TaxEnergyBalanceAmountType value)Sets the value of the taxEnergyBalanceAmount property.voidsetTaxEnergyOnAccountAmount(TaxEnergyOnAccountAmountType value)Sets the value of the taxEnergyOnAccountAmount property.voidsetTaxScheme(TaxSchemeType value)Sets the value of the taxScheme property.
-
-
-
Field Detail
-
taxEnergyAmount
protected TaxEnergyAmountType taxEnergyAmount
-
taxEnergyOnAccountAmount
protected TaxEnergyOnAccountAmountType taxEnergyOnAccountAmount
-
taxEnergyBalanceAmount
protected TaxEnergyBalanceAmountType taxEnergyBalanceAmount
-
taxScheme
protected TaxSchemeType taxScheme
-
-
Method Detail
-
getTaxEnergyAmount
public TaxEnergyAmountType getTaxEnergyAmount()
Gets the value of the taxEnergyAmount property.- Returns:
- possible object is
TaxEnergyAmountType
-
setTaxEnergyAmount
public void setTaxEnergyAmount(TaxEnergyAmountType value)
Sets the value of the taxEnergyAmount property.- Parameters:
value- allowed object isTaxEnergyAmountType
-
getTaxEnergyOnAccountAmount
public TaxEnergyOnAccountAmountType getTaxEnergyOnAccountAmount()
Gets the value of the taxEnergyOnAccountAmount property.- Returns:
- possible object is
TaxEnergyOnAccountAmountType
-
setTaxEnergyOnAccountAmount
public void setTaxEnergyOnAccountAmount(TaxEnergyOnAccountAmountType value)
Sets the value of the taxEnergyOnAccountAmount property.- Parameters:
value- allowed object isTaxEnergyOnAccountAmountType
-
getTaxEnergyBalanceAmount
public TaxEnergyBalanceAmountType getTaxEnergyBalanceAmount()
Gets the value of the taxEnergyBalanceAmount property.- Returns:
- possible object is
TaxEnergyBalanceAmountType
-
setTaxEnergyBalanceAmount
public void setTaxEnergyBalanceAmount(TaxEnergyBalanceAmountType value)
Sets the value of the taxEnergyBalanceAmount property.- Parameters:
value- allowed object isTaxEnergyBalanceAmountType
-
getTaxScheme
public TaxSchemeType getTaxScheme()
Gets the value of the taxScheme property.- Returns:
- possible object is
TaxSchemeType
-
setTaxScheme
public void setTaxScheme(TaxSchemeType value)
Sets the value of the taxScheme property.- Parameters:
value- allowed object isTaxSchemeType
-
-