Class CatalogueItemSpecificationUpdateLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CatalogueItemSpecificationUpdateLineType
-
public class CatalogueItemSpecificationUpdateLineType extends Object
Java class for CatalogueItemSpecificationUpdateLineType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogueItemSpecificationUpdateLineType"> <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}Item"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerPartyTypecontractorCustomerPartyprotected IDTypeidprotected ItemTypeitemprotected SupplierPartyTypesellerSupplierParty
-
Constructor Summary
Constructors Constructor Description CatalogueItemSpecificationUpdateLineType()
-
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.ItemTypegetItem()Gets the value of the item 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.voidsetItem(ItemType value)Sets the value of the item 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
-
item
protected ItemType item
-
-
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
-
getItem
public ItemType getItem()
Gets the value of the item property.- Returns:
- possible object is
ItemType
-
-