Class SubMerchantType


  • public class SubMerchantType
    extends Object

    Java class for subMerchantType complex type.

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

     <complexType name="subMerchantType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="doingBusinessAs" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="50"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="paymentServiceProviderName" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="paymentServiceFacilitator" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="streetAddress" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="phone" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="email" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="postalCode" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="city" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="30"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="regionCode" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="10"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="countryCode" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="10"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • identifier

        protected String identifier
      • doingBusinessAs

        protected String doingBusinessAs
      • paymentServiceProviderName

        protected String paymentServiceProviderName
      • paymentServiceFacilitator

        protected String paymentServiceFacilitator
      • streetAddress

        protected String streetAddress
      • phone

        protected String phone
      • email

        protected String email
      • postalCode

        protected String postalCode
      • regionCode

        protected String regionCode
      • countryCode

        protected String countryCode
    • Constructor Detail

      • SubMerchantType

        public SubMerchantType()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
      • getDoingBusinessAs

        public String getDoingBusinessAs()
        Gets the value of the doingBusinessAs property.
        Returns:
        possible object is String
      • setDoingBusinessAs

        public void setDoingBusinessAs​(String value)
        Sets the value of the doingBusinessAs property.
        Parameters:
        value - allowed object is String
      • getPaymentServiceProviderName

        public String getPaymentServiceProviderName()
        Gets the value of the paymentServiceProviderName property.
        Returns:
        possible object is String
      • setPaymentServiceProviderName

        public void setPaymentServiceProviderName​(String value)
        Sets the value of the paymentServiceProviderName property.
        Parameters:
        value - allowed object is String
      • getPaymentServiceFacilitator

        public String getPaymentServiceFacilitator()
        Gets the value of the paymentServiceFacilitator property.
        Returns:
        possible object is String
      • setPaymentServiceFacilitator

        public void setPaymentServiceFacilitator​(String value)
        Sets the value of the paymentServiceFacilitator property.
        Parameters:
        value - allowed object is String
      • getStreetAddress

        public String getStreetAddress()
        Gets the value of the streetAddress property.
        Returns:
        possible object is String
      • setStreetAddress

        public void setStreetAddress​(String value)
        Sets the value of the streetAddress property.
        Parameters:
        value - allowed object is String
      • getPhone

        public String getPhone()
        Gets the value of the phone property.
        Returns:
        possible object is String
      • setPhone

        public void setPhone​(String value)
        Sets the value of the phone property.
        Parameters:
        value - allowed object is String
      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String
      • getPostalCode

        public String getPostalCode()
        Gets the value of the postalCode property.
        Returns:
        possible object is String
      • setPostalCode

        public void setPostalCode​(String value)
        Sets the value of the postalCode property.
        Parameters:
        value - allowed object is String
      • getCity

        public String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getRegionCode

        public String getRegionCode()
        Gets the value of the regionCode property.
        Returns:
        possible object is String
      • setRegionCode

        public void setRegionCode​(String value)
        Sets the value of the regionCode property.
        Parameters:
        value - allowed object is String
      • getCountryCode

        public String getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is String
      • setCountryCode

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