Uses of Interface
net.opengis.cat.csw20.ElementSetNameType
-
Packages that use ElementSetNameType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of ElementSetNameType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return ElementSetNameType Modifier and Type Method Description ElementSetNameTypeCsw20Factory. createElementSetNameType()Returns a new object of class 'Element Set Name Type'.ElementSetNameTypeGetRecordByIdType. getElementSetName()Returns the value of the 'Element Set Name' containment reference.ElementSetNameTypeQueryType. getElementSetName()Returns the value of the 'Element Set Name' containment reference.Methods in net.opengis.cat.csw20 with parameters of type ElementSetNameType Modifier and Type Method Description voidGetRecordByIdType. 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 ElementSetNameType Modifier and Type Class Description classElementSetNameTypeImplAn implementation of the model object 'Element Set Name Type'.Fields in net.opengis.cat.csw20.impl declared as ElementSetNameType Modifier and Type Field Description protected 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 ElementSetNameType Modifier and Type Method Description ElementSetNameTypeCsw20FactoryImpl. createElementSetNameType()ElementSetNameTypeGetRecordByIdTypeImpl. getElementSetName()ElementSetNameTypeQueryTypeImpl. getElementSetName()Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetNameType Modifier and Type Method Description NotificationChainGetRecordByIdTypeImpl. basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs)NotificationChainQueryTypeImpl. basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs)voidGetRecordByIdTypeImpl. setElementSetName(ElementSetNameType newElementSetName)voidQueryTypeImpl. setElementSetName(ElementSetNameType newElementSetName)
-