Package net.authorize.api.contract.v1
Class CardArt
- java.lang.Object
-
- net.authorize.api.contract.v1.CardArt
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcardBrandprotected StringcardImageHeightprotected StringcardImageUrlprotected StringcardImageWidthprotected StringcardType
-
Constructor Summary
Constructors Constructor Description CardArt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardBrand()Gets the value of the cardBrand property.StringgetCardImageHeight()Gets the value of the cardImageHeight property.StringgetCardImageUrl()Gets the value of the cardImageUrl property.StringgetCardImageWidth()Gets the value of the cardImageWidth property.StringgetCardType()Gets the value of the cardType property.voidsetCardBrand(String value)Sets the value of the cardBrand property.voidsetCardImageHeight(String value)Sets the value of the cardImageHeight property.voidsetCardImageUrl(String value)Sets the value of the cardImageUrl property.voidsetCardImageWidth(String value)Sets the value of the cardImageWidth property.voidsetCardType(String value)Sets the value of the cardType property.
-
-
-
Method Detail
-
getCardBrand
public String getCardBrand()
Gets the value of the cardBrand property.- Returns:
- possible object is
String
-
setCardBrand
public void setCardBrand(String value)
Sets the value of the cardBrand property.- Parameters:
value- allowed object isString
-
getCardImageHeight
public String getCardImageHeight()
Gets the value of the cardImageHeight property.- Returns:
- possible object is
String
-
setCardImageHeight
public void setCardImageHeight(String value)
Sets the value of the cardImageHeight property.- Parameters:
value- allowed object isString
-
getCardImageUrl
public String getCardImageUrl()
Gets the value of the cardImageUrl property.- Returns:
- possible object is
String
-
setCardImageUrl
public void setCardImageUrl(String value)
Sets the value of the cardImageUrl property.- Parameters:
value- allowed object isString
-
getCardImageWidth
public String getCardImageWidth()
Gets the value of the cardImageWidth property.- Returns:
- possible object is
String
-
setCardImageWidth
public void setCardImageWidth(String value)
Sets the value of the cardImageWidth property.- Parameters:
value- allowed object isString
-
getCardType
public String getCardType()
Gets the value of the cardType property.- Returns:
- possible object is
String
-
-