public class CompletedTaskType 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>Completed Task. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the completion of a specific task in the tendering process.</ccts:Definition>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
</ccts:Component>
Java class for CompletedTaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompletedTaskType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AnnualAverageAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalTaskAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PartyCapacityAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EvidenceSupplied" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RecipientCustomerParty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnnualAverageAmountType |
annualAverageAmount |
protected List<DescriptionType> |
description |
protected List<EvidenceSuppliedType> |
evidenceSupplied |
protected PartyCapacityAmountType |
partyCapacityAmount |
protected PeriodType |
period |
protected CustomerPartyType |
recipientCustomerParty |
protected TotalTaskAmountType |
totalTaskAmount |
| Constructor and Description |
|---|
CompletedTaskType() |
| Modifier and Type | Method and Description |
|---|---|
AnnualAverageAmountType |
getAnnualAverageAmount()
<?
|
List<DescriptionType> |
getDescription()
<?
|
List<EvidenceSuppliedType> |
getEvidenceSupplied()
<?
|
PartyCapacityAmountType |
getPartyCapacityAmount()
<?
|
PeriodType |
getPeriod()
<?
|
CustomerPartyType |
getRecipientCustomerParty()
<?
|
TotalTaskAmountType |
getTotalTaskAmount()
<?
|
void |
setAnnualAverageAmount(AnnualAverageAmountType value)
Sets the value of the annualAverageAmount property.
|
void |
setPartyCapacityAmount(PartyCapacityAmountType value)
Sets the value of the partyCapacityAmount property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setRecipientCustomerParty(CustomerPartyType value)
Sets the value of the recipientCustomerParty property.
|
void |
setTotalTaskAmount(TotalTaskAmountType value)
Sets the value of the totalTaskAmount property.
|
protected AnnualAverageAmountType annualAverageAmount
protected TotalTaskAmountType totalTaskAmount
protected PartyCapacityAmountType partyCapacityAmount
protected List<DescriptionType> description
protected List<EvidenceSuppliedType> evidenceSupplied
protected PeriodType period
protected CustomerPartyType recipientCustomerParty
public AnnualAverageAmountType getAnnualAverageAmount()
<?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>Completed Task. Annual_ Average. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The average monetary amount of a task such as this completed task.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Annual</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Average</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
AnnualAverageAmountTypepublic void setAnnualAverageAmount(AnnualAverageAmountType value)
value - allowed object is
AnnualAverageAmountTypepublic TotalTaskAmountType getTotalTaskAmount()
<?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>Completed Task. Total Task. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The actual total monetary amount of this completed task.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTerm>Total Task</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
TotalTaskAmountTypepublic void setTotalTaskAmount(TotalTaskAmountType value)
value - allowed object is
TotalTaskAmountTypepublic PartyCapacityAmountType getPartyCapacityAmount()
<?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>Completed Task. Party Capacity. Amount</ccts:DictionaryEntryName>
<ccts:Definition>A monetary amount corresponding to the financial capacity of the party that carried out this completed task.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTerm>Party Capacity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
PartyCapacityAmountTypepublic void setPartyCapacityAmount(PartyCapacityAmountType value)
value - allowed object is
PartyCapacityAmountTypepublic List<DescriptionType> getDescription()
<?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>Completed Task. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing this completed task.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the description 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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<EvidenceSuppliedType> getEvidenceSupplied()
<?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>Completed Task. Evidence Supplied</ccts:DictionaryEntryName>
<ccts:Definition>The evidence justifying a designation of "complete" for this task.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTerm>Evidence Supplied</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Evidence Supplied</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Evidence Supplied</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the evidenceSupplied 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 evidenceSupplied property.
For example, to add a new item, do as follows:
getEvidenceSupplied().add(newItem);
Objects of the following type(s) are allowed in the list
EvidenceSuppliedType
public PeriodType getPeriod()
<?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>Completed Task. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period in which this completed task was performed.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic CustomerPartyType getRecipientCustomerParty()
<?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>Completed Task. Recipient_ Customer Party. Customer Party</ccts:DictionaryEntryName>
<ccts:Definition>The original customer for this completed task.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Completed Task</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Recipient</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
</ccts:Component>
CustomerPartyTypepublic void setRecipientCustomerParty(CustomerPartyType value)
value - allowed object is
CustomerPartyTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.