net.opengis.gml.v_3_3.lro
Class LRMWithOffsetType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.gml.v_3_3.lr.LinearReferencingMethodType
          extended by net.opengis.gml.v_3_3.lro.LRMWithOffsetType
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 LRMWithOffsetType
extends LinearReferencingMethodType
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 LRMWithOffsetType complex type.

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

 <complexType name="LRMWithOffsetType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.3/lr}LinearReferencingMethodType">
       <sequence>
         <element name="offsetUnits" type="{http://www.opengis.net/gml/3.2}UomIdentifier"/>
         <element name="positiveLateralOffsetDirection" type="{http://www.opengis.net/gml/3.3/lro}LateralOffsetDirectionType" minOccurs="0"/>
         <element name="positiveVerticalOffsetDirection" type="{http://www.opengis.net/gml/3.3/lro}VerticalOffsetDirectionType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String offsetUnits
           
protected  LateralOffsetDirectionType positiveLateralOffsetDirection
           
protected  VerticalOffsetDirectionType positiveVerticalOffsetDirection
           
 
Fields inherited from class net.opengis.gml.v_3_3.lr.LinearReferencingMethodType
constraint, linearReferencingMethodName, type, units
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
 
Constructor Summary
LRMWithOffsetType()
           
 
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 getOffsetUnits()
          Gets the value of the offsetUnits property.
 LateralOffsetDirectionType getPositiveLateralOffsetDirection()
          Gets the value of the positiveLateralOffsetDirection property.
 VerticalOffsetDirectionType getPositiveVerticalOffsetDirection()
          Gets the value of the positiveVerticalOffsetDirection property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetOffsetUnits()
           
 boolean isSetPositiveLateralOffsetDirection()
           
 boolean isSetPositiveVerticalOffsetDirection()
           
 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 setOffsetUnits(String value)
          Sets the value of the offsetUnits property.
 void setPositiveLateralOffsetDirection(LateralOffsetDirectionType value)
          Sets the value of the positiveLateralOffsetDirection property.
 void setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)
          Sets the value of the positiveVerticalOffsetDirection property.
 String toString()
           
 LRMWithOffsetType withConstraint(String value)
           
 LRMWithOffsetType withLinearReferencingMethodName(LRMNameType value)
           
 LRMWithOffsetType withOffsetUnits(String value)
           
 LRMWithOffsetType withPositiveLateralOffsetDirection(LateralOffsetDirectionType value)
           
 LRMWithOffsetType withPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)
           
 LRMWithOffsetType withType(LRMTypeType value)
           
 LRMWithOffsetType withUnits(String value)
           
 
Methods inherited from class net.opengis.gml.v_3_3.lr.LinearReferencingMethodType
getConstraint, getLinearReferencingMethodName, getType, getUnits, isSetConstraint, isSetLinearReferencingMethodName, isSetType, isSetUnits, setConstraint, setLinearReferencingMethodName, setType, setUnits
 
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

offsetUnits

protected String offsetUnits

positiveLateralOffsetDirection

protected LateralOffsetDirectionType positiveLateralOffsetDirection

positiveVerticalOffsetDirection

protected VerticalOffsetDirectionType positiveVerticalOffsetDirection
Constructor Detail

LRMWithOffsetType

public LRMWithOffsetType()
Method Detail

getOffsetUnits

public String getOffsetUnits()
Gets the value of the offsetUnits property.

Returns:
possible object is String

setOffsetUnits

public void setOffsetUnits(String value)
Sets the value of the offsetUnits property.

Parameters:
value - allowed object is String

isSetOffsetUnits

public boolean isSetOffsetUnits()

getPositiveLateralOffsetDirection

public LateralOffsetDirectionType getPositiveLateralOffsetDirection()
Gets the value of the positiveLateralOffsetDirection property.

Returns:
possible object is LateralOffsetDirectionType

setPositiveLateralOffsetDirection

public void setPositiveLateralOffsetDirection(LateralOffsetDirectionType value)
Sets the value of the positiveLateralOffsetDirection property.

Parameters:
value - allowed object is LateralOffsetDirectionType

isSetPositiveLateralOffsetDirection

public boolean isSetPositiveLateralOffsetDirection()

getPositiveVerticalOffsetDirection

public VerticalOffsetDirectionType getPositiveVerticalOffsetDirection()
Gets the value of the positiveVerticalOffsetDirection property.

Returns:
possible object is VerticalOffsetDirectionType

setPositiveVerticalOffsetDirection

public void setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)
Sets the value of the positiveVerticalOffsetDirection property.

Parameters:
value - allowed object is VerticalOffsetDirectionType

isSetPositiveVerticalOffsetDirection

public boolean isSetPositiveVerticalOffsetDirection()

toString

public String toString()
Overrides:
toString in class LinearReferencingMethodType

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 LinearReferencingMethodType

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 LinearReferencingMethodType

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 LinearReferencingMethodType

equals

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

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 LinearReferencingMethodType

hashCode

public int hashCode()
Overrides:
hashCode in class LinearReferencingMethodType

clone

public Object clone()
Overrides:
clone in class LinearReferencingMethodType

copyTo

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

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 LinearReferencingMethodType

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 LinearReferencingMethodType

mergeFrom

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

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 LinearReferencingMethodType

withOffsetUnits

public LRMWithOffsetType withOffsetUnits(String value)

withPositiveLateralOffsetDirection

public LRMWithOffsetType withPositiveLateralOffsetDirection(LateralOffsetDirectionType value)

withPositiveVerticalOffsetDirection

public LRMWithOffsetType withPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)

withLinearReferencingMethodName

public LRMWithOffsetType withLinearReferencingMethodName(LRMNameType value)
Overrides:
withLinearReferencingMethodName in class LinearReferencingMethodType

withType

public LRMWithOffsetType withType(LRMTypeType value)
Overrides:
withType in class LinearReferencingMethodType

withUnits

public LRMWithOffsetType withUnits(String value)
Overrides:
withUnits in class LinearReferencingMethodType

withConstraint

public LRMWithOffsetType withConstraint(String value)
Overrides:
withConstraint in class LinearReferencingMethodType


Copyright © 2008-2016. All Rights Reserved.