Class 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 Detail

      • presentationPeriod

        protected PeriodType presentationPeriod
      • appealInformationParty

        protected PartyType appealInformationParty
      • appealReceiverParty

        protected PartyType appealReceiverParty
      • mediationParty

        protected PartyType mediationParty
    • Constructor Detail

      • AppealTermsType

        public AppealTermsType()
    • 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 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

      • 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 is PeriodType
      • 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 is PartyType
      • 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 is PartyType
      • getMediationParty

        public PartyType getMediationParty()
        Gets the value of the mediationParty property.
        Returns:
        possible object is PartyType
      • setMediationParty

        public void setMediationParty​(PartyType value)
        Sets the value of the mediationParty property.
        Parameters:
        value - allowed object is PartyType