|
||||||||||
| 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.ReferentType
public class ReferentType
Java class for ReferentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferentType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractGMLType">
<sequence>
<element name="name" type="{http://www.opengis.net/gml/3.2}CodeType"/>
<element name="type" type="{http://www.opengis.net/gml/3.3/lr}ReferentTypeType"/>
<element name="position" type="{http://www.opengis.net/gml/3.2}PointPropertyType" minOccurs="0"/>
<element name="location" type="{http://www.opengis.net/gml/3.3/lr}PositionExpressionPropertyType" minOccurs="0"/>
<element name="ownedBy" type="{http://www.opengis.net/gml/3.2}FeaturePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PositionExpressionPropertyType |
location
|
protected FeaturePropertyType |
ownedBy
|
protected PointPropertyType |
position
|
protected CodeType |
referentName
|
protected ReferentTypeType |
type
|
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
ReferentType()
|
|
| 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)
|
PositionExpressionPropertyType |
getLocation()
Gets the value of the location property. |
FeaturePropertyType |
getOwnedBy()
Gets the value of the ownedBy property. |
PointPropertyType |
getPosition()
Gets the value of the position property. |
CodeType |
getReferentName()
Gets the value of the referentName property. |
ReferentTypeType |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetLocation()
|
boolean |
isSetOwnedBy()
|
boolean |
isSetPosition()
|
boolean |
isSetReferentName()
|
boolean |
isSetType()
|
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 |
setLocation(PositionExpressionPropertyType value)
Sets the value of the location property. |
void |
setOwnedBy(FeaturePropertyType value)
Sets the value of the ownedBy property. |
void |
setPosition(PointPropertyType value)
Sets the value of the position property. |
void |
setReferentName(CodeType value)
Sets the value of the referentName property. |
void |
setType(ReferentTypeType value)
Sets the value of the type property. |
String |
toString()
|
ReferentType |
withLocation(PositionExpressionPropertyType value)
|
ReferentType |
withOwnedBy(FeaturePropertyType value)
|
ReferentType |
withPosition(PointPropertyType value)
|
ReferentType |
withReferentName(CodeType value)
|
ReferentType |
withType(ReferentTypeType value)
|
| 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 CodeType referentName
protected ReferentTypeType type
protected PointPropertyType position
protected PositionExpressionPropertyType location
protected FeaturePropertyType ownedBy
| Constructor Detail |
|---|
public ReferentType()
| Method Detail |
|---|
public CodeType getReferentName()
CodeTypepublic void setReferentName(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetReferentName()
public ReferentTypeType getType()
ReferentTypeTypepublic void setType(ReferentTypeType value)
value - allowed object is
ReferentTypeTypepublic boolean isSetType()
public PointPropertyType getPosition()
PointPropertyTypepublic void setPosition(PointPropertyType value)
value - allowed object is
PointPropertyTypepublic boolean isSetPosition()
public PositionExpressionPropertyType getLocation()
PositionExpressionPropertyTypepublic void setLocation(PositionExpressionPropertyType value)
value - allowed object is
PositionExpressionPropertyTypepublic boolean isSetLocation()
public FeaturePropertyType getOwnedBy()
FeaturePropertyTypepublic void setOwnedBy(FeaturePropertyType value)
value - allowed object is
FeaturePropertyTypepublic boolean isSetOwnedBy()
public String toString()
toString in class AbstractGMLType
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 AbstractGMLType
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 AbstractGMLType
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 AbstractGMLTypepublic boolean equals(Object object)
equals in class AbstractGMLType
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 AbstractGMLTypepublic int hashCode()
hashCode in class AbstractGMLTypepublic Object clone()
clone in class AbstractGMLTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGMLType
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 AbstractGMLTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGMLType
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 AbstractGMLTypepublic ReferentType withReferentName(CodeType value)
public ReferentType withType(ReferentTypeType value)
public ReferentType withPosition(PointPropertyType value)
public ReferentType withLocation(PositionExpressionPropertyType value)
public ReferentType withOwnedBy(FeaturePropertyType value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||