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