|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.NameAndAddressType
public class NameAndAddressType
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 |
|---|
protected String firstName
protected String lastName
protected String company
protected String address
protected String city
protected String state
protected String zip
protected String country
| Constructor Detail |
|---|
public NameAndAddressType()
| Method Detail |
|---|
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getZip()
Stringpublic void setZip(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||