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 TypeMethodDescriptionbooleangetOwns()Gets the owns propertyGets the remoteSchema propertybooleanChecks if owns is setbooleanChecks if remoteSchema is setvoidsetOwns(boolean owns) Sets the owns propertyvoidsetRemoteSchema(String remoteSchema) Sets the remoteSchema propertyvoidUnsets 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, setTitleMethods 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
-