Package net.opengis.gml.v32.impl
Class ReferenceImpl
- All Implemented Interfaces:
Serializable
,Reference
,OgcProperty<Serializable>
,IXlinkReference<Serializable>
POJO class for XML type ReferenceType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.OgcPropertyImpl
hrefResolver, name, nilReason, value
Fields inherited from class org.vast.ogc.xlink.SimpleLink
arcRole, href, role, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getOwns()
Gets the owns propertyGets the remoteSchema propertyboolean
Checks if owns is setboolean
Checks if remoteSchema is setvoid
setMediaType
(String mediaType) void
setOwns
(boolean owns) Sets the owns propertyvoid
setRemoteSchema
(String remoteSchema) Sets the remoteSchema propertyvoid
Unsets the owns propertyMethods inherited from class net.opengis.OgcPropertyImpl
copy, copyTo, getArcRole, getName, getNilReason, getTarget, getTargetUID, getValue, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setTargetUID, setValue
Methods inherited from class org.vast.ogc.xlink.SimpleLink
getHref, getRole, getTargetInterface, getTitle, setArcRole, setHref, setRole, setTargetInterface, setTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.vast.ogc.xlink.IXlinkReference
getArcRole, getHref, getRole, getTarget, getTargetInterface, getTargetUID, getTitle, setArcRole, setHref, setRole, setTargetInterface, setTargetUID, setTitle
Methods inherited from interface net.opengis.OgcProperty
copy, getName, getNilReason, getValue, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setValue
-
Field Details
-
owns
-
remoteSchema
-
-
Constructor Details
-
ReferenceImpl
public ReferenceImpl() -
ReferenceImpl
-
-
Method Details
-
getOwns
public boolean getOwns()Gets the owns property -
isSetOwns
public boolean isSetOwns()Checks if owns is set -
setOwns
public void setOwns(boolean owns) Sets the owns property -
unSetOwns
public void unSetOwns()Unsets the owns property -
getRemoteSchema
Gets the remoteSchema property- Specified by:
getRemoteSchema
in interfaceReference
-
isSetRemoteSchema
public boolean isSetRemoteSchema()Checks if remoteSchema is set- Specified by:
isSetRemoteSchema
in interfaceReference
-
setRemoteSchema
Sets the remoteSchema property- Specified by:
setRemoteSchema
in interfaceReference
-
getMediaType
- Specified by:
getMediaType
in interfaceIXlinkReference<Serializable>
- Overrides:
getMediaType
in classSimpleLink<Serializable>
-
setMediaType
- Specified by:
setMediaType
in interfaceIXlinkReference<Serializable>
- Overrides:
setMediaType
in classSimpleLink<Serializable>
-