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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
NameAndAddressType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String firstName
protected String lastName
protected String company
protected String address
protected String city
protected String state
protected String zip
protected String country
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 void setZip(String value)
value - allowed object is
Stringpublic String getCountry()
StringCopyright © 2016. All Rights Reserved.