Class BudgetAccountType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.BudgetAccountType
-
public class BudgetAccountType extends Object
Java class for BudgetAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetAccountType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BudgetYearNumeric" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredClassificationScheme" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BudgetYearNumericTypebudgetYearNumericprotected IDTypeidprotected ClassificationSchemeTyperequiredClassificationScheme
-
Constructor Summary
Constructors Constructor Description BudgetAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BudgetYearNumericTypegetBudgetYearNumeric()Gets the value of the budgetYearNumeric property.IDTypegetID()Gets the value of the id property.ClassificationSchemeTypegetRequiredClassificationScheme()Gets the value of the requiredClassificationScheme property.voidsetBudgetYearNumeric(BudgetYearNumericType value)Sets the value of the budgetYearNumeric property.voidsetID(IDType value)Sets the value of the id property.voidsetRequiredClassificationScheme(ClassificationSchemeType value)Sets the value of the requiredClassificationScheme property.
-
-
-
Field Detail
-
id
protected IDType id
-
budgetYearNumeric
protected BudgetYearNumericType budgetYearNumeric
-
requiredClassificationScheme
protected ClassificationSchemeType requiredClassificationScheme
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getBudgetYearNumeric
public BudgetYearNumericType getBudgetYearNumeric()
Gets the value of the budgetYearNumeric property.- Returns:
- possible object is
BudgetYearNumericType
-
setBudgetYearNumeric
public void setBudgetYearNumeric(BudgetYearNumericType value)
Sets the value of the budgetYearNumeric property.- Parameters:
value- allowed object isBudgetYearNumericType
-
getRequiredClassificationScheme
public ClassificationSchemeType getRequiredClassificationScheme()
Gets the value of the requiredClassificationScheme property.- Returns:
- possible object is
ClassificationSchemeType
-
setRequiredClassificationScheme
public void setRequiredClassificationScheme(ClassificationSchemeType value)
Sets the value of the requiredClassificationScheme property.- Parameters:
value- allowed object isClassificationSchemeType
-
-