Package net.opengis.gml.v32
Interface Reference
- All Superinterfaces:
IXlinkReference<Serializable>
,OgcProperty<Serializable>
,Serializable
- All Known Implementing Classes:
ReferenceImpl
POJO class for XML type ReferenceType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getOwns()
Gets the owns propertyGets the remoteSchema propertyboolean
Checks if owns is setboolean
Checks if remoteSchema is setvoid
setOwns
(boolean owns) Sets the owns propertyvoid
setRemoteSchema
(String remoteSchema) Sets the remoteSchema propertyvoid
Unsets the owns propertyMethods inherited from interface org.vast.ogc.xlink.IXlinkReference
getArcRole, getHref, getMediaType, getRole, getTarget, getTargetInterface, getTargetUID, getTitle, setArcRole, setHref, setMediaType, setRole, setTargetInterface, setTargetUID, setTitle
Methods inherited from interface net.opengis.OgcProperty
copy, getName, getNilReason, getValue, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setValue
-
Method Details
-
getOwns
boolean getOwns()Gets the owns property -
isSetOwns
boolean isSetOwns()Checks if owns is set -
setOwns
void setOwns(boolean owns) Sets the owns property -
unSetOwns
void unSetOwns()Unsets the owns property -
getRemoteSchema
String getRemoteSchema()Gets the remoteSchema property -
isSetRemoteSchema
boolean isSetRemoteSchema()Checks if remoteSchema is set -
setRemoteSchema
Sets the remoteSchema property
-