Uses of Interface
net.opengis.ows10.CodeType

Packages that use CodeType
net.opengis.ows10   
net.opengis.ows10.impl   
 

Uses of CodeType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return CodeType
 CodeType Ows10Factory.createCodeType()
          Returns a new object of class 'Code Type'.
 CodeType IdentificationType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType DocumentRoot.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType ResponsiblePartySubsetType.getRole()
          Returns the value of the 'Role' containment reference.
 CodeType DocumentRoot.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
 void IdentificationType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void DocumentRoot.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void ResponsiblePartySubsetType.setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 void DocumentRoot.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
 

Fields in net.opengis.ows10.impl declared as CodeType
protected  CodeType IdentificationTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType ResponsiblePartyTypeImpl.role
          The cached value of the 'Role' containment reference.
protected  CodeType ResponsiblePartySubsetTypeImpl.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
 CodeType Ows10FactoryImpl.createCodeType()
           
 CodeType IdentificationTypeImpl.getIdentifier()
           
 CodeType DocumentRootImpl.getIdentifier()
           
 CodeType ResponsiblePartyTypeImpl.getRole()
           
 CodeType ResponsiblePartySubsetTypeImpl.getRole()
           
 CodeType DocumentRootImpl.getRole()
           
 CodeType ServiceIdentificationTypeImpl.getServiceType()
           
 CodeType KeywordsTypeImpl.getType()
           
 

Methods in net.opengis.ows10.impl with parameters of type CodeType
 org.eclipse.emf.common.notify.NotificationChain IdentificationTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartyTypeImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartySubsetTypeImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ServiceIdentificationTypeImpl.basicSetServiceType(CodeType newServiceType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain KeywordsTypeImpl.basicSetType(CodeType newType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IdentificationTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void DocumentRootImpl.setIdentifier(CodeType newIdentifier)
           
 void ResponsiblePartyTypeImpl.setRole(CodeType newRole)
           
 void ResponsiblePartySubsetTypeImpl.setRole(CodeType newRole)
           
 void DocumentRootImpl.setRole(CodeType newRole)
           
 void ServiceIdentificationTypeImpl.setServiceType(CodeType newServiceType)
           
 void KeywordsTypeImpl.setType(CodeType newType)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.