public class CardArt extends Object
Java class for cardArt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cardArt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cardBrand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cardImageHeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cardImageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cardImageWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cardType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardBrand |
protected String |
cardImageHeight |
protected String |
cardImageUrl |
protected String |
cardImageWidth |
protected String |
cardType |
| Constructor and Description |
|---|
CardArt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardBrand()
Gets the value of the cardBrand property.
|
String |
getCardImageHeight()
Gets the value of the cardImageHeight property.
|
String |
getCardImageUrl()
Gets the value of the cardImageUrl property.
|
String |
getCardImageWidth()
Gets the value of the cardImageWidth property.
|
String |
getCardType()
Gets the value of the cardType property.
|
void |
setCardBrand(String value)
Sets the value of the cardBrand property.
|
void |
setCardImageHeight(String value)
Sets the value of the cardImageHeight property.
|
void |
setCardImageUrl(String value)
Sets the value of the cardImageUrl property.
|
void |
setCardImageWidth(String value)
Sets the value of the cardImageWidth property.
|
void |
setCardType(String value)
Sets the value of the cardType property.
|
protected String cardBrand
protected String cardImageHeight
protected String cardImageUrl
protected String cardImageWidth
protected String cardType
public String getCardBrand()
Stringpublic void setCardBrand(String value)
value - allowed object is
Stringpublic String getCardImageHeight()
Stringpublic void setCardImageHeight(String value)
value - allowed object is
Stringpublic String getCardImageUrl()
Stringpublic void setCardImageUrl(String value)
value - allowed object is
Stringpublic String getCardImageWidth()
Stringpublic void setCardImageWidth(String value)
value - allowed object is
Stringpublic String getCardType()
StringCopyright © 2021. All rights reserved.