net.authorize.api.contract.v1
Class MerchantContactType

java.lang.Object
  extended by 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" 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

merchantName

protected String merchantName

merchantAddress

protected String merchantAddress

merchantCity

protected String merchantCity

merchantState

protected String merchantState

merchantZip

protected String merchantZip

merchantPhone

protected String merchantPhone
Constructor Detail

MerchantContactType

public MerchantContactType()
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 is String

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 is String

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 is String

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 is String

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 is String

getMerchantPhone

public String getMerchantPhone()
Gets the value of the merchantPhone property.

Returns:
possible object is String

setMerchantPhone

public void setMerchantPhone(String value)
Sets the value of the merchantPhone property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.