Uses of Interface
net.opengis.ows11.LanguageStringType
-
Packages that use LanguageStringType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.validation -
-
Uses of LanguageStringType in net.opengis.ows11
Methods in net.opengis.ows11 that return LanguageStringType Modifier and Type Method Description LanguageStringType
Ows11Factory. createLanguageStringType()
Returns a new object of class 'Language String Type'.LanguageStringType
DocumentRoot. getAbstract()
Returns the value of the 'Abstract' containment reference.LanguageStringType
DocumentRoot. getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.ows11 with parameters of type LanguageStringType Modifier and Type Method Description void
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 LanguageStringType Modifier and Type Class Description class
LanguageStringTypeImpl
An implementation of the model object 'Language String Type'.Methods in net.opengis.ows11.impl that return LanguageStringType Modifier and Type Method Description LanguageStringType
Ows11FactoryImpl. createLanguageStringType()
LanguageStringType
DocumentRootImpl. getAbstract()
LanguageStringType
DocumentRootImpl. getTitle()
Methods in net.opengis.ows11.impl with parameters of type LanguageStringType Modifier and Type Method Description NotificationChain
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 LanguageStringType Modifier and Type Method Description Object
Ows11Switch. 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 LanguageStringType Modifier and Type Method Description boolean
DocumentRootValidator. validateAbstract(LanguageStringType value)
boolean
DocumentRootValidator. validateTitle(LanguageStringType value)
-
Uses of LanguageStringType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguageStringType Modifier and Type Method Description LanguageStringType
DescriptionType. getAbstract()
Returns the value of the 'Abstract' containment reference.LanguageStringType
DocumentOutputDefinitionType. getAbstract()
Returns the value of the 'Abstract' containment reference.LanguageStringType
InputType. getAbstract()
Returns the value of the 'Abstract' containment reference.LanguageStringType
DescriptionType. getTitle()
Returns the value of the 'Title' containment reference.LanguageStringType
DocumentOutputDefinitionType. getTitle()
Returns the value of the 'Title' containment reference.LanguageStringType
InputType. getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.wps10 with parameters of type LanguageStringType Modifier and Type Method Description void
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 LanguageStringType Modifier and Type Field Description protected 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 LanguageStringType Modifier and Type Method Description LanguageStringType
DescriptionTypeImpl. getAbstract()
LanguageStringType
DocumentOutputDefinitionTypeImpl. getAbstract()
LanguageStringType
InputTypeImpl. getAbstract()
LanguageStringType
DescriptionTypeImpl. getTitle()
LanguageStringType
DocumentOutputDefinitionTypeImpl. getTitle()
LanguageStringType
InputTypeImpl. getTitle()
Methods in net.opengis.wps10.impl with parameters of type LanguageStringType Modifier and Type Method Description NotificationChain
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 LanguageStringType Modifier and Type Method Description boolean
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)
-