Uses of Class
org.deegree.commons.metadata.description.jaxb.LanguageStringType

Packages that use LanguageStringType
org.deegree.commons.metadata   
org.deegree.commons.metadata.description.jaxb   
org.deegree.layer.persistence.feature.jaxb   
org.deegree.layer.persistence.remotewms.jaxb   
org.deegree.protocol.ows.metadata   
org.deegree.theme.persistence.standard.jaxb   
 

Uses of LanguageStringType in org.deegree.commons.metadata
 

Fields in org.deegree.commons.metadata with type parameters of type LanguageStringType
static CollectionUtils.Mapper<LanguageString,LanguageStringType> MetadataJAXBConverter.LANG_LANG_MAPPER
           
 

Uses of LanguageStringType in org.deegree.commons.metadata.description.jaxb
 

Fields in org.deegree.commons.metadata.description.jaxb with type parameters of type LanguageStringType
protected  List<LanguageStringType> KeywordsType.keyword
           
 

Methods in org.deegree.commons.metadata.description.jaxb that return LanguageStringType
 LanguageStringType ObjectFactory.createLanguageStringType()
          Create an instance of LanguageStringType
 

Methods in org.deegree.commons.metadata.description.jaxb that return types with arguments of type LanguageStringType
 JAXBElement<LanguageStringType> ObjectFactory.createAbstract(LanguageStringType value)
          Create an instance of JAXBElement<LanguageStringType>}
 JAXBElement<LanguageStringType> ObjectFactory.createTitle(LanguageStringType value)
          Create an instance of JAXBElement<LanguageStringType>}
 List<LanguageStringType> KeywordsType.getKeyword()
          Gets the value of the keyword property.
 

Methods in org.deegree.commons.metadata.description.jaxb with parameters of type LanguageStringType
 JAXBElement<LanguageStringType> ObjectFactory.createAbstract(LanguageStringType value)
          Create an instance of JAXBElement<LanguageStringType>}
 JAXBElement<LanguageStringType> ObjectFactory.createTitle(LanguageStringType value)
          Create an instance of JAXBElement<LanguageStringType>}
 

Uses of LanguageStringType in org.deegree.layer.persistence.feature.jaxb
 

Fields in org.deegree.layer.persistence.feature.jaxb with type parameters of type LanguageStringType
protected  List<LanguageStringType> FeatureLayer._abstract
           
protected  List<LanguageStringType> FeatureLayer.title
           
 

Methods in org.deegree.layer.persistence.feature.jaxb that return types with arguments of type LanguageStringType
 List<LanguageStringType> FeatureLayer.getAbstract()
          Gets the value of the abstract property.
 List<LanguageStringType> FeatureLayer.getTitle()
          Gets the value of the title property.
 

Uses of LanguageStringType in org.deegree.layer.persistence.remotewms.jaxb
 

Fields in org.deegree.layer.persistence.remotewms.jaxb with type parameters of type LanguageStringType
protected  List<LanguageStringType> LayerType.Description._abstract
           
protected  List<LanguageStringType> LayerType.Description.title
           
 

Methods in org.deegree.layer.persistence.remotewms.jaxb that return types with arguments of type LanguageStringType
 List<LanguageStringType> LayerType.Description.getAbstract()
          Gets the value of the abstract property.
 List<LanguageStringType> LayerType.Description.getTitle()
          Gets the value of the title property.
 

Uses of LanguageStringType in org.deegree.protocol.ows.metadata
 

Method parameters in org.deegree.protocol.ows.metadata with type arguments of type LanguageStringType
static Description DescriptionConverter.fromJaxb(List<LanguageStringType> titles, List<LanguageStringType> abstracts, List<KeywordsType> keywords)
           
static Description DescriptionConverter.fromJaxb(List<LanguageStringType> titles, List<LanguageStringType> abstracts, List<KeywordsType> keywords)
           
 

Uses of LanguageStringType in org.deegree.theme.persistence.standard.jaxb
 

Fields in org.deegree.theme.persistence.standard.jaxb with type parameters of type LanguageStringType
protected  List<LanguageStringType> ThemeType._abstract
           
protected  List<LanguageStringType> ThemeType.title
           
 

Methods in org.deegree.theme.persistence.standard.jaxb that return types with arguments of type LanguageStringType
 List<LanguageStringType> ThemeType.getAbstract()
          Gets the value of the abstract property.
 List<LanguageStringType> ThemeType.getTitle()
          Gets the value of the title property.
 



Copyright © 2011. All Rights Reserved.