Uses of Interface
net.opengis.ows11.LanguageStringType
Packages that use LanguageStringType
Package
Description
-
Uses of LanguageStringType in net.opengis.ows11
Methods in net.opengis.ows11 that return LanguageStringTypeModifier and TypeMethodDescriptionOws11Factory.createLanguageStringType()
Returns a new object of class 'Language String Type'.DocumentRoot.getAbstract()
Returns the value of the 'Abstract' containment reference.DocumentRoot.getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.ows11 with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAbstract
(LanguageStringType value) Sets the value of the 'Abstract
' containment reference.void
DocumentRoot.setTitle
(LanguageStringType value) Sets the value of the 'Title
' containment reference. -
Uses of LanguageStringType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement LanguageStringTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Language String Type'.Methods in net.opengis.ows11.impl that return LanguageStringTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createLanguageStringType()
DocumentRootImpl.getAbstract()
DocumentRootImpl.getTitle()
Methods in net.opengis.ows11.impl with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstract
(LanguageStringType newAbstract, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTitle
(LanguageStringType newTitle, NotificationChain msgs) void
DocumentRootImpl.setAbstract
(LanguageStringType newAbstract) void
DocumentRootImpl.setTitle
(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionOws11Switch.caseLanguageStringType
(LanguageStringType object) Returns the result of interpreting the object as an instance of 'Language String Type'.boolean
Ows11Validator.validateLanguageStringType
(LanguageStringType languageStringType, DiagnosticChain diagnostics, Map context) -
Uses of LanguageStringType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstract
(LanguageStringType value) boolean
DocumentRootValidator.validateTitle
(LanguageStringType value) -
Uses of LanguageStringType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguageStringTypeModifier and TypeMethodDescriptionDescriptionType.getAbstract()
Returns the value of the 'Abstract' containment reference.DocumentOutputDefinitionType.getAbstract()
Returns the value of the 'Abstract' containment reference.InputType.getAbstract()
Returns the value of the 'Abstract' containment reference.DescriptionType.getTitle()
Returns the value of the 'Title' containment reference.DocumentOutputDefinitionType.getTitle()
Returns the value of the 'Title' containment reference.InputType.getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.wps10 with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionvoid
DescriptionType.setAbstract
(LanguageStringType value) Sets the value of the 'Abstract
' containment reference.void
DocumentOutputDefinitionType.setAbstract
(LanguageStringType value) Sets the value of the 'Abstract
' containment reference.void
InputType.setAbstract
(LanguageStringType value) Sets the value of the 'Abstract
' containment reference.void
DescriptionType.setTitle
(LanguageStringType value) Sets the value of the 'Title
' containment reference.void
DocumentOutputDefinitionType.setTitle
(LanguageStringType value) Sets the value of the 'Title
' containment reference.void
InputType.setTitle
(LanguageStringType value) Sets the value of the 'Title
' containment reference. -
Uses of LanguageStringType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as LanguageStringTypeModifier and TypeFieldDescriptionprotected LanguageStringType
DescriptionTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference.protected LanguageStringType
DocumentOutputDefinitionTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference.protected LanguageStringType
InputTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference.protected LanguageStringType
DescriptionTypeImpl.title
The cached value of the 'Title
' containment reference.protected LanguageStringType
DocumentOutputDefinitionTypeImpl.title
The cached value of the 'Title
' containment reference.protected LanguageStringType
InputTypeImpl.title
The cached value of the 'Title
' containment reference.Methods in net.opengis.wps10.impl that return LanguageStringTypeModifier and TypeMethodDescriptionDescriptionTypeImpl.getAbstract()
DocumentOutputDefinitionTypeImpl.getAbstract()
InputTypeImpl.getAbstract()
DescriptionTypeImpl.getTitle()
DocumentOutputDefinitionTypeImpl.getTitle()
InputTypeImpl.getTitle()
Methods in net.opengis.wps10.impl with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionNotificationChain
DescriptionTypeImpl.basicSetAbstract
(LanguageStringType newAbstract, NotificationChain msgs) NotificationChain
DocumentOutputDefinitionTypeImpl.basicSetAbstract
(LanguageStringType newAbstract, NotificationChain msgs) NotificationChain
InputTypeImpl.basicSetAbstract
(LanguageStringType newAbstract, NotificationChain msgs) NotificationChain
DescriptionTypeImpl.basicSetTitle
(LanguageStringType newTitle, NotificationChain msgs) NotificationChain
DocumentOutputDefinitionTypeImpl.basicSetTitle
(LanguageStringType newTitle, NotificationChain msgs) NotificationChain
InputTypeImpl.basicSetTitle
(LanguageStringType newTitle, NotificationChain msgs) void
DescriptionTypeImpl.setAbstract
(LanguageStringType newAbstract) void
DocumentOutputDefinitionTypeImpl.setAbstract
(LanguageStringType newAbstract) void
InputTypeImpl.setAbstract
(LanguageStringType newAbstract) void
DescriptionTypeImpl.setTitle
(LanguageStringType newTitle) void
DocumentOutputDefinitionTypeImpl.setTitle
(LanguageStringType newTitle) void
InputTypeImpl.setTitle
(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionboolean
DescriptionTypeValidator.validateAbstract
(LanguageStringType value) boolean
DocumentOutputDefinitionTypeValidator.validateAbstract
(LanguageStringType value) boolean
InputTypeValidator.validateAbstract
(LanguageStringType value) boolean
DescriptionTypeValidator.validateTitle
(LanguageStringType value) boolean
DocumentOutputDefinitionTypeValidator.validateTitle
(LanguageStringType value) boolean
InputTypeValidator.validateTitle
(LanguageStringType value)