Uses of Interface
net.opengis.fes20.ResourceIdType
-
Packages that use ResourceIdType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ResourceIdType in net.opengis.fes20
Methods in net.opengis.fes20 that return ResourceIdType Modifier and Type Method Description ResourceIdType
Fes20Factory. createResourceIdType()
Returns a new object of class 'Resource Id Type'.ResourceIdType
DocumentRoot. getResourceId()
Returns the value of the 'Resource Id' containment reference.Methods in net.opengis.fes20 with parameters of type ResourceIdType Modifier and Type Method Description void
DocumentRoot. setResourceId(ResourceIdType value)
Sets the value of the 'Resource Id
' containment reference. -
Uses of ResourceIdType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ResourceIdType Modifier and Type Class Description class
ResourceIdTypeImpl
An implementation of the model object 'Resource Id Type'.Methods in net.opengis.fes20.impl that return ResourceIdType Modifier and Type Method Description ResourceIdType
Fes20FactoryImpl. createResourceIdType()
ResourceIdType
DocumentRootImpl. getResourceId()
Methods in net.opengis.fes20.impl with parameters of type ResourceIdType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetResourceId(ResourceIdType newResourceId, NotificationChain msgs)
void
DocumentRootImpl. setResourceId(ResourceIdType newResourceId)
-
Uses of ResourceIdType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ResourceIdType Modifier and Type Method Description T
Fes20Switch. caseResourceIdType(ResourceIdType object)
Returns the result of interpreting the object as an instance of 'Resource Id Type'.boolean
Fes20Validator. validateResourceIdType(ResourceIdType resourceIdType, DiagnosticChain diagnostics, Map<Object,Object> context)
-