Class 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"/>
             <element name="cardArt" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardArt" minOccurs="0"/>
             <element name="issuerNumber" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="6"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="isPaymentToken" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cardNumber

        protected String cardNumber
      • expirationDate

        protected String expirationDate
      • cardType

        protected String cardType
      • cardArt

        protected CardArt cardArt
      • issuerNumber

        protected String issuerNumber
      • isPaymentToken

        protected Boolean isPaymentToken
    • 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
      • getCardArt

        public CardArt getCardArt()
        Gets the value of the cardArt property.
        Returns:
        possible object is CardArt
      • setCardArt

        public void setCardArt​(CardArt value)
        Sets the value of the cardArt property.
        Parameters:
        value - allowed object is CardArt
      • getIssuerNumber

        public String getIssuerNumber()
        Gets the value of the issuerNumber property.
        Returns:
        possible object is String
      • setIssuerNumber

        public void setIssuerNumber​(String value)
        Sets the value of the issuerNumber property.
        Parameters:
        value - allowed object is String
      • isIsPaymentToken

        public Boolean isIsPaymentToken()
        Gets the value of the isPaymentToken property.
        Returns:
        possible object is Boolean
      • setIsPaymentToken

        public void setIsPaymentToken​(Boolean value)
        Sets the value of the isPaymentToken property.
        Parameters:
        value - allowed object is Boolean