public class NameAndAddressType
extends java.lang.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 java.lang.String |
address |
protected java.lang.String |
city |
protected java.lang.String |
company |
protected java.lang.String |
country |
protected java.lang.String |
firstName |
protected java.lang.String |
lastName |
protected java.lang.String |
state |
protected java.lang.String |
zip |
| Constructor and Description |
|---|
NameAndAddressType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCompany()
Gets the value of the company property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getZip()
Gets the value of the zip property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCompany(java.lang.String value)
Sets the value of the company property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setZip(java.lang.String value)
Sets the value of the zip property.
|
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String company
protected java.lang.String address
protected java.lang.String city
protected java.lang.String state
protected java.lang.String zip
protected java.lang.String country
public java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompany()
Stringpublic void setCompany(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZip()
Stringpublic void setZip(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.