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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
countryCode |
protected String |
doingBusinessAs |
protected String |
email |
protected String |
identifier |
protected String |
paymentServiceFacilitator |
protected String |
paymentServiceProviderName |
protected String |
phone |
protected String |
postalCode |
protected String |
regionCode |
protected String |
streetAddress |
| Constructor and Description |
|---|
SubMerchantType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getDoingBusinessAs()
Gets the value of the doingBusinessAs property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getPaymentServiceFacilitator()
Gets the value of the paymentServiceFacilitator property.
|
String |
getPaymentServiceProviderName()
Gets the value of the paymentServiceProviderName property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getRegionCode()
Gets the value of the regionCode property.
|
String |
getStreetAddress()
Gets the value of the streetAddress property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setDoingBusinessAs(String value)
Sets the value of the doingBusinessAs property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setPaymentServiceFacilitator(String value)
Sets the value of the paymentServiceFacilitator property.
|
void |
setPaymentServiceProviderName(String value)
Sets the value of the paymentServiceProviderName property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setRegionCode(String value)
Sets the value of the regionCode property.
|
void |
setStreetAddress(String value)
Sets the value of the streetAddress property.
|
protected String identifier
protected String doingBusinessAs
protected String paymentServiceProviderName
protected String paymentServiceFacilitator
protected String streetAddress
protected String phone
protected String email
protected String postalCode
protected String city
protected String regionCode
protected String countryCode
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getDoingBusinessAs()
Stringpublic void setDoingBusinessAs(String value)
value - allowed object is
Stringpublic String getPaymentServiceProviderName()
Stringpublic void setPaymentServiceProviderName(String value)
value - allowed object is
Stringpublic String getPaymentServiceFacilitator()
Stringpublic void setPaymentServiceFacilitator(String value)
value - allowed object is
Stringpublic String getStreetAddress()
Stringpublic void setStreetAddress(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getRegionCode()
Stringpublic void setRegionCode(String value)
value - allowed object is
Stringpublic String getCountryCode()
StringCopyright © 2020. All rights reserved.