public class Address
extends java.lang.Object
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="city" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="departmentOrDivision" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entityNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="floorOrPremises" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="postOfficeBox" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetPostDirectional" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetPreDirectional" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetOrThoroughfareNameAndType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetOrThoroughfareNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetOrThoroughfareSectionName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="streetOrThoroughfareExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
city |
protected java.lang.String |
country |
protected java.lang.String |
departmentOrDivision |
protected java.lang.String |
entityName |
protected java.lang.String |
entityNumber |
protected java.lang.String |
floorOrPremises |
protected java.lang.Integer |
id |
protected java.lang.String |
postOfficeBox |
protected java.lang.String |
state |
protected java.lang.String |
streetOrThoroughfareExtensionName |
protected java.lang.String |
streetOrThoroughfareNameAndType |
protected java.lang.String |
streetOrThoroughfareNumber |
protected java.lang.String |
streetOrThoroughfareSectionName |
protected java.lang.String |
streetPostDirectional |
protected java.lang.String |
streetPreDirectional |
protected java.lang.String |
zipCode |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getDepartmentOrDivision()
Gets the value of the departmentOrDivision property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.String |
getEntityNumber()
Gets the value of the entityNumber property.
|
java.lang.String |
getFloorOrPremises()
Gets the value of the floorOrPremises property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getPostOfficeBox()
Gets the value of the postOfficeBox property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getStreetOrThoroughfareExtensionName()
Gets the value of the streetOrThoroughfareExtensionName property.
|
java.lang.String |
getStreetOrThoroughfareNameAndType()
Gets the value of the streetOrThoroughfareNameAndType property.
|
java.lang.String |
getStreetOrThoroughfareNumber()
Gets the value of the streetOrThoroughfareNumber property.
|
java.lang.String |
getStreetOrThoroughfareSectionName()
Gets the value of the streetOrThoroughfareSectionName property.
|
java.lang.String |
getStreetPostDirectional()
Gets the value of the streetPostDirectional property.
|
java.lang.String |
getStreetPreDirectional()
Gets the value of the streetPreDirectional property.
|
java.lang.String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setDepartmentOrDivision(java.lang.String value)
Sets the value of the departmentOrDivision property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setEntityNumber(java.lang.String value)
Sets the value of the entityNumber property.
|
void |
setFloorOrPremises(java.lang.String value)
Sets the value of the floorOrPremises property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setPostOfficeBox(java.lang.String value)
Sets the value of the postOfficeBox property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setStreetOrThoroughfareExtensionName(java.lang.String value)
Sets the value of the streetOrThoroughfareExtensionName property.
|
void |
setStreetOrThoroughfareNameAndType(java.lang.String value)
Sets the value of the streetOrThoroughfareNameAndType property.
|
void |
setStreetOrThoroughfareNumber(java.lang.String value)
Sets the value of the streetOrThoroughfareNumber property.
|
void |
setStreetOrThoroughfareSectionName(java.lang.String value)
Sets the value of the streetOrThoroughfareSectionName property.
|
void |
setStreetPostDirectional(java.lang.String value)
Sets the value of the streetPostDirectional property.
|
void |
setStreetPreDirectional(java.lang.String value)
Sets the value of the streetPreDirectional property.
|
void |
setZipCode(java.lang.String value)
Sets the value of the zipCode property.
|
protected java.lang.String city
protected java.lang.String country
protected java.lang.String departmentOrDivision
protected java.lang.String entityName
protected java.lang.String entityNumber
protected java.lang.String floorOrPremises
protected java.lang.String postOfficeBox
protected java.lang.String zipCode
protected java.lang.String state
protected java.lang.String streetPostDirectional
protected java.lang.String streetPreDirectional
protected java.lang.String streetOrThoroughfareNameAndType
protected java.lang.String streetOrThoroughfareNumber
protected java.lang.String streetOrThoroughfareSectionName
protected java.lang.String streetOrThoroughfareExtensionName
protected java.lang.Integer id
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDepartmentOrDivision()
Stringpublic void setDepartmentOrDivision(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityNumber()
Stringpublic void setEntityNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFloorOrPremises()
Stringpublic void setFloorOrPremises(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostOfficeBox()
Stringpublic void setPostOfficeBox(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZipCode()
Stringpublic void setZipCode(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 getStreetPostDirectional()
Stringpublic void setStreetPostDirectional(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetPreDirectional()
Stringpublic void setStreetPreDirectional(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetOrThoroughfareNameAndType()
Stringpublic void setStreetOrThoroughfareNameAndType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetOrThoroughfareNumber()
Stringpublic void setStreetOrThoroughfareNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetOrThoroughfareSectionName()
Stringpublic void setStreetOrThoroughfareSectionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetOrThoroughfareExtensionName()
Stringpublic void setStreetOrThoroughfareExtensionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.