Class PaymentScheduleType


  • public class PaymentScheduleType
    extends Object

    Java class for paymentScheduleType complex type.

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

     <complexType name="paymentScheduleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="interval" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="length">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}short">
                             <minInclusive value="1"/>
                             <maxInclusive value="32000"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="unit" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionUnitEnum"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
             <element name="totalOccurrences" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}short">
                   <minInclusive value="1"/>
                   <maxInclusive value="32000"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="trialOccurrences" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}short">
                   <minInclusive value="0"/>
                   <maxInclusive value="32000"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentScheduleType

        public PaymentScheduleType()
    • Method Detail

      • getTotalOccurrences

        public Short getTotalOccurrences()
        Gets the value of the totalOccurrences property.
        Returns:
        possible object is Short
      • setTotalOccurrences

        public void setTotalOccurrences​(Short value)
        Sets the value of the totalOccurrences property.
        Parameters:
        value - allowed object is Short
      • getTrialOccurrences

        public Short getTrialOccurrences()
        Gets the value of the trialOccurrences property.
        Returns:
        possible object is Short
      • setTrialOccurrences

        public void setTrialOccurrences​(Short value)
        Sets the value of the trialOccurrences property.
        Parameters:
        value - allowed object is Short