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 TypeMethodDescriptionvoidGetRecordByIdType.setElementSetName(ElementSetNameType value) Sets the value of the 'Element Set Name' containment reference.voidQueryType.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 TypeClassDescriptionclassAn implementation of the model object 'Element Set Name Type'.Fields in net.opengis.cat.csw20.impl declared as ElementSetNameTypeModifier and TypeFieldDescriptionprotected ElementSetNameTypeGetRecordByIdTypeImpl.elementSetNameThe cached value of the 'Element Set Name' containment reference.protected ElementSetNameTypeQueryTypeImpl.elementSetNameThe 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 TypeMethodDescriptionNotificationChainGetRecordByIdTypeImpl.basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs) NotificationChainQueryTypeImpl.basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs) voidGetRecordByIdTypeImpl.setElementSetName(ElementSetNameType newElementSetName) voidQueryTypeImpl.setElementSetName(ElementSetNameType newElementSetName)