|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_3.lr.LinearReferencingMethodType
net.opengis.gml.v_3_3.lro.LRMWithOffsetType
public class LRMWithOffsetType
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 |
|---|
protected String offsetUnits
protected LateralOffsetDirectionType positiveLateralOffsetDirection
protected VerticalOffsetDirectionType positiveVerticalOffsetDirection
| Constructor Detail |
|---|
public LRMWithOffsetType()
| Method Detail |
|---|
public String getOffsetUnits()
Stringpublic void setOffsetUnits(String value)
value - allowed object is
Stringpublic boolean isSetOffsetUnits()
public LateralOffsetDirectionType getPositiveLateralOffsetDirection()
LateralOffsetDirectionTypepublic void setPositiveLateralOffsetDirection(LateralOffsetDirectionType value)
value - allowed object is
LateralOffsetDirectionTypepublic boolean isSetPositiveLateralOffsetDirection()
public VerticalOffsetDirectionType getPositiveVerticalOffsetDirection()
VerticalOffsetDirectionTypepublic void setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)
value - allowed object is
VerticalOffsetDirectionTypepublic boolean isSetPositiveVerticalOffsetDirection()
public String toString()
toString in class LinearReferencingMethodType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class LinearReferencingMethodType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class LinearReferencingMethodType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class LinearReferencingMethodTypepublic boolean equals(Object object)
equals in class LinearReferencingMethodType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class LinearReferencingMethodTypepublic int hashCode()
hashCode in class LinearReferencingMethodTypepublic Object clone()
clone in class LinearReferencingMethodTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class LinearReferencingMethodType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class LinearReferencingMethodTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class LinearReferencingMethodType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class LinearReferencingMethodType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class LinearReferencingMethodTypepublic LRMWithOffsetType withOffsetUnits(String value)
public LRMWithOffsetType withPositiveLateralOffsetDirection(LateralOffsetDirectionType value)
public LRMWithOffsetType withPositiveVerticalOffsetDirection(VerticalOffsetDirectionType value)
public LRMWithOffsetType withLinearReferencingMethodName(LRMNameType value)
withLinearReferencingMethodName in class LinearReferencingMethodTypepublic LRMWithOffsetType withType(LRMTypeType value)
withType in class LinearReferencingMethodTypepublic LRMWithOffsetType withUnits(String value)
withUnits in class LinearReferencingMethodTypepublic LRMWithOffsetType withConstraint(String value)
withConstraint in class LinearReferencingMethodType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||