Uses of Interface
net.opengis.cat.csw20.AbstractRecordType
-
Packages that use AbstractRecordType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of AbstractRecordType in net.opengis.cat.csw20
Subinterfaces of AbstractRecordType in net.opengis.cat.csw20 Modifier and Type Interface Description interface
BriefRecordType
A representation of the model object 'Brief Record Type'.interface
DCMIRecordType
A representation of the model object 'DCMI Record Type'.interface
RecordType
A representation of the model object 'Record Type'.interface
SummaryRecordType
A representation of the model object 'Summary Record Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type AbstractRecordType Modifier and Type Method Description EList<AbstractRecordType>
GetRecordByIdResponseType. getAbstractRecord()
Returns the value of the 'Abstract Record' containment reference list.EList<AbstractRecordType>
SearchResultsType. getAbstractRecord()
Returns the value of the 'Abstract Record' containment reference list. -
Uses of AbstractRecordType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement AbstractRecordType Modifier and Type Class Description class
AbstractRecordTypeImpl
An implementation of the model object 'Abstract Record Type'.class
BriefRecordTypeImpl
An implementation of the model object 'Brief Record Type'.class
DCMIRecordTypeImpl
An implementation of the model object 'DCMI Record Type'.class
RecordTypeImpl
An implementation of the model object 'Record Type'.class
SummaryRecordTypeImpl
An implementation of the model object 'Summary Record Type'.Methods in net.opengis.cat.csw20.impl that return types with arguments of type AbstractRecordType Modifier and Type Method Description EList<AbstractRecordType>
GetRecordByIdResponseTypeImpl. getAbstractRecord()
EList<AbstractRecordType>
SearchResultsTypeImpl. getAbstractRecord()
-