|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PaymentScheduleType.Interval
public static class PaymentScheduleType.Interval
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 |
|---|
protected short length
protected ARBSubscriptionUnitEnum unit
| Constructor Detail |
|---|
public PaymentScheduleType.Interval()
| Method Detail |
|---|
public short getLength()
public void setLength(short value)
public ARBSubscriptionUnitEnum getUnit()
ARBSubscriptionUnitEnumpublic void setUnit(ARBSubscriptionUnitEnum value)
value - allowed object is
ARBSubscriptionUnitEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||