public class TenderLineType extends Object
Java class for TenderLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TenderLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineExtensionAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalTaxAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderableUnit" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContentUnitQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderQuantityIncrementNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumOrderQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumOrderQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WarrantyInformation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackLevelCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OfferedItemLocationQuantity" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReplacementRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyValidityPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubTenderLine" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersLineReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersDocumentReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TenderLineType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReferenceType |
getCallForTendersDocumentReference()
Gets the value of the callForTendersDocumentReference property.
|
LineReferenceType |
getCallForTendersLineReference()
Gets the value of the callForTendersLineReference property.
|
ContentUnitQuantityType |
getContentUnitQuantity()
Gets the value of the contentUnitQuantity property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
ItemType |
getItem()
Gets the value of the item property.
|
LineExtensionAmountType |
getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.
|
MaximumOrderQuantityType |
getMaximumOrderQuantity()
Gets the value of the maximumOrderQuantity property.
|
MinimumOrderQuantityType |
getMinimumOrderQuantity()
Gets the value of the minimumOrderQuantity property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
List<ItemLocationQuantityType> |
getOfferedItemLocationQuantity()
Gets the value of the offeredItemLocationQuantity property.
|
OrderableUnitType |
getOrderableUnit()
Gets the value of the orderableUnit property.
|
OrderQuantityIncrementNumericType |
getOrderQuantityIncrementNumeric()
Gets the value of the orderQuantityIncrementNumeric property.
|
PackLevelCodeType |
getPackLevelCode()
Gets the value of the packLevelCode property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
List<RelatedItemType> |
getReplacementRelatedItem()
Gets the value of the replacementRelatedItem property.
|
List<TenderLineType> |
getSubTenderLine()
Gets the value of the subTenderLine property.
|
TotalTaxAmountType |
getTotalTaxAmount()
Gets the value of the totalTaxAmount property.
|
List<WarrantyInformationType> |
getWarrantyInformation()
Gets the value of the warrantyInformation property.
|
PartyType |
getWarrantyParty()
Gets the value of the warrantyParty property.
|
PeriodType |
getWarrantyValidityPeriod()
Gets the value of the warrantyValidityPeriod property.
|
void |
setCallForTendersDocumentReference(DocumentReferenceType value)
Sets the value of the callForTendersDocumentReference property.
|
void |
setCallForTendersLineReference(LineReferenceType value)
Sets the value of the callForTendersLineReference property.
|
void |
setContentUnitQuantity(ContentUnitQuantityType value)
Sets the value of the contentUnitQuantity property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setMaximumOrderQuantity(MaximumOrderQuantityType value)
Sets the value of the maximumOrderQuantity property.
|
void |
setMinimumOrderQuantity(MinimumOrderQuantityType value)
Sets the value of the minimumOrderQuantity property.
|
void |
setOrderableUnit(OrderableUnitType value)
Sets the value of the orderableUnit property.
|
void |
setOrderQuantityIncrementNumeric(OrderQuantityIncrementNumericType value)
Sets the value of the orderQuantityIncrementNumeric property.
|
void |
setPackLevelCode(PackLevelCodeType value)
Sets the value of the packLevelCode property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setTotalTaxAmount(TotalTaxAmountType value)
Sets the value of the totalTaxAmount property.
|
void |
setWarrantyParty(PartyType value)
Sets the value of the warrantyParty property.
|
void |
setWarrantyValidityPeriod(PeriodType value)
Sets the value of the warrantyValidityPeriod property.
|
protected IDType id
protected QuantityType quantity
protected LineExtensionAmountType lineExtensionAmount
protected TotalTaxAmountType totalTaxAmount
protected OrderableUnitType orderableUnit
protected ContentUnitQuantityType contentUnitQuantity
protected OrderQuantityIncrementNumericType orderQuantityIncrementNumeric
protected MinimumOrderQuantityType minimumOrderQuantity
protected MaximumOrderQuantityType maximumOrderQuantity
protected List<WarrantyInformationType> warrantyInformation
protected PackLevelCodeType packLevelCode
protected List<DocumentReferenceType> documentReference
protected ItemType item
protected List<ItemLocationQuantityType> offeredItemLocationQuantity
protected List<RelatedItemType> replacementRelatedItem
protected PartyType warrantyParty
protected PeriodType warrantyValidityPeriod
protected List<TenderLineType> subTenderLine
protected LineReferenceType callForTendersLineReference
protected DocumentReferenceType callForTendersDocumentReference
public void setID(IDType value)
value - allowed object is
IDTypepublic List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountTypepublic TotalTaxAmountType getTotalTaxAmount()
TotalTaxAmountTypepublic void setTotalTaxAmount(TotalTaxAmountType value)
value - allowed object is
TotalTaxAmountTypepublic OrderableUnitType getOrderableUnit()
OrderableUnitTypepublic void setOrderableUnit(OrderableUnitType value)
value - allowed object is
OrderableUnitTypepublic ContentUnitQuantityType getContentUnitQuantity()
ContentUnitQuantityTypepublic void setContentUnitQuantity(ContentUnitQuantityType value)
value - allowed object is
ContentUnitQuantityTypepublic OrderQuantityIncrementNumericType getOrderQuantityIncrementNumeric()
OrderQuantityIncrementNumericTypepublic void setOrderQuantityIncrementNumeric(OrderQuantityIncrementNumericType value)
value - allowed object is
OrderQuantityIncrementNumericTypepublic MinimumOrderQuantityType getMinimumOrderQuantity()
MinimumOrderQuantityTypepublic void setMinimumOrderQuantity(MinimumOrderQuantityType value)
value - allowed object is
MinimumOrderQuantityTypepublic MaximumOrderQuantityType getMaximumOrderQuantity()
MaximumOrderQuantityTypepublic void setMaximumOrderQuantity(MaximumOrderQuantityType value)
value - allowed object is
MaximumOrderQuantityTypepublic List<WarrantyInformationType> getWarrantyInformation()
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 warrantyInformation property.
For example, to add a new item, do as follows:
getWarrantyInformation().add(newItem);
Objects of the following type(s) are allowed in the list
WarrantyInformationType
public PackLevelCodeType getPackLevelCode()
PackLevelCodeTypepublic void setPackLevelCode(PackLevelCodeType value)
value - allowed object is
PackLevelCodeTypepublic List<DocumentReferenceType> getDocumentReference()
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 documentReference property.
For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic List<ItemLocationQuantityType> getOfferedItemLocationQuantity()
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 offeredItemLocationQuantity property.
For example, to add a new item, do as follows:
getOfferedItemLocationQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
ItemLocationQuantityType
public List<RelatedItemType> getReplacementRelatedItem()
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 replacementRelatedItem property.
For example, to add a new item, do as follows:
getReplacementRelatedItem().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedItemType
public PartyType getWarrantyParty()
PartyTypepublic void setWarrantyParty(PartyType value)
value - allowed object is
PartyTypepublic PeriodType getWarrantyValidityPeriod()
PeriodTypepublic void setWarrantyValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<TenderLineType> getSubTenderLine()
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 subTenderLine property.
For example, to add a new item, do as follows:
getSubTenderLine().add(newItem);
Objects of the following type(s) are allowed in the list
TenderLineType
public LineReferenceType getCallForTendersLineReference()
LineReferenceTypepublic void setCallForTendersLineReference(LineReferenceType value)
value - allowed object is
LineReferenceTypepublic DocumentReferenceType getCallForTendersDocumentReference()
DocumentReferenceTypepublic void setCallForTendersDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.