Package org.vast.data
Class UnitReferenceImpl
- All Implemented Interfaces:
Serializable
,OgcProperty<Unit>
,UnitReference
,IXlinkReference<Unit>
POJO class for XML type UnitReference(@http://www.opengis.net/swe/2.0).
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
Methods inherited from class net.opengis.OgcPropertyImpl
copyTo, getArcRole, getName, getNilReason, getTarget, getTargetUID, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setTargetUID, setValue
Methods inherited from class org.vast.ogc.xlink.SimpleLink
getHref, getMediaType, getRole, getTargetInterface, getTitle, setArcRole, setMediaType, 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, getMediaType, getRole, getTarget, getTargetInterface, getTargetUID, getTitle, setArcRole, setMediaType, setRole, setTargetInterface, setTargetUID, setTitle
Methods inherited from interface net.opengis.OgcProperty
getName, getNilReason, hasHref, hasValue, resolveHref, setHrefResolver, setName, setNilReason, setValue
-
Field Details
-
code
-
-
Constructor Details
-
UnitReferenceImpl
public UnitReferenceImpl()
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceOgcProperty<Unit>
- Overrides:
copy
in classOgcPropertyImpl<Unit>
-
getCode
Gets the code property- Specified by:
getCode
in interfaceUnitReference
-
isSetCode
public boolean isSetCode()Checks if code is set- Specified by:
isSetCode
in interfaceUnitReference
-
setCode
Sets the code property- Specified by:
setCode
in interfaceUnitReference
-
setHref
- Specified by:
setHref
in interfaceIXlinkReference<Unit>
- Overrides:
setHref
in classSimpleLink<Unit>
-
getValue
- Specified by:
getValue
in interfaceOgcProperty<Unit>
- Overrides:
getValue
in classOgcPropertyImpl<Unit>
-