|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.MerchantContactType
public class MerchantContactType
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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
merchantAddress
|
protected String |
merchantCity
|
protected String |
merchantName
|
protected String |
merchantPhone
|
protected String |
merchantState
|
protected String |
merchantZip
|
| Constructor Summary | |
|---|---|
MerchantContactType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String merchantName
protected String merchantAddress
protected String merchantCity
protected String merchantState
protected String merchantZip
protected String merchantPhone
| Constructor Detail |
|---|
public MerchantContactType()
| Method Detail |
|---|
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()
Stringpublic void setMerchantPhone(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||