net.opengis.olsnav.v_1_3
Class LocusType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractWayPointType
      extended by net.opengis.olsnav.v_1_3.LocusType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class LocusType
extends AbstractWayPointType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for LocusType complex type.

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

 <complexType name="LocusType">
   <complexContent>
     <extension base="{http://www.opengis.net/xls}AbstractWayPointType">
       <sequence>
         <element name="Link" type="{http://www.opengis.net/ols/nav}AbstractIDType"/>
         <element name="PositionAlongLink" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.opengis.net/ols/nav}FractionType">
               <minInclusive value="0"/>
               <maxInclusive value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Side" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AbstractIDType link
           
protected  BigDecimal positionAlongLink
           
protected  Object side
           
 
Constructor Summary
LocusType()
           
 
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)
           
 AbstractIDType getLink()
          Gets the value of the link property.
 BigDecimal getPositionAlongLink()
          Gets the value of the positionAlongLink property.
 Object getSide()
          Gets the value of the side property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetLink()
           
 boolean isSetPositionAlongLink()
           
 boolean isSetSide()
           
 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 setLink(AbstractIDType value)
          Sets the value of the link property.
 void setPositionAlongLink(BigDecimal value)
          Sets the value of the positionAlongLink property.
 void setSide(Object value)
          Sets the value of the side property.
 String toString()
           
 LocusType withLink(AbstractIDType value)
           
 LocusType withPositionAlongLink(BigDecimal value)
           
 LocusType withSide(Object value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

link

protected AbstractIDType link

positionAlongLink

protected BigDecimal positionAlongLink

side

protected Object side
Constructor Detail

LocusType

public LocusType()
Method Detail

getLink

public AbstractIDType getLink()
Gets the value of the link property.

Returns:
possible object is AbstractIDType

setLink

public void setLink(AbstractIDType value)
Sets the value of the link property.

Parameters:
value - allowed object is AbstractIDType

isSetLink

public boolean isSetLink()

getPositionAlongLink

public BigDecimal getPositionAlongLink()
Gets the value of the positionAlongLink property.

Returns:
possible object is BigDecimal

setPositionAlongLink

public void setPositionAlongLink(BigDecimal value)
Sets the value of the positionAlongLink property.

Parameters:
value - allowed object is BigDecimal

isSetPositionAlongLink

public boolean isSetPositionAlongLink()

getSide

public Object getSide()
Gets the value of the side property.

Returns:
possible object is Object

setSide

public void setSide(Object value)
Sets the value of the side property.

Parameters:
value - allowed object is Object

isSetSide

public boolean isSetSide()

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractWayPointType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
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.CopyTo
Overrides:
copyTo in class AbstractWayPointType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractWayPointType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractWayPointType

withLink

public LocusType withLink(AbstractIDType value)

withPositionAlongLink

public LocusType withPositionAlongLink(BigDecimal value)

withSide

public LocusType withSide(Object value)


Copyright © 2008-2015. All Rights Reserved.