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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardArt |
cardArt |
protected String |
cardNumber |
protected String |
cardType |
protected String |
expirationDate |
| Constructor and Description |
|---|
CreditCardMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
CardArt |
getCardArt()
Gets the value of the cardArt property.
|
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 |
setCardArt(CardArt value)
Sets the value of the cardArt 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.
|
protected String cardNumber
protected String expirationDate
protected String cardType
protected CardArt cardArt
public String getCardNumber()
Stringpublic void setCardNumber(String value)
value - allowed object is
Stringpublic String getExpirationDate()
Stringpublic void setExpirationDate(String value)
value - allowed object is
Stringpublic String getCardType()
Stringpublic void setCardType(String value)
value - allowed object is
Stringpublic CardArt getCardArt()
CardArtCopyright © 2016. All Rights Reserved.