net.opengis.ols.v_1_2
Class BuildingLocatorType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractStreetLocatorType
      extended by net.opengis.ols.v_1_2.BuildingLocatorType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class BuildingLocatorType
extends AbstractStreetLocatorType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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.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)
           
 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.EqualsStrategy2 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.HashCodeStrategy2 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.MergeStrategy2 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

number

protected String number

subdivision

protected String subdivision

buildingName

protected String buildingName
Constructor Detail

BuildingLocatorType

public BuildingLocatorType()
Method Detail

getNumber

public String getNumber()
Gets the value of the number property.

Returns:
possible object is String

setNumber

public void setNumber(String value)
Sets the value of the number property.

Parameters:
value - allowed object is String

isSetNumber

public boolean isSetNumber()

getSubdivision

public String getSubdivision()
Gets the value of the subdivision property.

Returns:
possible object is String

setSubdivision

public void setSubdivision(String value)
Sets the value of the subdivision property.

Parameters:
value - allowed object is String

isSetSubdivision

public boolean isSetSubdivision()

getBuildingName

public String getBuildingName()
Gets the value of the buildingName property.

Returns:
possible object is String

setBuildingName

public void setBuildingName(String value)
Sets the value of the buildingName property.

Parameters:
value - allowed object is String

isSetBuildingName

public boolean isSetBuildingName()

toString

public String toString()
Overrides:
toString in class AbstractStreetLocatorType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractStreetLocatorType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractStreetLocatorType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractStreetLocatorType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractStreetLocatorType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractStreetLocatorType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractStreetLocatorType

clone

public Object clone()
Overrides:
clone in class AbstractStreetLocatorType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractStreetLocatorType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractStreetLocatorType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractStreetLocatorType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractStreetLocatorType

withNumber

public BuildingLocatorType withNumber(String value)

withSubdivision

public BuildingLocatorType withSubdivision(String value)

withBuildingName

public BuildingLocatorType withBuildingName(String value)


Copyright © 2008-2016. All Rights Reserved.