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 TypeMethodDescriptionvoidDocumentRoot.setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.voidIdentificationType.setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.voidSets the value of the 'Role' containment reference.voidSets the value of the 'Role' containment reference.voidSets the value of the 'Role' containment reference.voidServiceIdentificationType.setServiceType(CodeType value) Sets the value of the 'Service Type' containment reference.voidSets 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 TypeClassDescriptionclassAn implementation of the model object 'Code Type'.Fields in net.opengis.ows10.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeTypeIdentificationTypeImpl.identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeResponsiblePartySubsetTypeImpl.roleThe cached value of the 'Role' containment reference.protected CodeTypeResponsiblePartyTypeImpl.roleThe cached value of the 'Role' containment reference.protected CodeTypeServiceIdentificationTypeImpl.serviceTypeThe cached value of the 'Service Type' containment reference.protected CodeTypeKeywordsTypeImpl.typeThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs) NotificationChainIdentificationTypeImpl.basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetRole(CodeType newRole, NotificationChain msgs) NotificationChainResponsiblePartySubsetTypeImpl.basicSetRole(CodeType newRole, NotificationChain msgs) NotificationChainResponsiblePartyTypeImpl.basicSetRole(CodeType newRole, NotificationChain msgs) NotificationChainServiceIdentificationTypeImpl.basicSetServiceType(CodeType newServiceType, NotificationChain msgs) NotificationChainKeywordsTypeImpl.basicSetType(CodeType newType, NotificationChain msgs) voidDocumentRootImpl.setIdentifier(CodeType newIdentifier) voidIdentificationTypeImpl.setIdentifier(CodeType newIdentifier) voidvoidvoidvoidServiceIdentificationTypeImpl.setServiceType(CodeType newServiceType) void -
Uses of CodeType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateIdentifier(CodeType value) booleanIdentificationTypeValidator.validateIdentifier(CodeType value) booleanDocumentRootValidator.validateRole(CodeType value) booleanResponsiblePartySubsetTypeValidator.validateRole(CodeType value) booleanResponsiblePartyTypeValidator.validateRole(CodeType value) booleanServiceIdentificationTypeValidator.validateServiceType(CodeType value) booleanKeywordsTypeValidator.validateType(CodeType value) Method parameters in net.opengis.ows10.validation with type arguments of type CodeTypeModifier and TypeMethodDescriptionbooleanServiceIdentificationTypeValidator.validateServiceType(EList<CodeType> value) booleanKeywordsTypeValidator.validateType(EList<CodeType> value)