net.authorize.api.contract.v1
Class PaymentMaskedType

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

public class PaymentMaskedType
extends Object

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"/>
           <element name="tokenInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}tokenMaskedType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BankAccountMaskedType bankAccount
           
protected  CreditCardMaskedType creditCard
           
protected  TokenMaskedType tokenInformation
           
 
Constructor Summary
PaymentMaskedType()
           
 
Method Summary
 BankAccountMaskedType getBankAccount()
          Gets the value of the bankAccount property.
 CreditCardMaskedType getCreditCard()
          Gets the value of the creditCard property.
 TokenMaskedType getTokenInformation()
          Gets the value of the tokenInformation property.
 void setBankAccount(BankAccountMaskedType value)
          Sets the value of the bankAccount property.
 void setCreditCard(CreditCardMaskedType value)
          Sets the value of the creditCard property.
 void setTokenInformation(TokenMaskedType value)
          Sets the value of the tokenInformation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

creditCard

protected CreditCardMaskedType creditCard

bankAccount

protected BankAccountMaskedType bankAccount

tokenInformation

protected TokenMaskedType tokenInformation
Constructor Detail

PaymentMaskedType

public PaymentMaskedType()
Method Detail

getCreditCard

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

Returns:
possible object is CreditCardMaskedType

setCreditCard

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

Parameters:
value - allowed object is CreditCardMaskedType

getBankAccount

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

Returns:
possible object is BankAccountMaskedType

setBankAccount

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

Parameters:
value - allowed object is BankAccountMaskedType

getTokenInformation

public TokenMaskedType getTokenInformation()
Gets the value of the tokenInformation property.

Returns:
possible object is TokenMaskedType

setTokenInformation

public void setTokenInformation(TokenMaskedType value)
Sets the value of the tokenInformation property.

Parameters:
value - allowed object is TokenMaskedType


Copyright © 2014. All Rights Reserved.