|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.arml.v_2_0.ARElementType
net.opengis.arml.v_2_0.AnchorType
net.opengis.arml.v_2_0.ARAnchorType
net.opengis.arml.v_2_0.RelativeToType
public class RelativeToType
Java class for RelativeToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeToType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}ARAnchorType">
<sequence>
<element name="ref">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
<choice>
<element ref="{http://www.opengis.net/gml/3.2}Point"/>
<element ref="{http://www.opengis.net/gml/3.2}LineString"/>
<element ref="{http://www.opengis.net/gml/3.2}Polygon"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RelativeToType.Ref
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class net.opengis.arml.v_2_0.ARAnchorType |
|---|
ARAnchorType.Assets |
| Field Summary | |
|---|---|
protected LineStringType |
lineString
|
protected PointType |
point
|
protected PolygonType |
polygon
|
protected RelativeToType.Ref |
ref
|
| Fields inherited from class net.opengis.arml.v_2_0.ARAnchorType |
|---|
assets |
| Fields inherited from class net.opengis.arml.v_2_0.AnchorType |
|---|
enabled |
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
RelativeToType()
|
|
| 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)
|
LineStringType |
getLineString()
Gets the value of the lineString property. |
PointType |
getPoint()
Gets the value of the point property. |
PolygonType |
getPolygon()
Gets the value of the polygon property. |
RelativeToType.Ref |
getRef()
Gets the value of the ref property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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 |
setLineString(LineStringType value)
Sets the value of the lineString property. |
void |
setPoint(PointType value)
Sets the value of the point property. |
void |
setPolygon(PolygonType value)
Sets the value of the polygon property. |
void |
setRef(RelativeToType.Ref value)
Sets the value of the ref property. |
String |
toString()
|
RelativeToType |
withAssets(ARAnchorType.Assets value)
|
RelativeToType |
withEnabled(Boolean value)
|
RelativeToType |
withId(String value)
|
RelativeToType |
withLineString(LineStringType value)
|
RelativeToType |
withPoint(PointType value)
|
RelativeToType |
withPolygon(PolygonType value)
|
RelativeToType |
withRef(RelativeToType.Ref value)
|
| Methods inherited from class net.opengis.arml.v_2_0.ARAnchorType |
|---|
getAssets, setAssets |
| Methods inherited from class net.opengis.arml.v_2_0.AnchorType |
|---|
isEnabled, setEnabled |
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected RelativeToType.Ref ref
protected PointType point
protected LineStringType lineString
protected PolygonType polygon
| Constructor Detail |
|---|
public RelativeToType()
| Method Detail |
|---|
public RelativeToType.Ref getRef()
RelativeToType.Refpublic void setRef(RelativeToType.Ref value)
value - allowed object is
RelativeToType.Refpublic PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic LineStringType getLineString()
LineStringTypepublic void setLineString(LineStringType value)
value - allowed object is
LineStringTypepublic PolygonType getPolygon()
PolygonTypepublic void setPolygon(PolygonType value)
value - allowed object is
PolygonTypepublic String toString()
toString in class ARAnchorType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class ARAnchorType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ARAnchorType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ARAnchorTypepublic boolean equals(Object object)
equals in class ARAnchorType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ARAnchorTypepublic int hashCode()
hashCode in class ARAnchorTypepublic Object clone()
clone in class ARAnchorTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ARAnchorType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ARAnchorTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ARAnchorType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ARAnchorTypepublic RelativeToType withRef(RelativeToType.Ref value)
public RelativeToType withPoint(PointType value)
public RelativeToType withLineString(LineStringType value)
public RelativeToType withPolygon(PolygonType value)
public RelativeToType withAssets(ARAnchorType.Assets value)
withAssets in class ARAnchorTypepublic RelativeToType withEnabled(Boolean value)
withEnabled in class ARAnchorTypepublic RelativeToType withId(String value)
withId in class ARAnchorType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||