public class CardArt
extends java.lang.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 java.lang.String |
cardBrand |
protected java.lang.String |
cardImageHeight |
protected java.lang.String |
cardImageUrl |
protected java.lang.String |
cardImageWidth |
protected java.lang.String |
cardType |
Constructor and Description |
---|
CardArt() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCardBrand()
Gets the value of the cardBrand property.
|
java.lang.String |
getCardImageHeight()
Gets the value of the cardImageHeight property.
|
java.lang.String |
getCardImageUrl()
Gets the value of the cardImageUrl property.
|
java.lang.String |
getCardImageWidth()
Gets the value of the cardImageWidth property.
|
java.lang.String |
getCardType()
Gets the value of the cardType property.
|
void |
setCardBrand(java.lang.String value)
Sets the value of the cardBrand property.
|
void |
setCardImageHeight(java.lang.String value)
Sets the value of the cardImageHeight property.
|
void |
setCardImageUrl(java.lang.String value)
Sets the value of the cardImageUrl property.
|
void |
setCardImageWidth(java.lang.String value)
Sets the value of the cardImageWidth property.
|
void |
setCardType(java.lang.String value)
Sets the value of the cardType property.
|
protected java.lang.String cardBrand
protected java.lang.String cardImageHeight
protected java.lang.String cardImageUrl
protected java.lang.String cardImageWidth
protected java.lang.String cardType
public java.lang.String getCardBrand()
String
public void setCardBrand(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardImageHeight()
String
public void setCardImageHeight(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardImageUrl()
String
public void setCardImageUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardImageWidth()
String
public void setCardImageWidth(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardType()
String
public void setCardType(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All Rights Reserved.