Uses of Class
org.deegree.process.jaxb.java.LanguageStringType

Packages that use LanguageStringType
org.deegree.process.jaxb.java   
org.deegree.services.wps.provider.jrxml   
 

Uses of LanguageStringType in org.deegree.process.jaxb.java
 

Fields in org.deegree.process.jaxb.java declared as LanguageStringType
protected  LanguageStringType ProcessletOutputDefinition._abstract
           
protected  LanguageStringType ProcessDefinition._abstract
           
protected  LanguageStringType ProcessletInputDefinition._abstract
           
protected  LanguageStringType ProcessletOutputDefinition.title
           
protected  LanguageStringType ProcessDefinition.title
           
protected  LanguageStringType ProcessletInputDefinition.title
           
 

Methods in org.deegree.process.jaxb.java that return LanguageStringType
 LanguageStringType ObjectFactory.createLanguageStringType()
          Create an instance of LanguageStringType
 LanguageStringType ProcessletOutputDefinition.getAbstract()
          Gets the value of the abstract property.
 LanguageStringType ProcessDefinition.getAbstract()
          Gets the value of the abstract property.
 LanguageStringType ProcessletInputDefinition.getAbstract()
          Gets the value of the abstract property.
 LanguageStringType ProcessletOutputDefinition.getTitle()
          Gets the value of the title property.
 LanguageStringType ProcessDefinition.getTitle()
          Gets the value of the title property.
 LanguageStringType ProcessletInputDefinition.getTitle()
          Gets the value of the title property.
 

Methods in org.deegree.process.jaxb.java with parameters of type LanguageStringType
 void ProcessletOutputDefinition.setAbstract(LanguageStringType value)
          Sets the value of the abstract property.
 void ProcessDefinition.setAbstract(LanguageStringType value)
          Sets the value of the abstract property.
 void ProcessletInputDefinition.setAbstract(LanguageStringType value)
          Sets the value of the abstract property.
 void ProcessletOutputDefinition.setTitle(LanguageStringType value)
          Sets the value of the title property.
 void ProcessDefinition.setTitle(LanguageStringType value)
          Sets the value of the title property.
 void ProcessletInputDefinition.setTitle(LanguageStringType value)
          Sets the value of the title property.
 

Uses of LanguageStringType in org.deegree.services.wps.provider.jrxml
 

Methods in org.deegree.services.wps.provider.jrxml that return LanguageStringType
static LanguageStringType JrxmlUtils.getAsLanguageStringType(String textFieldExpr)
           
 



Copyright © 2011. All Rights Reserved.