public class RequestForTenderLineType extends Object
Java class for RequestForTenderLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestForTenderLineType">
<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}UUID" 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}MinimumQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxIncludedIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedAmount" 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}DeliveryPeriod" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredItemLocationQuantity" maxOccurs="unbounded" 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}Item"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubRequestForTenderLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PeriodType> |
deliveryPeriod |
protected List<DocumentReferenceType> |
documentReference |
protected EstimatedAmountType |
estimatedAmount |
protected IDType |
id |
protected ItemType |
item |
protected MaximumAmountType |
maximumAmount |
protected MaximumQuantityType |
maximumQuantity |
protected MinimumAmountType |
minimumAmount |
protected MinimumQuantityType |
minimumQuantity |
protected List<NoteType> |
note |
protected QuantityType |
quantity |
protected List<ItemLocationQuantityType> |
requiredItemLocationQuantity |
protected List<RequestForTenderLineType> |
subRequestForTenderLine |
protected TaxIncludedIndicatorType |
taxIncludedIndicator |
protected UUIDType |
uuid |
protected PeriodType |
warrantyValidityPeriod |
| Constructor and Description |
|---|
RequestForTenderLineType() |
| Modifier and Type | Method and Description |
|---|---|
List<PeriodType> |
getDeliveryPeriod()
Gets the value of the deliveryPeriod property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
EstimatedAmountType |
getEstimatedAmount()
Gets the value of the estimatedAmount property.
|
IDType |
getID()
Gets the value of the id property.
|
ItemType |
getItem()
Gets the value of the item property.
|
MaximumAmountType |
getMaximumAmount()
Gets the value of the maximumAmount property.
|
MaximumQuantityType |
getMaximumQuantity()
Gets the value of the maximumQuantity property.
|
MinimumAmountType |
getMinimumAmount()
Gets the value of the minimumAmount property.
|
MinimumQuantityType |
getMinimumQuantity()
Gets the value of the minimumQuantity property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
List<ItemLocationQuantityType> |
getRequiredItemLocationQuantity()
Gets the value of the requiredItemLocationQuantity property.
|
List<RequestForTenderLineType> |
getSubRequestForTenderLine()
Gets the value of the subRequestForTenderLine property.
|
TaxIncludedIndicatorType |
getTaxIncludedIndicator()
Gets the value of the taxIncludedIndicator property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
PeriodType |
getWarrantyValidityPeriod()
Gets the value of the warrantyValidityPeriod property.
|
void |
setEstimatedAmount(EstimatedAmountType value)
Sets the value of the estimatedAmount property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.
|
void |
setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.
|
void |
setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.
|
void |
setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setWarrantyValidityPeriod(PeriodType value)
Sets the value of the warrantyValidityPeriod property.
|
protected IDType id
protected UUIDType uuid
protected QuantityType quantity
protected MinimumQuantityType minimumQuantity
protected MaximumQuantityType maximumQuantity
protected TaxIncludedIndicatorType taxIncludedIndicator
protected MinimumAmountType minimumAmount
protected MaximumAmountType maximumAmount
protected EstimatedAmountType estimatedAmount
protected List<DocumentReferenceType> documentReference
protected List<PeriodType> deliveryPeriod
protected List<ItemLocationQuantityType> requiredItemLocationQuantity
protected PeriodType warrantyValidityPeriod
protected ItemType item
protected List<RequestForTenderLineType> subRequestForTenderLine
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic 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 MinimumQuantityType getMinimumQuantity()
MinimumQuantityTypepublic void setMinimumQuantity(MinimumQuantityType value)
value - allowed object is
MinimumQuantityTypepublic MaximumQuantityType getMaximumQuantity()
MaximumQuantityTypepublic void setMaximumQuantity(MaximumQuantityType value)
value - allowed object is
MaximumQuantityTypepublic TaxIncludedIndicatorType getTaxIncludedIndicator()
TaxIncludedIndicatorTypepublic void setTaxIncludedIndicator(TaxIncludedIndicatorType value)
value - allowed object is
TaxIncludedIndicatorTypepublic MinimumAmountType getMinimumAmount()
MinimumAmountTypepublic void setMinimumAmount(MinimumAmountType value)
value - allowed object is
MinimumAmountTypepublic MaximumAmountType getMaximumAmount()
MaximumAmountTypepublic void setMaximumAmount(MaximumAmountType value)
value - allowed object is
MaximumAmountTypepublic EstimatedAmountType getEstimatedAmount()
EstimatedAmountTypepublic void setEstimatedAmount(EstimatedAmountType value)
value - allowed object is
EstimatedAmountTypepublic 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 List<PeriodType> getDeliveryPeriod()
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 deliveryPeriod property.
For example, to add a new item, do as follows:
getDeliveryPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodType
public List<ItemLocationQuantityType> getRequiredItemLocationQuantity()
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 requiredItemLocationQuantity property.
For example, to add a new item, do as follows:
getRequiredItemLocationQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
ItemLocationQuantityType
public PeriodType getWarrantyValidityPeriod()
PeriodTypepublic void setWarrantyValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic List<RequestForTenderLineType> getSubRequestForTenderLine()
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 subRequestForTenderLine property.
For example, to add a new item, do as follows:
getSubRequestForTenderLine().add(newItem);
Objects of the following type(s) are allowed in the list
RequestForTenderLineType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.