public class SubcontractTermsType extends Object
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()
Gets the value of the amount property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
MaximumPercentType |
getMaximumPercent()
Gets the value of the maximumPercent property.
|
MinimumPercentType |
getMinimumPercent()
Gets the value of the minimumPercent property.
|
RateType |
getRate()
Gets the value of the rate property.
|
SubcontractingConditionsCodeType |
getSubcontractingConditionsCode()
Gets the value of the subcontractingConditionsCode property.
|
UnknownPriceIndicatorType |
getUnknownPriceIndicator()
Gets the value of the unknownPriceIndicator property.
|
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()
RateTypepublic void setRate(RateType value)
value - allowed object is
RateTypepublic UnknownPriceIndicatorType getUnknownPriceIndicator()
UnknownPriceIndicatorTypepublic void setUnknownPriceIndicator(UnknownPriceIndicatorType value)
value - allowed object is
UnknownPriceIndicatorTypepublic 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 AmountType getAmount()
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic SubcontractingConditionsCodeType getSubcontractingConditionsCode()
SubcontractingConditionsCodeTypepublic void setSubcontractingConditionsCode(SubcontractingConditionsCodeType value)
value - allowed object is
SubcontractingConditionsCodeTypepublic MaximumPercentType getMaximumPercent()
MaximumPercentTypepublic void setMaximumPercent(MaximumPercentType value)
value - allowed object is
MaximumPercentTypepublic MinimumPercentType getMinimumPercent()
MinimumPercentTypepublic void setMinimumPercent(MinimumPercentType value)
value - allowed object is
MinimumPercentTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.