Class RenewalType


  • public class RenewalType
    extends Object

    Java class for RenewalType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RenewalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RenewalType

        public RenewalType()
    • Method Detail

      • getAmount

        public AmountType getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is AmountType
      • setAmount

        public void setAmount​(AmountType value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is AmountType
      • 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 is PeriodType