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>
| Modifier and Type | Field and Description |
|---|---|
protected BuyerProfileURIType |
buyerProfileURI |
protected List<ContractingActivityType> |
contractingActivity |
protected List<ContractingPartyTypeType> |
contractingPartyType |
protected PartyType |
party |
| Constructor and Description |
|---|
ContractingPartyType() |
| Modifier and Type | Method and Description |
|---|---|
BuyerProfileURIType |
getBuyerProfileURI()
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.
|
PartyType |
getParty()
Gets the value of the party property.
|
void |
setBuyerProfileURI(BuyerProfileURIType value)
Sets the value of the buyerProfileURI property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
protected BuyerProfileURIType buyerProfileURI
protected List<ContractingPartyTypeType> contractingPartyType
protected List<ContractingActivityType> contractingActivity
protected PartyType party
public BuyerProfileURIType getBuyerProfileURI()
BuyerProfileURITypepublic void setBuyerProfileURI(BuyerProfileURIType value)
value - allowed object is
BuyerProfileURITypepublic List<ContractingPartyTypeType> getContractingPartyType()
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 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
public List<ContractingActivityType> getContractingActivity()
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 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
public PartyType getParty()
PartyTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.