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>
| Modifier and Type | Field and Description |
|---|---|
protected AmountRateType |
amountRate |
protected PeriodType |
constitutionPeriod |
protected List<DescriptionType> |
description |
protected GuaranteeTypeCodeType |
guaranteeTypeCode |
protected LiabilityAmountType |
liabilityAmount |
| Constructor and Description |
|---|
FinancialGuaranteeType() |
| Modifier and Type | Method and Description |
|---|---|
AmountRateType |
getAmountRate()
Gets the value of the amountRate property.
|
PeriodType |
getConstitutionPeriod()
Gets the value of the constitutionPeriod property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
GuaranteeTypeCodeType |
getGuaranteeTypeCode()
Gets the value of the guaranteeTypeCode property.
|
LiabilityAmountType |
getLiabilityAmount()
Gets the value of the liabilityAmount property.
|
void |
setAmountRate(AmountRateType value)
Sets the value of the amountRate property.
|
void |
setConstitutionPeriod(PeriodType value)
Sets the value of the constitutionPeriod property.
|
void |
setGuaranteeTypeCode(GuaranteeTypeCodeType value)
Sets the value of the guaranteeTypeCode property.
|
void |
setLiabilityAmount(LiabilityAmountType value)
Sets the value of the liabilityAmount property.
|
protected GuaranteeTypeCodeType guaranteeTypeCode
protected List<DescriptionType> description
protected LiabilityAmountType liabilityAmount
protected AmountRateType amountRate
protected PeriodType constitutionPeriod
public GuaranteeTypeCodeType getGuaranteeTypeCode()
GuaranteeTypeCodeTypepublic void setGuaranteeTypeCode(GuaranteeTypeCodeType value)
value - allowed object is
GuaranteeTypeCodeTypepublic List<DescriptionType> getDescription()
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 set method 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
public LiabilityAmountType getLiabilityAmount()
LiabilityAmountTypepublic void setLiabilityAmount(LiabilityAmountType value)
value - allowed object is
LiabilityAmountTypepublic AmountRateType getAmountRate()
AmountRateTypepublic void setAmountRate(AmountRateType value)
value - allowed object is
AmountRateTypepublic PeriodType getConstitutionPeriod()
PeriodTypepublic void setConstitutionPeriod(PeriodType value)
value - allowed object is
PeriodTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.