net.authorize.api.contract.v1
Class CreditCardMaskedType

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

public class CreditCardMaskedType
extends Object

Java class for creditCardMaskedType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="creditCardMaskedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cardNumber">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <length value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="expirationDate">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="4"/>
               <maxLength value="7"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cardType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String cardNumber
           
protected  String cardType
           
protected  String expirationDate
           
 
Constructor Summary
CreditCardMaskedType()
           
 
Method Summary
 String getCardNumber()
          Gets the value of the cardNumber property.
 String getCardType()
          Gets the value of the cardType property.
 String getExpirationDate()
          Gets the value of the expirationDate property.
 void setCardNumber(String value)
          Sets the value of the cardNumber property.
 void setCardType(String value)
          Sets the value of the cardType property.
 void setExpirationDate(String value)
          Sets the value of the expirationDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cardNumber

protected String cardNumber

expirationDate

protected String expirationDate

cardType

protected String cardType
Constructor Detail

CreditCardMaskedType

public CreditCardMaskedType()
Method Detail

getCardNumber

public String getCardNumber()
Gets the value of the cardNumber property.

Returns:
possible object is String

setCardNumber

public void setCardNumber(String value)
Sets the value of the cardNumber property.

Parameters:
value - allowed object is String

getExpirationDate

public String getExpirationDate()
Gets the value of the expirationDate property.

Returns:
possible object is String

setExpirationDate

public void setExpirationDate(String value)
Sets the value of the expirationDate property.

Parameters:
value - allowed object is String

getCardType

public String getCardType()
Gets the value of the cardType property.

Returns:
possible object is String

setCardType

public void setCardType(String value)
Sets the value of the cardType property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.