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

Packages that use ComplexFormatType
org.deegree.process.jaxb.java   
org.deegree.services.wps.input   
org.deegree.services.wps.provider.sextante   
 

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

Fields in org.deegree.process.jaxb.java declared as ComplexFormatType
protected  ComplexFormatType ComplexInputDefinition.defaultFormat
           
protected  ComplexFormatType ComplexOutputDefinition.defaultFormat
           
 

Fields in org.deegree.process.jaxb.java with type parameters of type ComplexFormatType
protected  List<ComplexFormatType> ComplexInputDefinition.otherFormats
           
protected  List<ComplexFormatType> ComplexOutputDefinition.otherFormats
           
 

Methods in org.deegree.process.jaxb.java that return ComplexFormatType
 ComplexFormatType ObjectFactory.createComplexFormatType()
          Create an instance of ComplexFormatType
 ComplexFormatType ComplexInputDefinition.getDefaultFormat()
          Gets the value of the defaultFormat property.
 ComplexFormatType ComplexOutputDefinition.getDefaultFormat()
          Gets the value of the defaultFormat property.
 

Methods in org.deegree.process.jaxb.java that return types with arguments of type ComplexFormatType
 List<ComplexFormatType> ComplexInputDefinition.getOtherFormats()
          Gets the value of the otherFormats property.
 List<ComplexFormatType> ComplexOutputDefinition.getOtherFormats()
          Gets the value of the otherFormats property.
 

Methods in org.deegree.process.jaxb.java with parameters of type ComplexFormatType
 void ComplexInputDefinition.setDefaultFormat(ComplexFormatType value)
          Sets the value of the defaultFormat property.
 void ComplexOutputDefinition.setDefaultFormat(ComplexFormatType value)
          Sets the value of the defaultFormat property.
 

Uses of ComplexFormatType in org.deegree.services.wps.input
 

Constructors in org.deegree.services.wps.input with parameters of type ComplexFormatType
ComplexInputImpl(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format)
          Creates a new ComplexInputImpl instance.
EmbeddedComplexInput(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format, StreamBufferStore store)
          Creates a new ComplexInputImpl instance from a wps:ComplexData embedded in an execute request document.
ReferencedComplexInput(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format, InputReference reference)
          Creates a new ComplexInputImpl instance from a reference to a web-accessible URI.
 

Uses of ComplexFormatType in org.deegree.services.wps.provider.sextante
 

Methods in org.deegree.services.wps.provider.sextante that return ComplexFormatType
static ComplexFormatType FormatHelper.getDefaultInputFormat()
          Returns the ComplexFormatType of the default input schema.
static ComplexFormatType FormatHelper.getDefaultOutputFormat()
          Returns the ComplexFormatType of the default output schema.
 

Methods in org.deegree.services.wps.provider.sextante that return types with arguments of type ComplexFormatType
static LinkedList<ComplexFormatType> FormatHelper.getInputFormatsWithoutDefault()
          Returns the ComplexFormatTypes of all input schemas without the default schema.
static LinkedList<ComplexFormatType> FormatHelper.getOutputFormatsWithoutDefault()
          Returns the ComplexFormatTypes of all output schemas without the default schema.
 



Copyright © 2011. All Rights Reserved.