public class CataloguePricingUpdateLineType extends Object
Java class for CataloguePricingUpdateLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CataloguePricingUpdateLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractorCustomerParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerSupplierParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredItemLocationQuantity" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerPartyType |
contractorCustomerParty |
protected IDType |
id |
protected List<ItemLocationQuantityType> |
requiredItemLocationQuantity |
protected SupplierPartyType |
sellerSupplierParty |
| Constructor and Description |
|---|
CataloguePricingUpdateLineType() |
| Modifier and Type | Method and Description |
|---|---|
CustomerPartyType |
getContractorCustomerParty()
Gets the value of the contractorCustomerParty property.
|
IDType |
getID()
Gets the value of the id property.
|
List<ItemLocationQuantityType> |
getRequiredItemLocationQuantity()
Gets the value of the requiredItemLocationQuantity property.
|
SupplierPartyType |
getSellerSupplierParty()
Gets the value of the sellerSupplierParty property.
|
void |
setContractorCustomerParty(CustomerPartyType value)
Sets the value of the contractorCustomerParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setSellerSupplierParty(SupplierPartyType value)
Sets the value of the sellerSupplierParty property.
|
protected IDType id
protected CustomerPartyType contractorCustomerParty
protected SupplierPartyType sellerSupplierParty
protected List<ItemLocationQuantityType> requiredItemLocationQuantity
public void setID(IDType value)
value - allowed object is
IDTypepublic CustomerPartyType getContractorCustomerParty()
CustomerPartyTypepublic void setContractorCustomerParty(CustomerPartyType value)
value - allowed object is
CustomerPartyTypepublic SupplierPartyType getSellerSupplierParty()
SupplierPartyTypepublic void setSellerSupplierParty(SupplierPartyType value)
value - allowed object is
SupplierPartyTypepublic 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.