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, valueFields 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, setValueMethods inherited from class org.vast.ogc.xlink.SimpleLink
getHref, getMediaType, getRole, getTargetInterface, getTitle, setArcRole, setMediaType, 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, getMediaType, getRole, getTarget, getTargetInterface, getTargetUID, getTitle, setArcRole, setMediaType, setRole, setTargetInterface, setTargetUID, setTitleMethods 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:
 copyin interfaceOgcProperty<Unit>- Overrides:
 copyin classOgcPropertyImpl<Unit>
 - 
getCode
Gets the code property- Specified by:
 getCodein interfaceUnitReference
 - 
isSetCode
public boolean isSetCode()Checks if code is set- Specified by:
 isSetCodein interfaceUnitReference
 - 
setCode
Sets the code property- Specified by:
 setCodein interfaceUnitReference
 - 
setHref
- Specified by:
 setHrefin interfaceIXlinkReference<Unit>- Overrides:
 setHrefin classSimpleLink<Unit>
 - 
getValue
- Specified by:
 getValuein interfaceOgcProperty<Unit>- Overrides:
 getValuein classOgcPropertyImpl<Unit>
 
 -