public class PhysicalAddress extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PhysicalAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/>
<element name="Line1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Line2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Line3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Line4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Line5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountrySubDivisionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PostalCodeSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Lat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Long" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_long |
protected String |
city |
protected String |
country |
protected String |
countryCode |
protected String |
countrySubDivisionCode |
protected String |
id |
protected String |
lat |
protected String |
line1 |
protected String |
line2 |
protected String |
line3 |
protected String |
line4 |
protected String |
line5 |
protected String |
note |
protected String |
postalCode |
protected String |
postalCodeSuffix |
protected String |
tag |
| Constructor and Description |
|---|
PhysicalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getCountrySubDivisionCode()
Gets the value of the countrySubDivisionCode property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLat()
Gets the value of the lat property.
|
String |
getLine1()
Gets the value of the line1 property.
|
String |
getLine2()
Gets the value of the line2 property.
|
String |
getLine3()
Gets the value of the line3 property.
|
String |
getLine4()
Gets the value of the line4 property.
|
String |
getLine5()
Gets the value of the line5 property.
|
String |
getLong()
Gets the value of the long property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getPostalCodeSuffix()
Gets the value of the postalCodeSuffix property.
|
String |
getTag()
Gets the value of the tag property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setCountrySubDivisionCode(String value)
Sets the value of the countrySubDivisionCode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLat(String value)
Sets the value of the lat property.
|
void |
setLine1(String value)
Sets the value of the line1 property.
|
void |
setLine2(String value)
Sets the value of the line2 property.
|
void |
setLine3(String value)
Sets the value of the line3 property.
|
void |
setLine4(String value)
Sets the value of the line4 property.
|
void |
setLine5(String value)
Sets the value of the line5 property.
|
void |
setLong(String value)
Sets the value of the long property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setPostalCodeSuffix(String value)
Sets the value of the postalCodeSuffix property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
protected String id
protected String line1
protected String line2
protected String line3
protected String line4
protected String line5
protected String city
protected String country
protected String countryCode
protected String countrySubDivisionCode
protected String postalCode
protected String postalCodeSuffix
protected String lat
protected String _long
protected String tag
protected String note
public void setId(String value)
value - allowed object is
Stringpublic String getLine1()
Stringpublic void setLine1(String value)
value - allowed object is
Stringpublic String getLine2()
Stringpublic void setLine2(String value)
value - allowed object is
Stringpublic String getLine3()
Stringpublic void setLine3(String value)
value - allowed object is
Stringpublic String getLine4()
Stringpublic void setLine4(String value)
value - allowed object is
Stringpublic String getLine5()
Stringpublic void setLine5(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getCountrySubDivisionCode()
Stringpublic void setCountrySubDivisionCode(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getPostalCodeSuffix()
Stringpublic void setPostalCodeSuffix(String value)
value - allowed object is
Stringpublic String getLat()
Stringpublic void setLat(String value)
value - allowed object is
Stringpublic String getLong()
Stringpublic void setLong(String value)
value - allowed object is
Stringpublic String getTag()
Stringpublic void setTag(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.