Package net.authorize.api.contract.v1
Class MerchantContactType
- java.lang.Object
-
- net.authorize.api.contract.v1.MerchantContactType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmerchantAddressprotected StringmerchantCityprotected StringmerchantNameprotected StringmerchantPhoneprotected StringmerchantStateprotected StringmerchantZip
-
Constructor Summary
Constructors Constructor Description MerchantContactType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMerchantAddress()Gets the value of the merchantAddress property.StringgetMerchantCity()Gets the value of the merchantCity property.StringgetMerchantName()Gets the value of the merchantName property.StringgetMerchantPhone()Gets the value of the merchantPhone property.StringgetMerchantState()Gets the value of the merchantState property.StringgetMerchantZip()Gets the value of the merchantZip property.voidsetMerchantAddress(String value)Sets the value of the merchantAddress property.voidsetMerchantCity(String value)Sets the value of the merchantCity property.voidsetMerchantName(String value)Sets the value of the merchantName property.voidsetMerchantPhone(String value)Sets the value of the merchantPhone property.voidsetMerchantState(String value)Sets the value of the merchantState property.voidsetMerchantZip(String value)Sets the value of the merchantZip property.
-
-
-
Method Detail
-
getMerchantName
public String getMerchantName()
Gets the value of the merchantName property.- Returns:
- possible object is
String
-
setMerchantName
public void setMerchantName(String value)
Sets the value of the merchantName property.- Parameters:
value- allowed object isString
-
getMerchantAddress
public String getMerchantAddress()
Gets the value of the merchantAddress property.- Returns:
- possible object is
String
-
setMerchantAddress
public void setMerchantAddress(String value)
Sets the value of the merchantAddress property.- Parameters:
value- allowed object isString
-
getMerchantCity
public String getMerchantCity()
Gets the value of the merchantCity property.- Returns:
- possible object is
String
-
setMerchantCity
public void setMerchantCity(String value)
Sets the value of the merchantCity property.- Parameters:
value- allowed object isString
-
getMerchantState
public String getMerchantState()
Gets the value of the merchantState property.- Returns:
- possible object is
String
-
setMerchantState
public void setMerchantState(String value)
Sets the value of the merchantState property.- Parameters:
value- allowed object isString
-
getMerchantZip
public String getMerchantZip()
Gets the value of the merchantZip property.- Returns:
- possible object is
String
-
setMerchantZip
public void setMerchantZip(String value)
Sets the value of the merchantZip property.- Parameters:
value- allowed object isString
-
getMerchantPhone
public String getMerchantPhone()
Gets the value of the merchantPhone property.- Returns:
- possible object is
String
-
-