Class CreditCardTrackType


  • public class CreditCardTrackType
    extends Object

    Java class for creditCardTrackType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="creditCardTrackType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="track1" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="track2" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • track1

        protected String track1
      • track2

        protected String track2
    • Constructor Detail

      • CreditCardTrackType

        public CreditCardTrackType()
    • Method Detail

      • getTrack1

        public String getTrack1()
        Gets the value of the track1 property.
        Returns:
        possible object is String
      • setTrack1

        public void setTrack1​(String value)
        Sets the value of the track1 property.
        Parameters:
        value - allowed object is String
      • getTrack2

        public String getTrack2()
        Gets the value of the track2 property.
        Returns:
        possible object is String
      • setTrack2

        public void setTrack2​(String value)
        Sets the value of the track2 property.
        Parameters:
        value - allowed object is String