Class PaymentScheduleType.Interval

  • Enclosing class:
    PaymentScheduleType

    public static class PaymentScheduleType.Interval
    extends Object

    Java class for anonymous complex type.

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

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