Class TLcdNVG15Schema
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg15.model.TLcdNVG15Schema
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A list of SimpleFields.
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theschemaIdattribute.static final TLcdDataPropertyData property that maps to theSimpleFieldelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theschemaIdattribute.Returns the value of the property that maps to theSimpleFieldelement.voidsetSchemaId(String aValue) Sets the value of the property that maps to theschemaIdattribute.
-
Field Details
-
SCHEMA_ID_PROPERTY
Data property that maps to theschemaIdattribute. The possible values for this property are instances ofString. -
SIMPLE_FIELD_PROPERTY
Data property that maps to theSimpleFieldelement. The possible values for this property are instances ofList<TLcdNVG15SimpleField>.
-
-
Constructor Details
-
TLcdNVG15Schema
public TLcdNVG15Schema() -
TLcdNVG15Schema
-
-
Method Details
-
getSchemaId
Returns the value of the property that maps to theschemaIdattribute.- Returns:
- the value of the
SCHEMA_ID_PROPERTYproperty.
-
setSchemaId
Sets the value of the property that maps to theschemaIdattribute.- Parameters:
aValue- the value to set for theSCHEMA_ID_PROPERTYproperty.
-
getSimpleField
Returns the value of the property that maps to theSimpleFieldelement.- Returns:
- the value of the
SIMPLE_FIELD_PROPERTYproperty.
-