Class CompletedTaskType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CompletedTaskType
-
public class CompletedTaskType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnualAverageAmountTypeannualAverageAmountprotected List<DescriptionType>descriptionprotected List<EvidenceSuppliedType>evidenceSuppliedprotected PartyCapacityAmountTypepartyCapacityAmountprotected PeriodTypeperiodprotected CustomerPartyTyperecipientCustomerPartyprotected TotalTaskAmountTypetotalTaskAmount
-
Constructor Summary
Constructors Constructor Description CompletedTaskType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnualAverageAmountTypegetAnnualAverageAmount()Gets the value of the annualAverageAmount property.List<DescriptionType>getDescription()Gets the value of the description property.List<EvidenceSuppliedType>getEvidenceSupplied()Gets the value of the evidenceSupplied property.PartyCapacityAmountTypegetPartyCapacityAmount()Gets the value of the partyCapacityAmount property.PeriodTypegetPeriod()Gets the value of the period property.CustomerPartyTypegetRecipientCustomerParty()Gets the value of the recipientCustomerParty property.TotalTaskAmountTypegetTotalTaskAmount()Gets the value of the totalTaskAmount property.voidsetAnnualAverageAmount(AnnualAverageAmountType value)Sets the value of the annualAverageAmount property.voidsetPartyCapacityAmount(PartyCapacityAmountType value)Sets the value of the partyCapacityAmount property.voidsetPeriod(PeriodType value)Sets the value of the period property.voidsetRecipientCustomerParty(CustomerPartyType value)Sets the value of the recipientCustomerParty property.voidsetTotalTaskAmount(TotalTaskAmountType value)Sets the value of the totalTaskAmount property.
-
-
-
Field Detail
-
annualAverageAmount
protected AnnualAverageAmountType annualAverageAmount
-
totalTaskAmount
protected TotalTaskAmountType totalTaskAmount
-
partyCapacityAmount
protected PartyCapacityAmountType partyCapacityAmount
-
description
protected List<DescriptionType> description
-
evidenceSupplied
protected List<EvidenceSuppliedType> evidenceSupplied
-
period
protected PeriodType period
-
recipientCustomerParty
protected CustomerPartyType recipientCustomerParty
-
-
Method Detail
-
getAnnualAverageAmount
public AnnualAverageAmountType getAnnualAverageAmount()
Gets the value of the annualAverageAmount property.- Returns:
- possible object is
AnnualAverageAmountType
-
setAnnualAverageAmount
public void setAnnualAverageAmount(AnnualAverageAmountType value)
Sets the value of the annualAverageAmount property.- Parameters:
value- allowed object isAnnualAverageAmountType
-
getTotalTaskAmount
public TotalTaskAmountType getTotalTaskAmount()
Gets the value of the totalTaskAmount property.- Returns:
- possible object is
TotalTaskAmountType
-
setTotalTaskAmount
public void setTotalTaskAmount(TotalTaskAmountType value)
Sets the value of the totalTaskAmount property.- Parameters:
value- allowed object isTotalTaskAmountType
-
getPartyCapacityAmount
public PartyCapacityAmountType getPartyCapacityAmount()
Gets the value of the partyCapacityAmount property.- Returns:
- possible object is
PartyCapacityAmountType
-
setPartyCapacityAmount
public void setPartyCapacityAmount(PartyCapacityAmountType value)
Sets the value of the partyCapacityAmount property.- Parameters:
value- allowed object isPartyCapacityAmountType
-
getDescription
public List<DescriptionType> getDescription()
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
setmethod 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- Returns:
- The value of the description property.
-
getEvidenceSupplied
public List<EvidenceSuppliedType> getEvidenceSupplied()
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
setmethod 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- Returns:
- The value of the evidenceSupplied property.
-
getPeriod
public PeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
PeriodType
-
setPeriod
public void setPeriod(PeriodType value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriodType
-
getRecipientCustomerParty
public CustomerPartyType getRecipientCustomerParty()
Gets the value of the recipientCustomerParty property.- Returns:
- possible object is
CustomerPartyType
-
setRecipientCustomerParty
public void setRecipientCustomerParty(CustomerPartyType value)
Sets the value of the recipientCustomerParty property.- Parameters:
value- allowed object isCustomerPartyType
-
-