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>
| Modifier and Type | Field and Description |
|---|---|
protected short |
length |
protected ARBSubscriptionUnitEnum |
unit |
| Constructor and Description |
|---|
PaymentScheduleType.Interval() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected short length
protected ARBSubscriptionUnitEnum unit
public short getLength()
public void setLength(short value)
public ARBSubscriptionUnitEnum getUnit()
ARBSubscriptionUnitEnumpublic void setUnit(ARBSubscriptionUnitEnum value)
value - allowed object is
ARBSubscriptionUnitEnumCopyright © 2016. All Rights Reserved.