Class ContractingPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ContractingPartyType
-
public class ContractingPartyType extends Object
Java class for ContractingPartyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractingPartyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BuyerProfileURI" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractingPartyType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractingActivity" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BuyerProfileURITypebuyerProfileURIprotected List<ContractingActivityType>contractingActivityprotected List<ContractingPartyTypeType>contractingPartyTypeprotected PartyTypeparty
-
Constructor Summary
Constructors Constructor Description ContractingPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuyerProfileURITypegetBuyerProfileURI()Gets the value of the buyerProfileURI property.List<ContractingActivityType>getContractingActivity()Gets the value of the contractingActivity property.List<ContractingPartyTypeType>getContractingPartyType()Gets the value of the contractingPartyType property.PartyTypegetParty()Gets the value of the party property.voidsetBuyerProfileURI(BuyerProfileURIType value)Sets the value of the buyerProfileURI property.voidsetParty(PartyType value)Sets the value of the party property.
-
-
-
Field Detail
-
buyerProfileURI
protected BuyerProfileURIType buyerProfileURI
-
contractingPartyType
protected List<ContractingPartyTypeType> contractingPartyType
-
contractingActivity
protected List<ContractingActivityType> contractingActivity
-
party
protected PartyType party
-
-
Method Detail
-
getBuyerProfileURI
public BuyerProfileURIType getBuyerProfileURI()
Gets the value of the buyerProfileURI property.- Returns:
- possible object is
BuyerProfileURIType
-
setBuyerProfileURI
public void setBuyerProfileURI(BuyerProfileURIType value)
Sets the value of the buyerProfileURI property.- Parameters:
value- allowed object isBuyerProfileURIType
-
getContractingPartyType
public List<ContractingPartyTypeType> getContractingPartyType()
Gets the value of the contractingPartyType 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 contractingPartyType property.For example, to add a new item, do as follows:
getContractingPartyType().add(newItem);
Objects of the following type(s) are allowed in the list
ContractingPartyTypeType- Returns:
- The value of the contractingPartyType property.
-
getContractingActivity
public List<ContractingActivityType> getContractingActivity()
Gets the value of the contractingActivity 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 contractingActivity property.For example, to add a new item, do as follows:
getContractingActivity().add(newItem);
Objects of the following type(s) are allowed in the list
ContractingActivityType- Returns:
- The value of the contractingActivity property.
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
-