Uses of Interface
net.opengis.cat.csw20.SchemaComponentType
-
Packages that use SchemaComponentType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of SchemaComponentType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SchemaComponentType Modifier and Type Method Description SchemaComponentType
Csw20Factory. createSchemaComponentType()
Returns a new object of class 'Schema Component Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type SchemaComponentType Modifier and Type Method Description EList<SchemaComponentType>
DescribeRecordResponseType. getSchemaComponent()
Returns the value of the 'Schema Component' containment reference list. -
Uses of SchemaComponentType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement SchemaComponentType Modifier and Type Class Description class
SchemaComponentTypeImpl
An implementation of the model object 'Schema Component Type'.Fields in net.opengis.cat.csw20.impl with type parameters of type SchemaComponentType Modifier and Type Field Description protected EList<SchemaComponentType>
DescribeRecordResponseTypeImpl. schemaComponent
The cached value of the 'Schema Component
' containment reference list.Methods in net.opengis.cat.csw20.impl that return SchemaComponentType Modifier and Type Method Description SchemaComponentType
Csw20FactoryImpl. createSchemaComponentType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type SchemaComponentType Modifier and Type Method Description EList<SchemaComponentType>
DescribeRecordResponseTypeImpl. getSchemaComponent()
-