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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
merchantAddress |
protected String |
merchantCity |
protected String |
merchantName |
protected String |
merchantPhone |
protected String |
merchantState |
protected String |
merchantZip |
| Constructor and Description |
|---|
MerchantContactType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMerchantAddress()
Gets the value of the merchantAddress property.
|
String |
getMerchantCity()
Gets the value of the merchantCity property.
|
String |
getMerchantName()
Gets the value of the merchantName property.
|
String |
getMerchantPhone()
Gets the value of the merchantPhone property.
|
String |
getMerchantState()
Gets the value of the merchantState property.
|
String |
getMerchantZip()
Gets the value of the merchantZip property.
|
void |
setMerchantAddress(String value)
Sets the value of the merchantAddress property.
|
void |
setMerchantCity(String value)
Sets the value of the merchantCity property.
|
void |
setMerchantName(String value)
Sets the value of the merchantName property.
|
void |
setMerchantPhone(String value)
Sets the value of the merchantPhone property.
|
void |
setMerchantState(String value)
Sets the value of the merchantState property.
|
void |
setMerchantZip(String value)
Sets the value of the merchantZip property.
|
protected String merchantName
protected String merchantAddress
protected String merchantCity
protected String merchantState
protected String merchantZip
protected String merchantPhone
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 getMerchantCity()
Stringpublic void setMerchantCity(String value)
value - allowed object is
Stringpublic String getMerchantState()
Stringpublic void setMerchantState(String value)
value - allowed object is
Stringpublic String getMerchantZip()
Stringpublic void setMerchantZip(String value)
value - allowed object is
Stringpublic String getMerchantPhone()
StringCopyright © 2020. All rights reserved.