Class AppealTermsType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AppealTermsType
-
public class AppealTermsType extends Object
Java class for AppealTermsType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="AppealTermsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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}PresentationPeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AppealInformationParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AppealReceiverParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MediationParty" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyTypeappealInformationPartyprotected PartyTypeappealReceiverPartyprotected List<DescriptionType>descriptionprotected PartyTypemediationPartyprotected PeriodTypepresentationPeriod
-
Constructor Summary
Constructors Constructor Description AppealTermsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypegetAppealInformationParty()Gets the value of the appealInformationParty property.PartyTypegetAppealReceiverParty()Gets the value of the appealReceiverParty property.List<DescriptionType>getDescription()Gets the value of the description property.PartyTypegetMediationParty()Gets the value of the mediationParty property.PeriodTypegetPresentationPeriod()Gets the value of the presentationPeriod property.voidsetAppealInformationParty(PartyType value)Sets the value of the appealInformationParty property.voidsetAppealReceiverParty(PartyType value)Sets the value of the appealReceiverParty property.voidsetMediationParty(PartyType value)Sets the value of the mediationParty property.voidsetPresentationPeriod(PeriodType value)Sets the value of the presentationPeriod property.
-
-
-
Field Detail
-
description
protected List<DescriptionType> description
-
presentationPeriod
protected PeriodType presentationPeriod
-
appealInformationParty
protected PartyType appealInformationParty
-
appealReceiverParty
protected PartyType appealReceiverParty
-
mediationParty
protected PartyType mediationParty
-
-
Method Detail
-
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.
-
getPresentationPeriod
public PeriodType getPresentationPeriod()
Gets the value of the presentationPeriod property.- Returns:
- possible object is
PeriodType
-
setPresentationPeriod
public void setPresentationPeriod(PeriodType value)
Sets the value of the presentationPeriod property.- Parameters:
value- allowed object isPeriodType
-
getAppealInformationParty
public PartyType getAppealInformationParty()
Gets the value of the appealInformationParty property.- Returns:
- possible object is
PartyType
-
setAppealInformationParty
public void setAppealInformationParty(PartyType value)
Sets the value of the appealInformationParty property.- Parameters:
value- allowed object isPartyType
-
getAppealReceiverParty
public PartyType getAppealReceiverParty()
Gets the value of the appealReceiverParty property.- Returns:
- possible object is
PartyType
-
setAppealReceiverParty
public void setAppealReceiverParty(PartyType value)
Sets the value of the appealReceiverParty property.- Parameters:
value- allowed object isPartyType
-
getMediationParty
public PartyType getMediationParty()
Gets the value of the mediationParty property.- Returns:
- possible object is
PartyType
-
-