Class TLcdNVG20SimpleDataSection
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20SimpleDataSection
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
SimpleDataSection is used to group related and/or repetitive user-defined information.
- Since:
- 2015.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thelabel
attribute.static final TLcdDataProperty
Data property that maps to theschemaRef
attribute.static final TLcdDataProperty
Data property that maps to theSimpleData
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the value of the property that maps to thelabel
attribute.Returns the value of the property that maps to theschemaRef
attribute.Returns the value of the property that maps to theSimpleData
element.void
Sets the value of the property that maps to thelabel
attribute.void
setSchemaRef
(String aValue) Sets the value of the property that maps to theschemaRef
attribute.
-
Field Details
-
LABEL_PROPERTY
Data property that maps to thelabel
attribute. The possible values for this property are instances ofString
. -
SCHEMA_REF_PROPERTY
Data property that maps to theschemaRef
attribute. The possible values for this property are instances ofString
. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleData
element. The possible values for this property are instances ofList<TLcdNVG20SimpleData>
.
-
-
Constructor Details
-
TLcdNVG20SimpleDataSection
public TLcdNVG20SimpleDataSection() -
TLcdNVG20SimpleDataSection
-
-
Method Details
-
getLabel
Returns the value of the property that maps to thelabel
attribute.- Returns:
- the value of the
LABEL_PROPERTY
property.
-
setLabel
Sets the value of the property that maps to thelabel
attribute.- Parameters:
aValue
- the value to set for theLABEL_PROPERTY
property.
-
getSchemaRef
Returns the value of the property that maps to theschemaRef
attribute.- Returns:
- the value of the
SCHEMA_REF_PROPERTY
property.
-
setSchemaRef
Sets the value of the property that maps to theschemaRef
attribute.- Parameters:
aValue
- the value to set for theSCHEMA_REF_PROPERTY
property.
-
getSimpleData
Returns the value of the property that maps to theSimpleData
element.- Returns:
- the value of the
SIMPLE_DATA_PROPERTY
property.
-