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, valueFields inherited from class org.vast.ogc.xlink.SimpleLink
arcRole, href, role, title - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetOwns()Gets the owns propertyGets the remoteSchema propertybooleanChecks if owns is setbooleanChecks if remoteSchema is setvoidsetMediaType(String mediaType) voidsetOwns(boolean owns) Sets the owns propertyvoidsetRemoteSchema(String remoteSchema) Sets the remoteSchema propertyvoidUnsets the owns propertyMethods inherited from class net.opengis.OgcPropertyImpl
copy, copyTo, getArcRole, getName, getNilReason, getTarget, getTargetUID, getValue, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setTargetUID, setValueMethods inherited from class org.vast.ogc.xlink.SimpleLink
getHref, getRole, getTargetInterface, getTitle, setArcRole, setHref, setRole, setTargetInterface, setTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.vast.ogc.xlink.IXlinkReference
getArcRole, getHref, getRole, getTarget, getTargetInterface, getTargetUID, getTitle, setArcRole, setHref, setRole, setTargetInterface, setTargetUID, setTitleMethods 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:
 getRemoteSchemain interfaceReference
 - 
isSetRemoteSchema
public boolean isSetRemoteSchema()Checks if remoteSchema is set- Specified by:
 isSetRemoteSchemain interfaceReference
 - 
setRemoteSchema
Sets the remoteSchema property- Specified by:
 setRemoteSchemain interfaceReference
 - 
getMediaType
- Specified by:
 getMediaTypein interfaceIXlinkReference<Serializable>- Overrides:
 getMediaTypein classSimpleLink<Serializable>
 - 
setMediaType
- Specified by:
 setMediaTypein interfaceIXlinkReference<Serializable>- Overrides:
 setMediaTypein classSimpleLink<Serializable>
 
 -