Uses of Class
org.deegree.services.jaxb.metadata.KeywordsType

Packages that use KeywordsType
org.deegree.services.jaxb.metadata   
org.deegree.services.ows.capabilities   
org.deegree.services.wcs.capabilities   
 

Uses of KeywordsType in org.deegree.services.jaxb.metadata
 

Fields in org.deegree.services.jaxb.metadata with type parameters of type KeywordsType
protected  List<KeywordsType> ServiceIdentificationType.keywords
           
 

Methods in org.deegree.services.jaxb.metadata that return KeywordsType
 KeywordsType ObjectFactory.createKeywordsType()
          Create an instance of KeywordsType
 

Methods in org.deegree.services.jaxb.metadata that return types with arguments of type KeywordsType
 JAXBElement<KeywordsType> ObjectFactory.createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 List<KeywordsType> ServiceIdentificationType.getKeywords()
          Gets the value of the keywords property.
 

Methods in org.deegree.services.jaxb.metadata with parameters of type KeywordsType
 JAXBElement<KeywordsType> ObjectFactory.createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 

Uses of KeywordsType in org.deegree.services.ows.capabilities
 

Method parameters in org.deegree.services.ows.capabilities with type arguments of type KeywordsType
static void OWSCapabilitiesXMLAdapter.exportKeyWords110(XMLStreamWriter writer, List<KeywordsType> keywords)
          Exports the given (commons) keywords to ows 1.1.0 format
 

Uses of KeywordsType in org.deegree.services.wcs.capabilities
 

Method parameters in org.deegree.services.wcs.capabilities with type arguments of type KeywordsType
static void Capabilities100XMLAdapter.exportKeywords(XMLStreamWriter writer, List<KeywordsType> keywords)
          write a list of keywords in wcs 1.0.0 style.
 



Copyright © 2011. All Rights Reserved.