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 ElementSetNameType
Csw20Factory. createElementSetNameType()
Returns a new object of class 'Element Set Name Type'.ElementSetNameType
GetRecordByIdType. getElementSetName()
Returns the value of the 'Element Set Name' containment reference.ElementSetNameType
QueryType. 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 void
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 ElementSetNameType Modifier and Type Class Description class
ElementSetNameTypeImpl
An 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 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 ElementSetNameType Modifier and Type Method Description ElementSetNameType
Csw20FactoryImpl. createElementSetNameType()
ElementSetNameType
GetRecordByIdTypeImpl. getElementSetName()
ElementSetNameType
QueryTypeImpl. getElementSetName()
Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetNameType Modifier and Type Method Description NotificationChain
GetRecordByIdTypeImpl. basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs)
NotificationChain
QueryTypeImpl. basicSetElementSetName(ElementSetNameType newElementSetName, NotificationChain msgs)
void
GetRecordByIdTypeImpl. setElementSetName(ElementSetNameType newElementSetName)
void
QueryTypeImpl. setElementSetName(ElementSetNameType newElementSetName)
-