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.ows10Methods in net.opengis.ows10 that return CodeType Modifier and Type Method Description CodeTypeOws10Factory. createCodeType()Returns a new object of class 'Code Type'.CodeTypeDocumentRoot. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeIdentificationType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDocumentRoot. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartySubsetType. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartyType. getRole()Returns the value of the 'Role' containment reference.CodeTypeServiceIdentificationType. getServiceType()Returns the value of the 'Service Type' containment reference.CodeTypeKeywordsType. getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.ows10 with parameters of type CodeType Modifier and Type Method Description voidDocumentRoot. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidIdentificationType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDocumentRoot. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartySubsetType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartyType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidServiceIdentificationType. setServiceType(CodeType value)Sets the value of the 'Service Type' containment reference.voidKeywordsType. setType(CodeType value)Sets the value of the 'Type' containment reference.
- 
Uses of CodeType in net.opengis.ows10.implClasses in net.opengis.ows10.impl that implement CodeType Modifier and Type Class Description classCodeTypeImplAn implementation of the model object 'Code Type'.Fields in net.opengis.ows10.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeTypeOws10FactoryImpl. createCodeType()CodeTypeDocumentRootImpl. getIdentifier()CodeTypeIdentificationTypeImpl. getIdentifier()CodeTypeDocumentRootImpl. getRole()CodeTypeResponsiblePartySubsetTypeImpl. getRole()CodeTypeResponsiblePartyTypeImpl. getRole()CodeTypeServiceIdentificationTypeImpl. getServiceType()CodeTypeKeywordsTypeImpl. getType()Methods in net.opengis.ows10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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)voidDocumentRootImpl. setRole(CodeType newRole)voidResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)voidResponsiblePartyTypeImpl. setRole(CodeType newRole)voidServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)voidKeywordsTypeImpl. setType(CodeType newType)
- 
Uses of CodeType in net.opengis.ows10.validationMethods in net.opengis.ows10.validation with parameters of type CodeType Modifier and Type Method Description booleanDocumentRootValidator. 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 CodeType Modifier and Type Method Description booleanServiceIdentificationTypeValidator. validateServiceType(EList<CodeType> value)booleanKeywordsTypeValidator. validateType(EList<CodeType> value)
 
-