Class TLcdNVG20Schema
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20Schema
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A list of SimpleFields.
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theschemaId
attribute.static final TLcdDataProperty
Data property that maps to theSimpleField
element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theschemaId
attribute.Returns the value of the property that maps to theSimpleField
element.void
setSchemaId
(String aValue) Sets the value of the property that maps to theschemaId
attribute.
-
Field Details
-
Constructor Details
-
Method Details
-
getSchemaId
Returns the value of the property that maps to theschemaId
attribute.- Returns:
- the value of the
SCHEMA_ID_PROPERTY
property.
-
setSchemaId
Sets the value of the property that maps to theschemaId
attribute.- Parameters:
aValue
- the value to set for theSCHEMA_ID_PROPERTY
property.
-
getSimpleField
Returns the value of the property that maps to theSimpleField
element.- Returns:
- the value of the
SIMPLE_FIELD_PROPERTY
property.
-