public class ContractingPartyCommonAggregate extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe an individual, a group, or a body having a procurement role in a tendering process.</ccts:Definition><ccts:ObjectClass>Contracting Party</ccts:ObjectClass></ccts:Component>
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>
Modifier and Type | Field and Description |
---|---|
protected BuyerProfileURICommonBasic |
buyerProfileURI |
protected List<ContractingActivityCommonAggregate> |
contractingActivities |
protected List<ContractingPartyTypeCommonAggregate> |
contractingPartyTypes |
protected PartyTypeCommonAggregate |
party |
Constructor and Description |
---|
ContractingPartyCommonAggregate() |
Modifier and Type | Method and Description |
---|---|
BuyerProfileURICommonBasic |
getBuyerProfileURI()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party.
|
List<ContractingActivityCommonAggregate> |
getContractingActivities()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party.
|
List<ContractingPartyTypeCommonAggregate> |
getContractingPartyTypes()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party.
|
PartyTypeCommonAggregate |
getParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party.
|
void |
setBuyerProfileURI(BuyerProfileURICommonBasic value)
Sets the value of the buyerProfileURI property.
|
void |
setParty(PartyTypeCommonAggregate value)
Sets the value of the party property.
|
protected BuyerProfileURICommonBasic buyerProfileURI
protected List<ContractingPartyTypeCommonAggregate> contractingPartyTypes
protected List<ContractingActivityCommonAggregate> contractingActivities
protected PartyTypeCommonAggregate party
public BuyerProfileURICommonBasic getBuyerProfileURI()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party. Buyer Profile_ URI. Identifier</ccts:DictionaryEntryName><ccts:Definition>The buyer profile is typically located on a web site where the contracting party publishes its procurement opportunities</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Contracting Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Buyer Profile</ccts:PropertyTermQualifier><ccts:PropertyTerm>URI</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Buyer Profile</ccts:AlternativeBusinessTerms></ccts:Component>
BuyerProfileURICommonBasic
public void setBuyerProfileURI(BuyerProfileURICommonBasic value)
value
- allowed object is
BuyerProfileURICommonBasic
public List<ContractingPartyTypeCommonAggregate> getContractingPartyTypes()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party. Contracting Party Type</ccts:DictionaryEntryName><ccts:Definition>The type of contracting party that is independent of its role.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Contracting Party</ccts:ObjectClass><ccts:PropertyTerm>Contracting Party Type</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contracting Party Type</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Contracting Party Type</ccts:RepresentationTerm></ccts:Component>Gets the value of the contractingPartyTypes 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 set
method for the contractingPartyTypes property.
For example, to add a new item, do as follows:
getContractingPartyTypes().add(newItem);
Objects of the following type(s) are allowed in the list
ContractingPartyTypeCommonAggregate
public List<ContractingActivityCommonAggregate> getContractingActivities()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party. Contracting Activity</ccts:DictionaryEntryName><ccts:Definition>The nature of the type of business of the organization</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Contracting Party</ccts:ObjectClass><ccts:PropertyTerm>Contracting Activity</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contracting Activity</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Contracting Activity</ccts:RepresentationTerm></ccts:Component>Gets the value of the contractingActivities 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 set
method for the contractingActivities property.
For example, to add a new item, do as follows:
getContractingActivities().add(newItem);
Objects of the following type(s) are allowed in the list
ContractingActivityCommonAggregate
public PartyTypeCommonAggregate getParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party. Party</ccts:DictionaryEntryName><ccts:Definition>The contracting party itself.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Contracting Party</ccts:ObjectClass><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Party</ccts:RepresentationTerm></ccts:Component>
PartyTypeCommonAggregate
public void setParty(PartyTypeCommonAggregate value)
value
- allowed object is
PartyTypeCommonAggregate
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.