public class SponsoredMerchantType extends Object
Java class for SponsoredMerchantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SponsoredMerchantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MerchantName" use="required" type="{}MerchantNameType" />
<attribute name="MerchantAddress" type="{}MerchantAddressType" />
<attribute name="MerchantCountry" use="required" type="{}MerchantCountryType" />
<attribute name="MerchantCategoryCode" use="required" type="{}MerchantCategoryCodeType" />
<attribute name="RegistrationID" use="required" type="{}RegistrationIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
merchantAddress |
protected String |
merchantCategoryCode |
protected String |
merchantCountry |
protected String |
merchantName |
protected String |
registrationID |
| Constructor and Description |
|---|
SponsoredMerchantType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMerchantAddress()
Gets the value of the merchantAddress property.
|
String |
getMerchantCategoryCode()
Gets the value of the merchantCategoryCode property.
|
String |
getMerchantCountry()
Gets the value of the merchantCountry property.
|
String |
getMerchantName()
Gets the value of the merchantName property.
|
String |
getRegistrationID()
Gets the value of the registrationID property.
|
void |
setMerchantAddress(String value)
Sets the value of the merchantAddress property.
|
void |
setMerchantCategoryCode(String value)
Sets the value of the merchantCategoryCode property.
|
void |
setMerchantCountry(String value)
Sets the value of the merchantCountry property.
|
void |
setMerchantName(String value)
Sets the value of the merchantName property.
|
void |
setRegistrationID(String value)
Sets the value of the registrationID property.
|
protected String merchantName
protected String merchantAddress
protected String merchantCountry
protected String merchantCategoryCode
protected String registrationID
public String getMerchantName()
Stringpublic void setMerchantName(String value)
value - allowed object is
Stringpublic String getMerchantAddress()
Stringpublic void setMerchantAddress(String value)
value - allowed object is
Stringpublic String getMerchantCountry()
Stringpublic void setMerchantCountry(String value)
value - allowed object is
Stringpublic String getMerchantCategoryCode()
Stringpublic void setMerchantCategoryCode(String value)
value - allowed object is
Stringpublic String getRegistrationID()
StringCopyright © 2018. All rights reserved.