Class 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 Detail

      • cardBrand

        protected String cardBrand
      • cardImageHeight

        protected String cardImageHeight
      • cardImageUrl

        protected String cardImageUrl
      • cardImageWidth

        protected String cardImageWidth
      • cardType

        protected String cardType
    • Constructor Detail

      • CardArt

        public CardArt()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 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