net.authorize.api.contract.v1
Class PaymentScheduleType.Interval

java.lang.Object
  extended by net.authorize.api.contract.v1.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>
 


Field Summary
protected  short length
           
protected  ARBSubscriptionUnitEnum unit
           
 
Constructor Summary
PaymentScheduleType.Interval()
           
 
Method Summary
 short getLength()
          Gets the value of the length property.
 ARBSubscriptionUnitEnum getUnit()
          Gets the value of the unit property.
 void setLength(short value)
          Sets the value of the length property.
 void setUnit(ARBSubscriptionUnitEnum value)
          Sets the value of the unit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected short length

unit

protected ARBSubscriptionUnitEnum unit
Constructor Detail

PaymentScheduleType.Interval

public PaymentScheduleType.Interval()
Method Detail

getLength

public short getLength()
Gets the value of the length property.


setLength

public void setLength(short value)
Sets the value of the length property.


getUnit

public ARBSubscriptionUnitEnum getUnit()
Gets the value of the unit property.

Returns:
possible object is ARBSubscriptionUnitEnum

setUnit

public void setUnit(ARBSubscriptionUnitEnum value)
Sets the value of the unit property.

Parameters:
value - allowed object is ARBSubscriptionUnitEnum


Copyright © 2014. All Rights Reserved.