Class FinancialGuaranteeType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.FinancialGuaranteeType
-
public class FinancialGuaranteeType extends Object
Java class for FinancialGuaranteeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialGuaranteeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}GuaranteeTypeCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LiabilityAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AmountRate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ConstitutionPeriod" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountRateTypeamountRateprotected PeriodTypeconstitutionPeriodprotected List<DescriptionType>descriptionprotected GuaranteeTypeCodeTypeguaranteeTypeCodeprotected LiabilityAmountTypeliabilityAmount
-
Constructor Summary
Constructors Constructor Description FinancialGuaranteeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountRateTypegetAmountRate()Gets the value of the amountRate property.PeriodTypegetConstitutionPeriod()Gets the value of the constitutionPeriod property.List<DescriptionType>getDescription()Gets the value of the description property.GuaranteeTypeCodeTypegetGuaranteeTypeCode()Gets the value of the guaranteeTypeCode property.LiabilityAmountTypegetLiabilityAmount()Gets the value of the liabilityAmount property.voidsetAmountRate(AmountRateType value)Sets the value of the amountRate property.voidsetConstitutionPeriod(PeriodType value)Sets the value of the constitutionPeriod property.voidsetGuaranteeTypeCode(GuaranteeTypeCodeType value)Sets the value of the guaranteeTypeCode property.voidsetLiabilityAmount(LiabilityAmountType value)Sets the value of the liabilityAmount property.
-
-
-
Field Detail
-
guaranteeTypeCode
protected GuaranteeTypeCodeType guaranteeTypeCode
-
description
protected List<DescriptionType> description
-
liabilityAmount
protected LiabilityAmountType liabilityAmount
-
amountRate
protected AmountRateType amountRate
-
constitutionPeriod
protected PeriodType constitutionPeriod
-
-
Method Detail
-
getGuaranteeTypeCode
public GuaranteeTypeCodeType getGuaranteeTypeCode()
Gets the value of the guaranteeTypeCode property.- Returns:
- possible object is
GuaranteeTypeCodeType
-
setGuaranteeTypeCode
public void setGuaranteeTypeCode(GuaranteeTypeCodeType value)
Sets the value of the guaranteeTypeCode property.- Parameters:
value- allowed object isGuaranteeTypeCodeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
getLiabilityAmount
public LiabilityAmountType getLiabilityAmount()
Gets the value of the liabilityAmount property.- Returns:
- possible object is
LiabilityAmountType
-
setLiabilityAmount
public void setLiabilityAmount(LiabilityAmountType value)
Sets the value of the liabilityAmount property.- Parameters:
value- allowed object isLiabilityAmountType
-
getAmountRate
public AmountRateType getAmountRate()
Gets the value of the amountRate property.- Returns:
- possible object is
AmountRateType
-
setAmountRate
public void setAmountRate(AmountRateType value)
Sets the value of the amountRate property.- Parameters:
value- allowed object isAmountRateType
-
getConstitutionPeriod
public PeriodType getConstitutionPeriod()
Gets the value of the constitutionPeriod property.- Returns:
- possible object is
PeriodType
-
setConstitutionPeriod
public void setConstitutionPeriod(PeriodType value)
Sets the value of the constitutionPeriod property.- Parameters:
value- allowed object isPeriodType
-
-