Class CataloguePricingUpdateLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CataloguePricingUpdateLineType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerPartyTypecontractorCustomerPartyprotected IDTypeidprotected List<ItemLocationQuantityType>requiredItemLocationQuantityprotected SupplierPartyTypesellerSupplierParty
-
Constructor Summary
Constructors Constructor Description CataloguePricingUpdateLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerPartyTypegetContractorCustomerParty()Gets the value of the contractorCustomerParty property.IDTypegetID()Gets the value of the id property.List<ItemLocationQuantityType>getRequiredItemLocationQuantity()Gets the value of the requiredItemLocationQuantity property.SupplierPartyTypegetSellerSupplierParty()Gets the value of the sellerSupplierParty property.voidsetContractorCustomerParty(CustomerPartyType value)Sets the value of the contractorCustomerParty property.voidsetID(IDType value)Sets the value of the id property.voidsetSellerSupplierParty(SupplierPartyType value)Sets the value of the sellerSupplierParty property.
-
-
-
Field Detail
-
id
protected IDType id
-
contractorCustomerParty
protected CustomerPartyType contractorCustomerParty
-
sellerSupplierParty
protected SupplierPartyType sellerSupplierParty
-
requiredItemLocationQuantity
protected List<ItemLocationQuantityType> requiredItemLocationQuantity
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getContractorCustomerParty
public CustomerPartyType getContractorCustomerParty()
Gets the value of the contractorCustomerParty property.- Returns:
- possible object is
CustomerPartyType
-
setContractorCustomerParty
public void setContractorCustomerParty(CustomerPartyType value)
Sets the value of the contractorCustomerParty property.- Parameters:
value- allowed object isCustomerPartyType
-
getSellerSupplierParty
public SupplierPartyType getSellerSupplierParty()
Gets the value of the sellerSupplierParty property.- Returns:
- possible object is
SupplierPartyType
-
setSellerSupplierParty
public void setSellerSupplierParty(SupplierPartyType value)
Sets the value of the sellerSupplierParty property.- Parameters:
value- allowed object isSupplierPartyType
-
getRequiredItemLocationQuantity
public List<ItemLocationQuantityType> getRequiredItemLocationQuantity()
Gets the value of the requiredItemLocationQuantity 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 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
-
-