net.opengis.gml.v_3_3.lrov
Class VectorOffsetDistanceExpressionType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.gml.v_3_3.lr.DistanceExpressionType
          extended by net.opengis.gml.v_3_3.lrov.VectorOffsetDistanceExpressionType
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 VectorOffsetDistanceExpressionType
extends DistanceExpressionType
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

Java class for VectorOffsetDistanceExpressionType complex type.

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

 <complexType name="VectorOffsetDistanceExpressionType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.3/lr}DistanceExpressionType">
       <sequence>
         <element name="vectorOffsetExpression" type="{http://www.opengis.net/gml/3.3/lrov}VectorOffsetExpressionType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  VectorOffsetExpressionType vectorOffsetExpression
           
 
Fields inherited from class net.opengis.gml.v_3_3.lr.DistanceExpressionType
distanceAlong, referent
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
 
Constructor Summary
VectorOffsetDistanceExpressionType()
           
 
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)
           
 VectorOffsetExpressionType getVectorOffsetExpression()
          Gets the value of the vectorOffsetExpression property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetVectorOffsetExpression()
           
 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 setVectorOffsetExpression(VectorOffsetExpressionType value)
          Sets the value of the vectorOffsetExpression property.
 String toString()
           
 VectorOffsetDistanceExpressionType withDistanceAlong(MeasureType value)
           
 VectorOffsetDistanceExpressionType withReferent(AlongReferentPropertyType value)
           
 VectorOffsetDistanceExpressionType withVectorOffsetExpression(VectorOffsetExpressionType value)
           
 
Methods inherited from class net.opengis.gml.v_3_3.lr.DistanceExpressionType
getDistanceAlong, getReferent, isSetDistanceAlong, isSetReferent, setDistanceAlong, setReferent
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName, withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

vectorOffsetExpression

protected VectorOffsetExpressionType vectorOffsetExpression
Constructor Detail

VectorOffsetDistanceExpressionType

public VectorOffsetDistanceExpressionType()
Method Detail

getVectorOffsetExpression

public VectorOffsetExpressionType getVectorOffsetExpression()
Gets the value of the vectorOffsetExpression property.

Returns:
possible object is VectorOffsetExpressionType

setVectorOffsetExpression

public void setVectorOffsetExpression(VectorOffsetExpressionType value)
Sets the value of the vectorOffsetExpression property.

Parameters:
value - allowed object is VectorOffsetExpressionType

isSetVectorOffsetExpression

public boolean isSetVectorOffsetExpression()

toString

public String toString()
Overrides:
toString in class DistanceExpressionType

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 DistanceExpressionType

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 DistanceExpressionType

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 DistanceExpressionType

equals

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

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 DistanceExpressionType

hashCode

public int hashCode()
Overrides:
hashCode in class DistanceExpressionType

clone

public Object clone()
Overrides:
clone in class DistanceExpressionType

copyTo

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

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 DistanceExpressionType

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
Overrides:
createNewInstance in class DistanceExpressionType

mergeFrom

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

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 DistanceExpressionType

withVectorOffsetExpression

public VectorOffsetDistanceExpressionType withVectorOffsetExpression(VectorOffsetExpressionType value)

withDistanceAlong

public VectorOffsetDistanceExpressionType withDistanceAlong(MeasureType value)
Overrides:
withDistanceAlong in class DistanceExpressionType

withReferent

public VectorOffsetDistanceExpressionType withReferent(AlongReferentPropertyType value)
Overrides:
withReferent in class DistanceExpressionType


Copyright © 2008-2016. All Rights Reserved.