net.authorize.api.contract.v1
Class NameAndAddressType

java.lang.Object
  extended by net.authorize.api.contract.v1.NameAndAddressType
Direct Known Subclasses:
CustomerAddressType

public class NameAndAddressType
extends Object

Java class for nameAndAddressType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="nameAndAddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="firstName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="lastName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="company" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="address" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="city" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="state" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="zip" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String address
           
protected  String city
           
protected  String company
           
protected  String country
           
protected  String firstName
           
protected  String lastName
           
protected  String state
           
protected  String zip
           
 
Constructor Summary
NameAndAddressType()
           
 
Method Summary
 String getAddress()
          Gets the value of the address property.
 String getCity()
          Gets the value of the city property.
 String getCompany()
          Gets the value of the company property.
 String getCountry()
          Gets the value of the country property.
 String getFirstName()
          Gets the value of the firstName property.
 String getLastName()
          Gets the value of the lastName property.
 String getState()
          Gets the value of the state property.
 String getZip()
          Gets the value of the zip property.
 void setAddress(String value)
          Sets the value of the address property.
 void setCity(String value)
          Sets the value of the city property.
 void setCompany(String value)
          Sets the value of the company property.
 void setCountry(String value)
          Sets the value of the country property.
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setLastName(String value)
          Sets the value of the lastName property.
 void setState(String value)
          Sets the value of the state property.
 void setZip(String value)
          Sets the value of the zip property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

protected String firstName

lastName

protected String lastName

company

protected String company

address

protected String address

city

protected String city

state

protected String state

zip

protected String zip

country

protected String country
Constructor Detail

NameAndAddressType

public NameAndAddressType()
Method Detail

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getCompany

public String getCompany()
Gets the value of the company property.

Returns:
possible object is String

setCompany

public void setCompany(String value)
Sets the value of the company property.

Parameters:
value - allowed object is String

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getZip

public String getZip()
Gets the value of the zip property.

Returns:
possible object is String

setZip

public void setZip(String value)
Sets the value of the zip property.

Parameters:
value - allowed object is String

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.