|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PaymentMaskedType
public class PaymentMaskedType
Java class for paymentMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentMaskedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardMaskedType"/>
<element name="bankAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountMaskedType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BankAccountMaskedType |
bankAccount
|
protected CreditCardMaskedType |
creditCard
|
| Constructor Summary | |
|---|---|
PaymentMaskedType()
|
|
| Method Summary | |
|---|---|
BankAccountMaskedType |
getBankAccount()
Gets the value of the bankAccount property. |
CreditCardMaskedType |
getCreditCard()
Gets the value of the creditCard property. |
void |
setBankAccount(BankAccountMaskedType value)
Sets the value of the bankAccount property. |
void |
setCreditCard(CreditCardMaskedType 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 CreditCardMaskedType creditCard
protected BankAccountMaskedType bankAccount
| Constructor Detail |
|---|
public PaymentMaskedType()
| Method Detail |
|---|
public CreditCardMaskedType getCreditCard()
CreditCardMaskedTypepublic void setCreditCard(CreditCardMaskedType value)
value - allowed object is
CreditCardMaskedTypepublic BankAccountMaskedType getBankAccount()
BankAccountMaskedTypepublic void setBankAccount(BankAccountMaskedType value)
value - allowed object is
BankAccountMaskedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||