net.authorize.api.contract.v1
Class PaymentSimpleType

java.lang.Object
  extended by net.authorize.api.contract.v1.PaymentSimpleType

public class PaymentSimpleType
extends Object

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

creditCard

protected CreditCardSimpleType creditCard

bankAccount

protected BankAccountType bankAccount
Constructor Detail

PaymentSimpleType

public PaymentSimpleType()
Method Detail

getCreditCard

public CreditCardSimpleType getCreditCard()
Gets the value of the creditCard property.

Returns:
possible object is CreditCardSimpleType

setCreditCard

public void setCreditCard(CreditCardSimpleType value)
Sets the value of the creditCard property.

Parameters:
value - allowed object is CreditCardSimpleType

getBankAccount

public BankAccountType getBankAccount()
Gets the value of the bankAccount property.

Returns:
possible object is BankAccountType

setBankAccount

public void setBankAccount(BankAccountType value)
Sets the value of the bankAccount property.

Parameters:
value - allowed object is BankAccountType


Copyright © 2014. All Rights Reserved.