Uses of Interface
net.opengis.ows10.CodeType
Packages that use CodeType
-
Uses of CodeType in net.opengis.ows10
Methods in net.opengis.ows10 that return CodeTypeModifier and TypeMethodDescriptionOws10Factory.createCodeType()
Returns a new object of class 'Code Type'.DocumentRoot.getIdentifier()
Returns the value of the 'Identifier' containment reference.IdentificationType.getIdentifier()
Returns the value of the 'Identifier' containment reference.DocumentRoot.getRole()
Returns the value of the 'Role' containment reference.ResponsiblePartySubsetType.getRole()
Returns the value of the 'Role' containment reference.ResponsiblePartyType.getRole()
Returns the value of the 'Role' containment reference.ServiceIdentificationType.getServiceType()
Returns the value of the 'Service Type' containment reference.KeywordsType.getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.ows10 with parameters of type CodeTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
IdentificationType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
Sets the value of the 'Role
' containment reference.void
Sets the value of the 'Role
' containment reference.void
Sets the value of the 'Role
' containment reference.void
ServiceIdentificationType.setServiceType
(CodeType value) Sets the value of the 'Service Type
' containment reference.void
Sets the value of the 'Type
' containment reference. -
Uses of CodeType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement CodeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Code Type'.Fields in net.opengis.ows10.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
IdentificationTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ResponsiblePartySubsetTypeImpl.role
The cached value of the 'Role
' containment reference.protected CodeType
ResponsiblePartyTypeImpl.role
The cached value of the 'Role
' containment reference.protected CodeType
ServiceIdentificationTypeImpl.serviceType
The cached value of the 'Service Type
' containment reference.protected CodeType
KeywordsTypeImpl.type
The cached value of the 'Type
' containment reference.Methods in net.opengis.ows10.impl that return CodeTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createCodeType()
DocumentRootImpl.getIdentifier()
IdentificationTypeImpl.getIdentifier()
DocumentRootImpl.getRole()
ResponsiblePartySubsetTypeImpl.getRole()
ResponsiblePartyTypeImpl.getRole()
ServiceIdentificationTypeImpl.getServiceType()
KeywordsTypeImpl.getType()
Methods in net.opengis.ows10.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
IdentificationTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ResponsiblePartySubsetTypeImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ResponsiblePartyTypeImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ServiceIdentificationTypeImpl.basicSetServiceType
(CodeType newServiceType, NotificationChain msgs) NotificationChain
KeywordsTypeImpl.basicSetType
(CodeType newType, NotificationChain msgs) void
DocumentRootImpl.setIdentifier
(CodeType newIdentifier) void
IdentificationTypeImpl.setIdentifier
(CodeType newIdentifier) void
void
void
void
ServiceIdentificationTypeImpl.setServiceType
(CodeType newServiceType) void
-
Uses of CodeType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateIdentifier
(CodeType value) boolean
IdentificationTypeValidator.validateIdentifier
(CodeType value) boolean
DocumentRootValidator.validateRole
(CodeType value) boolean
ResponsiblePartySubsetTypeValidator.validateRole
(CodeType value) boolean
ResponsiblePartyTypeValidator.validateRole
(CodeType value) boolean
ServiceIdentificationTypeValidator.validateServiceType
(CodeType value) boolean
KeywordsTypeValidator.validateType
(CodeType value) Method parameters in net.opengis.ows10.validation with type arguments of type CodeTypeModifier and TypeMethodDescriptionboolean
ServiceIdentificationTypeValidator.validateServiceType
(EList<CodeType> value) boolean
KeywordsTypeValidator.validateType
(EList<CodeType> value)