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>
| Modifier and Type | Field and Description |
|---|---|
protected PartyType |
appealInformationParty |
protected PartyType |
appealReceiverParty |
protected List<DescriptionType> |
description |
protected PartyType |
mediationParty |
protected PeriodType |
presentationPeriod |
| Constructor and Description |
|---|
AppealTermsType() |
| Modifier and Type | Method and Description |
|---|---|
PartyType |
getAppealInformationParty()
Gets the value of the appealInformationParty property.
|
PartyType |
getAppealReceiverParty()
Gets the value of the appealReceiverParty property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
PartyType |
getMediationParty()
Gets the value of the mediationParty property.
|
PeriodType |
getPresentationPeriod()
Gets the value of the presentationPeriod property.
|
void |
setAppealInformationParty(PartyType value)
Sets the value of the appealInformationParty property.
|
void |
setAppealReceiverParty(PartyType value)
Sets the value of the appealReceiverParty property.
|
void |
setMediationParty(PartyType value)
Sets the value of the mediationParty property.
|
void |
setPresentationPeriod(PeriodType value)
Sets the value of the presentationPeriod property.
|
protected List<DescriptionType> description
protected PeriodType presentationPeriod
protected PartyType appealInformationParty
protected PartyType appealReceiverParty
protected PartyType mediationParty
public List<DescriptionType> getDescription()
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 PeriodType getPresentationPeriod()
PeriodTypepublic void setPresentationPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic PartyType getAppealInformationParty()
PartyTypepublic void setAppealInformationParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getAppealReceiverParty()
PartyTypepublic void setAppealReceiverParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getMediationParty()
PartyTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.