|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.SubscriptionPaymentType
public class SubscriptionPaymentType
Java class for subscriptionPaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscriptionPaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</element>
<element name="payNum">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
id
|
protected int |
payNum
|
| Constructor Summary | |
|---|---|
SubscriptionPaymentType()
|
|
| Method Summary | |
|---|---|
int |
getId()
Gets the value of the id property. |
int |
getPayNum()
Gets the value of the payNum property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setPayNum(int value)
Sets the value of the payNum property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected int payNum
| Constructor Detail |
|---|
public SubscriptionPaymentType()
| Method Detail |
|---|
public int getId()
public void setId(int value)
public int getPayNum()
public void setPayNum(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||