|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PaymentSimpleType
public class PaymentSimpleType
Java class for paymentSimpleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentSimpleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardSimpleType"/>
<element name="bankAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BankAccountType |
bankAccount
|
protected CreditCardSimpleType |
creditCard
|
| Constructor Summary | |
|---|---|
PaymentSimpleType()
|
|
| Method Summary | |
|---|---|
BankAccountType |
getBankAccount()
Gets the value of the bankAccount property. |
CreditCardSimpleType |
getCreditCard()
Gets the value of the creditCard property. |
void |
setBankAccount(BankAccountType value)
Sets the value of the bankAccount property. |
void |
setCreditCard(CreditCardSimpleType value)
Sets the value of the creditCard property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CreditCardSimpleType creditCard
protected BankAccountType bankAccount
| Constructor Detail |
|---|
public PaymentSimpleType()
| Method Detail |
|---|
public CreditCardSimpleType getCreditCard()
CreditCardSimpleTypepublic void setCreditCard(CreditCardSimpleType value)
value - allowed object is
CreditCardSimpleTypepublic BankAccountType getBankAccount()
BankAccountTypepublic void setBankAccount(BankAccountType value)
value - allowed object is
BankAccountType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||