public class ItemLocationQuantityType extends Object
Java class for ItemLocationQuantityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemLocationQuantityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LeadTimeMeasure" 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}HazardousRiskIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TradingRestrictions" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ApplicableTerritoryAddress" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Price" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryUnit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ApplicableTaxCategory" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Package" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DependentPriceReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PackageType |
_package |
protected List<AllowanceChargeType> |
allowanceCharge |
protected List<TaxCategoryType> |
applicableTaxCategory |
protected List<AddressType> |
applicableTerritoryAddress |
protected List<DeliveryUnitType> |
deliveryUnit |
protected DependentPriceReferenceType |
dependentPriceReference |
protected HazardousRiskIndicatorType |
hazardousRiskIndicator |
protected LeadTimeMeasureType |
leadTimeMeasure |
protected MaximumQuantityType |
maximumQuantity |
protected MinimumQuantityType |
minimumQuantity |
protected PriceType |
price |
protected List<TradingRestrictionsType> |
tradingRestrictions |
| Constructor and Description |
|---|
ItemLocationQuantityType() |
| Modifier and Type | Method and Description |
|---|---|
List<AllowanceChargeType> |
getAllowanceCharge()
Gets the value of the allowanceCharge property.
|
List<TaxCategoryType> |
getApplicableTaxCategory()
Gets the value of the applicableTaxCategory property.
|
List<AddressType> |
getApplicableTerritoryAddress()
Gets the value of the applicableTerritoryAddress property.
|
List<DeliveryUnitType> |
getDeliveryUnit()
Gets the value of the deliveryUnit property.
|
DependentPriceReferenceType |
getDependentPriceReference()
Gets the value of the dependentPriceReference property.
|
HazardousRiskIndicatorType |
getHazardousRiskIndicator()
Gets the value of the hazardousRiskIndicator property.
|
LeadTimeMeasureType |
getLeadTimeMeasure()
Gets the value of the leadTimeMeasure property.
|
MaximumQuantityType |
getMaximumQuantity()
Gets the value of the maximumQuantity property.
|
MinimumQuantityType |
getMinimumQuantity()
Gets the value of the minimumQuantity property.
|
PackageType |
getPackage()
Gets the value of the package property.
|
PriceType |
getPrice()
Gets the value of the price property.
|
List<TradingRestrictionsType> |
getTradingRestrictions()
Gets the value of the tradingRestrictions property.
|
void |
setDependentPriceReference(DependentPriceReferenceType value)
Sets the value of the dependentPriceReference property.
|
void |
setHazardousRiskIndicator(HazardousRiskIndicatorType value)
Sets the value of the hazardousRiskIndicator property.
|
void |
setLeadTimeMeasure(LeadTimeMeasureType value)
Sets the value of the leadTimeMeasure property.
|
void |
setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.
|
void |
setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.
|
void |
setPackage(PackageType value)
Sets the value of the package property.
|
void |
setPrice(PriceType value)
Sets the value of the price property.
|
protected LeadTimeMeasureType leadTimeMeasure
protected MinimumQuantityType minimumQuantity
protected MaximumQuantityType maximumQuantity
protected HazardousRiskIndicatorType hazardousRiskIndicator
protected List<TradingRestrictionsType> tradingRestrictions
protected List<AddressType> applicableTerritoryAddress
protected PriceType price
protected List<DeliveryUnitType> deliveryUnit
protected List<TaxCategoryType> applicableTaxCategory
protected PackageType _package
protected List<AllowanceChargeType> allowanceCharge
protected DependentPriceReferenceType dependentPriceReference
public LeadTimeMeasureType getLeadTimeMeasure()
LeadTimeMeasureTypepublic void setLeadTimeMeasure(LeadTimeMeasureType value)
value - allowed object is
LeadTimeMeasureTypepublic MinimumQuantityType getMinimumQuantity()
MinimumQuantityTypepublic void setMinimumQuantity(MinimumQuantityType value)
value - allowed object is
MinimumQuantityTypepublic MaximumQuantityType getMaximumQuantity()
MaximumQuantityTypepublic void setMaximumQuantity(MaximumQuantityType value)
value - allowed object is
MaximumQuantityTypepublic HazardousRiskIndicatorType getHazardousRiskIndicator()
HazardousRiskIndicatorTypepublic void setHazardousRiskIndicator(HazardousRiskIndicatorType value)
value - allowed object is
HazardousRiskIndicatorTypepublic List<TradingRestrictionsType> getTradingRestrictions()
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 tradingRestrictions property.
For example, to add a new item, do as follows:
getTradingRestrictions().add(newItem);
Objects of the following type(s) are allowed in the list
TradingRestrictionsType
public List<AddressType> getApplicableTerritoryAddress()
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 applicableTerritoryAddress property.
For example, to add a new item, do as follows:
getApplicableTerritoryAddress().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
public PriceType getPrice()
PriceTypepublic void setPrice(PriceType value)
value - allowed object is
PriceTypepublic List<DeliveryUnitType> getDeliveryUnit()
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 deliveryUnit property.
For example, to add a new item, do as follows:
getDeliveryUnit().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryUnitType
public List<TaxCategoryType> getApplicableTaxCategory()
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 applicableTaxCategory property.
For example, to add a new item, do as follows:
getApplicableTaxCategory().add(newItem);
Objects of the following type(s) are allowed in the list
TaxCategoryType
public PackageType getPackage()
PackageTypepublic void setPackage(PackageType value)
value - allowed object is
PackageTypepublic List<AllowanceChargeType> getAllowanceCharge()
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 allowanceCharge property.
For example, to add a new item, do as follows:
getAllowanceCharge().add(newItem);
Objects of the following type(s) are allowed in the list
AllowanceChargeType
public DependentPriceReferenceType getDependentPriceReference()
DependentPriceReferenceTypepublic void setDependentPriceReference(DependentPriceReferenceType value)
value - allowed object is
DependentPriceReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.