Package net.authorize.api.contract.v1
Class PaymentScheduleType.Interval
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected shortlengthprotected ARBSubscriptionUnitEnumunit
-
Constructor Summary
Constructors Constructor Description Interval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetLength()Gets the value of the length property.ARBSubscriptionUnitEnumgetUnit()Gets the value of the unit property.voidsetLength(short value)Sets the value of the length property.voidsetUnit(ARBSubscriptionUnitEnum value)Sets the value of the unit property.
-
-
-
Field Detail
-
length
protected short length
-
unit
protected ARBSubscriptionUnitEnum unit
-
-
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 isARBSubscriptionUnitEnum
-
-