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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theschemaId
attribute.static final TLcdDataProperty
Data property that maps to theSimpleField
element. -
Constructor Summary
-
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
-
SCHEMA_ID_PROPERTY
Data property that maps to theschemaId
attribute. The possible values for this property are instances ofString
. -
SIMPLE_FIELD_PROPERTY
Data property that maps to theSimpleField
element. The possible values for this property are instances ofList<TLcdNVG20SimpleField>
.
-
-
Constructor Details
-
TLcdNVG20Schema
public TLcdNVG20Schema() -
TLcdNVG20Schema
-
-
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.
-