public class EconomicOperatorShortListType extends Object
Java class for EconomicOperatorShortListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EconomicOperatorShortListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LimitationDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpectedQuantity" 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}MinimumQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PreSelectedParty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExpectedQuantityType |
expectedQuantity |
protected List<LimitationDescriptionType> |
limitationDescription |
protected MaximumQuantityType |
maximumQuantity |
protected MinimumQuantityType |
minimumQuantity |
protected List<PartyType> |
preSelectedParty |
| Constructor and Description |
|---|
EconomicOperatorShortListType() |
| Modifier and Type | Method and Description |
|---|---|
ExpectedQuantityType |
getExpectedQuantity()
Gets the value of the expectedQuantity property.
|
List<LimitationDescriptionType> |
getLimitationDescription()
Gets the value of the limitationDescription property.
|
MaximumQuantityType |
getMaximumQuantity()
Gets the value of the maximumQuantity property.
|
MinimumQuantityType |
getMinimumQuantity()
Gets the value of the minimumQuantity property.
|
List<PartyType> |
getPreSelectedParty()
Gets the value of the preSelectedParty property.
|
void |
setExpectedQuantity(ExpectedQuantityType value)
Sets the value of the expectedQuantity property.
|
void |
setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.
|
void |
setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.
|
protected List<LimitationDescriptionType> limitationDescription
protected ExpectedQuantityType expectedQuantity
protected MaximumQuantityType maximumQuantity
protected MinimumQuantityType minimumQuantity
public List<LimitationDescriptionType> getLimitationDescription()
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 limitationDescription property.
For example, to add a new item, do as follows:
getLimitationDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LimitationDescriptionType
public ExpectedQuantityType getExpectedQuantity()
ExpectedQuantityTypepublic void setExpectedQuantity(ExpectedQuantityType value)
value - allowed object is
ExpectedQuantityTypepublic MaximumQuantityType getMaximumQuantity()
MaximumQuantityTypepublic void setMaximumQuantity(MaximumQuantityType value)
value - allowed object is
MaximumQuantityTypepublic MinimumQuantityType getMinimumQuantity()
MinimumQuantityTypepublic void setMinimumQuantity(MinimumQuantityType value)
value - allowed object is
MinimumQuantityTypepublic List<PartyType> getPreSelectedParty()
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 preSelectedParty property.
For example, to add a new item, do as follows:
getPreSelectedParty().add(newItem);
Objects of the following type(s) are allowed in the list
PartyType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.