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.csw20Methods in net.opengis.cat.csw20 that return SchemaComponentType Modifier and Type Method Description SchemaComponentTypeCsw20Factory. 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.implClasses in net.opengis.cat.csw20.impl that implement SchemaComponentType Modifier and Type Class Description classSchemaComponentTypeImplAn 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. schemaComponentThe cached value of the 'Schema Component' containment reference list.Methods in net.opengis.cat.csw20.impl that return SchemaComponentType Modifier and Type Method Description SchemaComponentTypeCsw20FactoryImpl. 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()
 
-