|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractStreetLocatorType
net.opengis.ols.v_1_2.BuildingLocatorType
public class BuildingLocatorType
A type of AbstractStreetLocatorType
Java class for BuildingLocatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildingLocatorType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractStreetLocatorType">
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subdivision" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="buildingName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
buildingName
|
protected String |
number
|
protected String |
subdivision
|
| Constructor Summary | |
|---|---|
BuildingLocatorType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
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.EqualsStrategy strategy)
|
String |
getBuildingName()
Gets the value of the buildingName property. |
String |
getNumber()
Gets the value of the number property. |
String |
getSubdivision()
Gets the value of the subdivision property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetBuildingName()
|
boolean |
isSetNumber()
|
boolean |
isSetSubdivision()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setBuildingName(String value)
Sets the value of the buildingName property. |
void |
setNumber(String value)
Sets the value of the number property. |
void |
setSubdivision(String value)
Sets the value of the subdivision property. |
String |
toString()
|
BuildingLocatorType |
withBuildingName(String value)
|
BuildingLocatorType |
withNumber(String value)
|
BuildingLocatorType |
withSubdivision(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String number
protected String subdivision
protected String buildingName
| Constructor Detail |
|---|
public BuildingLocatorType()
| Method Detail |
|---|
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic boolean isSetNumber()
public String getSubdivision()
Stringpublic void setSubdivision(String value)
value - allowed object is
Stringpublic boolean isSetSubdivision()
public String getBuildingName()
Stringpublic void setBuildingName(String value)
value - allowed object is
Stringpublic boolean isSetBuildingName()
public String toString()
toString in class AbstractStreetLocatorType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractStreetLocatorType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractStreetLocatorType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractStreetLocatorTypepublic boolean equals(Object object)
equals in class AbstractStreetLocatorType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractStreetLocatorTypepublic int hashCode()
hashCode in class AbstractStreetLocatorTypepublic Object clone()
clone in class AbstractStreetLocatorTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractStreetLocatorType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractStreetLocatorTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractStreetLocatorType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractStreetLocatorTypepublic BuildingLocatorType withNumber(String value)
public BuildingLocatorType withSubdivision(String value)
public BuildingLocatorType withBuildingName(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||