Class TLcdISO19118ObjectReference<T extends ILcdDataObject>
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118ObjectReference<T>
- Type Parameters:
T-
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19118Property
- Since:
- 10.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the linked object.Gets the nil reason.Gets the uuidref.voidsetLinkedObject(T aValue) Sets the linked object.voidsetLinkInfo(Object aValue) voidsetNilReason(String aValue) Sets the nil reason.voidsetUuidref(boolean aValue) Sets the uuidref.
-
Constructor Details
-
TLcdISO19118ObjectReference
-
-
Method Details
-
getNilReason
Gets the nil reason.- Returns:
- the nil reason.
-
setNilReason
Sets the nil reason.- Parameters:
aValue- the nil reason to be set.
-
getUuidref
Gets the uuidref.- Returns:
- the uuidref.
-
setUuidref
public void setUuidref(boolean aValue) Sets the uuidref.- Parameters:
aValue- the uuidref to be set.
-
getLinkInfo
-
setLinkInfo
-
getLinkedObject
Gets the linked object.- Returns:
- the linked object.
-
setLinkedObject
Sets the linked object.- Parameters:
aValue- the linked object to be set.
-