public class FinancialGuaranteeType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the bond guarantee of a tenderer or bid submitter's actual entry into a contract in the event that it is the successful bidder.</ccts:Definition>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
PeriodType |
getConstitutionPeriod()
<?
|
List<DescriptionType> |
getDescription()
<?
|
GuaranteeTypeCodeType |
getGuaranteeTypeCode()
<?
|
LiabilityAmountType |
getLiabilityAmount()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Guarantee Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of financial guarantee. For instance "Provisional Guarantee" or "Final Guarantee"</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
<ccts:PropertyTerm>Guarantee Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
GuaranteeTypeCodeTypepublic void setGuaranteeTypeCode(GuaranteeTypeCodeType value)
value - allowed object is
GuaranteeTypeCodeTypepublic List<DescriptionType> getDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing this financial guarantee.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Liability. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The amount of liability in this financial guarantee.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
<ccts:PropertyTerm>Liability</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
LiabilityAmountTypepublic void setLiabilityAmount(LiabilityAmountType value)
value - allowed object is
LiabilityAmountTypepublic AmountRateType getAmountRate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Amount. Rate</ccts:DictionaryEntryName>
<ccts:Definition>The rate used to calculate the amount of liability in this financial guarantee.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Rate</ccts:RepresentationTerm>
<ccts:DataType>Rate. Type</ccts:DataType>
</ccts:Component>
AmountRateTypepublic void setAmountRate(AmountRateType value)
value - allowed object is
AmountRateTypepublic PeriodType getConstitutionPeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Guarantee. Constitution_ Period. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period during the tendering process to which this financial guarantee has to be settled.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Guarantee</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Constitution</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setConstitutionPeriod(PeriodType value)
value - allowed object is
PeriodTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.