Uses of Interface
net.opengis.ows10.CodeType
-
Packages that use CodeType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of CodeType in net.opengis.ows10
Methods in net.opengis.ows10 that return CodeType Modifier and Type Method Description CodeType
Ows10Factory. createCodeType()
Returns a new object of class 'Code Type'.CodeType
DocumentRoot. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
IdentificationType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
DocumentRoot. getRole()
Returns the value of the 'Role' containment reference.CodeType
ResponsiblePartySubsetType. getRole()
Returns the value of the 'Role' containment reference.CodeType
ResponsiblePartyType. getRole()
Returns the value of the 'Role' containment reference.CodeType
ServiceIdentificationType. getServiceType()
Returns the value of the 'Service Type' containment reference.CodeType
KeywordsType. getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.ows10 with parameters of type CodeType Modifier and Type Method Description void
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
DocumentRoot. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ResponsiblePartySubsetType. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ResponsiblePartyType. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ServiceIdentificationType. setServiceType(CodeType value)
Sets the value of the 'Service Type
' containment reference.void
KeywordsType. setType(CodeType value)
Sets the value of the 'Type
' containment reference. -
Uses of CodeType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement CodeType Modifier and Type Class Description class
CodeTypeImpl
An implementation of the model object 'Code Type'.Fields in net.opengis.ows10.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
Ows10FactoryImpl. createCodeType()
CodeType
DocumentRootImpl. getIdentifier()
CodeType
IdentificationTypeImpl. getIdentifier()
CodeType
DocumentRootImpl. getRole()
CodeType
ResponsiblePartySubsetTypeImpl. getRole()
CodeType
ResponsiblePartyTypeImpl. getRole()
CodeType
ServiceIdentificationTypeImpl. getServiceType()
CodeType
KeywordsTypeImpl. getType()
Methods in net.opengis.ows10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
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
DocumentRootImpl. setRole(CodeType newRole)
void
ResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)
void
ResponsiblePartyTypeImpl. setRole(CodeType newRole)
void
ServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)
void
KeywordsTypeImpl. setType(CodeType newType)
-
Uses of CodeType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type CodeType Modifier and Type Method Description boolean
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 CodeType Modifier and Type Method Description boolean
ServiceIdentificationTypeValidator. validateServiceType(EList<CodeType> value)
boolean
KeywordsTypeValidator. validateType(EList<CodeType> value)
-