net.opengis.ols.v_1_2
Class WayPointType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractWayPointType
      extended by net.opengis.ols.v_1_2.WayPointType
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 WayPointType
extends AbstractWayPointType
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

Defines a location to be visited along a route.

Java class for WayPointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WayPointType">
   <complexContent>
     <extension base="{http://www.opengis.net/xls}AbstractWayPointType">
       <sequence>
         <element ref="{http://www.opengis.net/xls}_Location"/>
         <element ref="{http://www.opengis.net/xls}GeocodeMatchCode" minOccurs="0"/>
       </sequence>
       <attribute name="stop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GeocodingQOSType geocodeMatchCode
           
protected  JAXBElement<? extends AbstractLocationType> location
           
protected  Boolean stop
           
 
Constructor Summary
WayPointType()
           
 
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)
           
 GeocodingQOSType getGeocodeMatchCode()
          Gets the value of the geocodeMatchCode property.
 JAXBElement<? extends AbstractLocationType> getLocation()
          Gets the value of the location property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetGeocodeMatchCode()
           
 boolean isSetLocation()
           
 boolean isSetStop()
           
 boolean isStop()
          Gets the value of the stop property.
 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 setGeocodeMatchCode(GeocodingQOSType value)
          Sets the value of the geocodeMatchCode property.
 void setLocation(JAXBElement<? extends AbstractLocationType> value)
          Sets the value of the location property.
 void setStop(boolean value)
          Sets the value of the stop property.
 String toString()
           
 void unsetStop()
           
 WayPointType withGeocodeMatchCode(GeocodingQOSType value)
           
 WayPointType withLocation(JAXBElement<? extends AbstractLocationType> value)
           
 WayPointType withStop(boolean value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

location

protected JAXBElement<? extends AbstractLocationType> location

geocodeMatchCode

protected GeocodingQOSType geocodeMatchCode

stop

protected Boolean stop
Constructor Detail

WayPointType

public WayPointType()
Method Detail

getLocation

public JAXBElement<? extends AbstractLocationType> getLocation()
Gets the value of the location property.

Returns:
possible object is JAXBElement<AbstractPOIType> JAXBElement<AbstractLocationType> JAXBElement<AbstractPositionType> JAXBElement<AddressType> JAXBElement<PointOfInterestType> JAXBElement<PositionType>

setLocation

public void setLocation(JAXBElement<? extends AbstractLocationType> value)
Sets the value of the location property.

Parameters:
value - allowed object is JAXBElement<AbstractPOIType> JAXBElement<AbstractLocationType> JAXBElement<AbstractPositionType> JAXBElement<AddressType> JAXBElement<PointOfInterestType> JAXBElement<PositionType>

isSetLocation

public boolean isSetLocation()

getGeocodeMatchCode

public GeocodingQOSType getGeocodeMatchCode()
Gets the value of the geocodeMatchCode property.

Returns:
possible object is GeocodingQOSType

setGeocodeMatchCode

public void setGeocodeMatchCode(GeocodingQOSType value)
Sets the value of the geocodeMatchCode property.

Parameters:
value - allowed object is GeocodingQOSType

isSetGeocodeMatchCode

public boolean isSetGeocodeMatchCode()

isStop

public boolean isStop()
Gets the value of the stop property.

Returns:
possible object is Boolean

setStop

public void setStop(boolean value)
Sets the value of the stop property.

Parameters:
value - allowed object is Boolean

isSetStop

public boolean isSetStop()

unsetStop

public void unsetStop()

toString

public String toString()
Overrides:
toString in class AbstractWayPointType

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 AbstractWayPointType

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 AbstractWayPointType

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 AbstractWayPointType

equals

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

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 AbstractWayPointType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractWayPointType

clone

public Object clone()
Overrides:
clone in class AbstractWayPointType

copyTo

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

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 AbstractWayPointType

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 AbstractWayPointType

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 AbstractWayPointType

withLocation

public WayPointType withLocation(JAXBElement<? extends AbstractLocationType> value)

withGeocodeMatchCode

public WayPointType withGeocodeMatchCode(GeocodingQOSType value)

withStop

public WayPointType withStop(boolean value)


Copyright © 2008-2015. All Rights Reserved.