Uses of Interface
net.opengis.cat.csw20.ElementSetNameType
Packages that use ElementSetNameType
-
Uses of ElementSetNameType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return ElementSetNameTypeModifier and TypeMethodDescriptionCsw20Factory.createElementSetNameType()
Returns a new object of class 'Element Set Name Type'.GetRecordByIdType.getElementSetName()
Returns the value of the 'Element Set Name' containment reference.QueryType.getElementSetName()
Returns the value of the 'Element Set Name' containment reference.Methods in net.opengis.cat.csw20 with parameters of type ElementSetNameTypeModifier and TypeMethodDescriptionvoid
GetRecordByIdType.setElementSetName
(ElementSetNameType value) Sets the value of the 'Element Set Name
' containment reference.void
QueryType.setElementSetName
(ElementSetNameType value) Sets the value of the 'Element Set Name
' containment reference. -
Uses of ElementSetNameType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement ElementSetNameTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Element Set Name Type'.Fields in net.opengis.cat.csw20.impl declared as ElementSetNameTypeModifier and TypeFieldDescriptionprotected ElementSetNameType
GetRecordByIdTypeImpl.elementSetName
The cached value of the 'Element Set Name
' containment reference.protected ElementSetNameType
QueryTypeImpl.elementSetName
The cached value of the 'Element Set Name
' containment reference.Methods in net.opengis.cat.csw20.impl that return ElementSetNameTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createElementSetNameType()
GetRecordByIdTypeImpl.getElementSetName()
QueryTypeImpl.getElementSetName()
Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetNameTypeModifier and TypeMethodDescriptionNotificationChain
GetRecordByIdTypeImpl.basicSetElementSetName
(ElementSetNameType newElementSetName, NotificationChain msgs) NotificationChain
QueryTypeImpl.basicSetElementSetName
(ElementSetNameType newElementSetName, NotificationChain msgs) void
GetRecordByIdTypeImpl.setElementSetName
(ElementSetNameType newElementSetName) void
QueryTypeImpl.setElementSetName
(ElementSetNameType newElementSetName)