public class PricingReferenceType extends Object
Java class for PricingReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginalItemLocationQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AlternativeConditionPrice" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PriceType> |
alternativeConditionPrice |
protected ItemLocationQuantityType |
originalItemLocationQuantity |
| Constructor and Description |
|---|
PricingReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
List<PriceType> |
getAlternativeConditionPrice()
Gets the value of the alternativeConditionPrice property.
|
ItemLocationQuantityType |
getOriginalItemLocationQuantity()
Gets the value of the originalItemLocationQuantity property.
|
void |
setOriginalItemLocationQuantity(ItemLocationQuantityType value)
Sets the value of the originalItemLocationQuantity property.
|
protected ItemLocationQuantityType originalItemLocationQuantity
public ItemLocationQuantityType getOriginalItemLocationQuantity()
ItemLocationQuantityTypepublic void setOriginalItemLocationQuantity(ItemLocationQuantityType value)
value - allowed object is
ItemLocationQuantityTypepublic List<PriceType> getAlternativeConditionPrice()
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 alternativeConditionPrice property.
For example, to add a new item, do as follows:
getAlternativeConditionPrice().add(newItem);
Objects of the following type(s) are allowed in the list
PriceType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.