|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractDataType
net.opengis.ols.v_1_2.AbstractLocationType
net.opengis.ols.v_1_2.AbstractAddressType
public abstract class AbstractAddressType
The AddressType is the Address_ADT for OpenLS and it supports the concepts of the OGC Geocoder document 01-026r1 with some modifications which resulted in both simplifications and improved handling capability. The definition is also broad enough to handle some of the more obscure occurrences of street addressing as well as handling the case of when all you have is an un-parsed string representing the complete address. We could generalize this even further to handle non-street addressing schemes found in other industries, such as the Municipal Survey Addressing schemes that are used by Municipalities to address the lots on which a building may be placed but that is probably a future requirement outside the scope of OLS1.
Java class for AbstractAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractAddressType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractLocationType">
<attribute name="addressee" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="countryCode" use="required" type="{http://www.opengis.net/xls}CountryCodeType" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}language" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
addressee
|
protected String |
countryCode
|
protected String |
language
|
| Constructor Summary | |
|---|---|
AbstractAddressType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
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 |
getAddressee()
Gets the value of the addressee property. |
String |
getCountryCode()
Gets the value of the countryCode property. |
String |
getLanguage()
Gets the value of the language property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAddressee()
|
boolean |
isSetCountryCode()
|
boolean |
isSetLanguage()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAddressee(String value)
Sets the value of the addressee property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setLanguage(String value)
Sets the value of the language property. |
String |
toString()
|
AbstractAddressType |
withAddressee(String value)
|
AbstractAddressType |
withCountryCode(String value)
|
AbstractAddressType |
withLanguage(String value)
|
| Methods inherited from class net.opengis.ols.v_1_2.AbstractDataType |
|---|
createNewInstance |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2 |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2 |
|---|
createNewInstance |
| Field Detail |
|---|
protected String addressee
protected String countryCode
protected String language
| Constructor Detail |
|---|
public AbstractAddressType()
| Method Detail |
|---|
public String getAddressee()
Stringpublic void setAddressee(String value)
value - allowed object is
Stringpublic boolean isSetAddressee()
public String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic boolean isSetCountryCode()
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
public String toString()
toString in class AbstractLocationType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractLocationType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractLocationType
public 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.Equals2equals in class AbstractLocationTypepublic boolean equals(Object object)
equals in class AbstractLocationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractLocationTypepublic int hashCode()
hashCode in class AbstractLocationTypepublic Object clone()
clone in class AbstractLocationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractLocationType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractLocationType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractLocationType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractLocationTypepublic AbstractAddressType withAddressee(String value)
public AbstractAddressType withCountryCode(String value)
public AbstractAddressType withLanguage(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||