public class SubcontractTermsType 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>Subcontract Terms. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe subcontract terms for a tendering process.</ccts:Definition>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
</ccts:Component>
Java class for SubcontractTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubcontractTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Rate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UnknownPriceIndicator" minOccurs="0"/>
<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}Amount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubcontractingConditionsCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumPercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumPercent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
amount |
protected List<DescriptionType> |
description |
protected MaximumPercentType |
maximumPercent |
protected MinimumPercentType |
minimumPercent |
protected RateType |
rate |
protected SubcontractingConditionsCodeType |
subcontractingConditionsCode |
protected UnknownPriceIndicatorType |
unknownPriceIndicator |
| Constructor and Description |
|---|
SubcontractTermsType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getAmount()
<?
|
List<DescriptionType> |
getDescription()
<?
|
MaximumPercentType |
getMaximumPercent()
<?
|
MinimumPercentType |
getMinimumPercent()
<?
|
RateType |
getRate()
<?
|
SubcontractingConditionsCodeType |
getSubcontractingConditionsCode()
<?
|
UnknownPriceIndicatorType |
getUnknownPriceIndicator()
<?
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setMaximumPercent(MaximumPercentType value)
Sets the value of the maximumPercent property.
|
void |
setMinimumPercent(MinimumPercentType value)
Sets the value of the minimumPercent property.
|
void |
setRate(RateType value)
Sets the value of the rate property.
|
void |
setSubcontractingConditionsCode(SubcontractingConditionsCodeType value)
Sets the value of the subcontractingConditionsCode property.
|
void |
setUnknownPriceIndicator(UnknownPriceIndicatorType value)
Sets the value of the unknownPriceIndicator property.
|
protected RateType rate
protected UnknownPriceIndicatorType unknownPriceIndicator
protected List<DescriptionType> description
protected AmountType amount
protected SubcontractingConditionsCodeType subcontractingConditionsCode
protected MaximumPercentType maximumPercent
protected MinimumPercentType minimumPercent
public RateType getRate()
<?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>Subcontract Terms. Rate</ccts:DictionaryEntryName>
<ccts:Definition>MF: I agree with the query. Rate?</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Rate</ccts:PropertyTerm>
<ccts:RepresentationTerm>Rate</ccts:RepresentationTerm>
<ccts:DataType>Rate. Type</ccts:DataType>
</ccts:Component>
RateTypepublic void setRate(RateType value)
value - allowed object is
RateTypepublic UnknownPriceIndicatorType getUnknownPriceIndicator()
<?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>Subcontract Terms. Unknown_ Price. Indicator</ccts:DictionaryEntryName>
<ccts:Definition>An indicator that the subcontract price is known (true) or not (false).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Unknown</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Price</ccts:PropertyTerm>
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
<ccts:DataType>Indicator. Type</ccts:DataType>
</ccts:Component>
UnknownPriceIndicatorTypepublic void setUnknownPriceIndicator(UnknownPriceIndicatorType value)
value - allowed object is
UnknownPriceIndicatorTypepublic 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>Subcontract Terms. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the subcontract terms.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</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 AmountType getAmount()
<?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>Subcontract Terms. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The monetary amount assigned to the subcontracted task.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic SubcontractingConditionsCodeType getSubcontractingConditionsCode()
<?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>Subcontract Terms. Subcontracting Conditions Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code specifying the conditions for subcontracting.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Subcontracting Conditions Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
SubcontractingConditionsCodeTypepublic void setSubcontractingConditionsCode(SubcontractingConditionsCodeType value)
value - allowed object is
SubcontractingConditionsCodeTypepublic MaximumPercentType getMaximumPercent()
<?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>Subcontract Terms. Maximum_ Percent. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The maximum percentage allowed to be subcontracted.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
MaximumPercentTypepublic void setMaximumPercent(MaximumPercentType value)
value - allowed object is
MaximumPercentTypepublic MinimumPercentType getMinimumPercent()
<?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>Subcontract Terms. Minimum_ Percent. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The minimum percentage allowed to be subcontracted.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Subcontract Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
MinimumPercentTypepublic void setMinimumPercent(MinimumPercentType value)
value - allowed object is
MinimumPercentTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.