Class EconomicOperatorShortListType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EconomicOperatorShortListType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpectedQuantityTypeexpectedQuantityprotected List<LimitationDescriptionType>limitationDescriptionprotected MaximumQuantityTypemaximumQuantityprotected MinimumQuantityTypeminimumQuantityprotected List<PartyType>preSelectedParty
-
Constructor Summary
Constructors Constructor Description EconomicOperatorShortListType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpectedQuantityTypegetExpectedQuantity()Gets the value of the expectedQuantity property.List<LimitationDescriptionType>getLimitationDescription()Gets the value of the limitationDescription property.MaximumQuantityTypegetMaximumQuantity()Gets the value of the maximumQuantity property.MinimumQuantityTypegetMinimumQuantity()Gets the value of the minimumQuantity property.List<PartyType>getPreSelectedParty()Gets the value of the preSelectedParty property.voidsetExpectedQuantity(ExpectedQuantityType value)Sets the value of the expectedQuantity property.voidsetMaximumQuantity(MaximumQuantityType value)Sets the value of the maximumQuantity property.voidsetMinimumQuantity(MinimumQuantityType value)Sets the value of the minimumQuantity property.
-
-
-
Field Detail
-
limitationDescription
protected List<LimitationDescriptionType> limitationDescription
-
expectedQuantity
protected ExpectedQuantityType expectedQuantity
-
maximumQuantity
protected MaximumQuantityType maximumQuantity
-
minimumQuantity
protected MinimumQuantityType minimumQuantity
-
-
Method Detail
-
getLimitationDescription
public List<LimitationDescriptionType> getLimitationDescription()
Gets the value of the limitationDescription 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
setmethod 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
-
getExpectedQuantity
public ExpectedQuantityType getExpectedQuantity()
Gets the value of the expectedQuantity property.- Returns:
- possible object is
ExpectedQuantityType
-
setExpectedQuantity
public void setExpectedQuantity(ExpectedQuantityType value)
Sets the value of the expectedQuantity property.- Parameters:
value- allowed object isExpectedQuantityType
-
getMaximumQuantity
public MaximumQuantityType getMaximumQuantity()
Gets the value of the maximumQuantity property.- Returns:
- possible object is
MaximumQuantityType
-
setMaximumQuantity
public void setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.- Parameters:
value- allowed object isMaximumQuantityType
-
getMinimumQuantity
public MinimumQuantityType getMinimumQuantity()
Gets the value of the minimumQuantity property.- Returns:
- possible object is
MinimumQuantityType
-
setMinimumQuantity
public void setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.- Parameters:
value- allowed object isMinimumQuantityType
-
getPreSelectedParty
public List<PartyType> getPreSelectedParty()
Gets the value of the preSelectedParty 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
setmethod 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
-
-