Class MerchantContactType


  • public class MerchantContactType
    extends Object

    Java class for merchantContactType complex type.

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

     <complexType name="merchantContactType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="merchantName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="merchantAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="merchantCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="merchantState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="merchantZip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="merchantPhone" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • merchantName

        protected String merchantName
      • merchantAddress

        protected String merchantAddress
      • merchantCity

        protected String merchantCity
      • merchantState

        protected String merchantState
      • merchantZip

        protected String merchantZip
      • merchantPhone

        protected String merchantPhone
    • Constructor Detail

      • MerchantContactType

        public MerchantContactType()
    • Method Detail

      • getMerchantName

        public String getMerchantName()
        Gets the value of the merchantName property.
        Returns:
        possible object is String
      • setMerchantName

        public void setMerchantName​(String value)
        Sets the value of the merchantName property.
        Parameters:
        value - allowed object is String
      • getMerchantAddress

        public String getMerchantAddress()
        Gets the value of the merchantAddress property.
        Returns:
        possible object is String
      • setMerchantAddress

        public void setMerchantAddress​(String value)
        Sets the value of the merchantAddress property.
        Parameters:
        value - allowed object is String
      • getMerchantCity

        public String getMerchantCity()
        Gets the value of the merchantCity property.
        Returns:
        possible object is String
      • setMerchantCity

        public void setMerchantCity​(String value)
        Sets the value of the merchantCity property.
        Parameters:
        value - allowed object is String
      • getMerchantState

        public String getMerchantState()
        Gets the value of the merchantState property.
        Returns:
        possible object is String
      • setMerchantState

        public void setMerchantState​(String value)
        Sets the value of the merchantState property.
        Parameters:
        value - allowed object is String
      • getMerchantZip

        public String getMerchantZip()
        Gets the value of the merchantZip property.
        Returns:
        possible object is String
      • setMerchantZip

        public void setMerchantZip​(String value)
        Sets the value of the merchantZip property.
        Parameters:
        value - allowed object is String
      • getMerchantPhone

        public String getMerchantPhone()
        Gets the value of the merchantPhone property.
        Returns:
        possible object is String
      • setMerchantPhone

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