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