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

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

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

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

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

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

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

Methods in org.deegree.process.jaxb.java with parameters of type ComplexFormatType
 void ComplexOutputDefinition.setDefaultFormat(ComplexFormatType value)
          Sets the value of the defaultFormat property.
 void ComplexInputDefinition.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, org.deegree.commons.tom.ows.LanguageString title, org.deegree.commons.tom.ows.LanguageString summary, ComplexFormatType format)
          Creates a new ComplexInputImpl instance.
EmbeddedComplexInput(ComplexInputDefinition definition, org.deegree.commons.tom.ows.LanguageString title, org.deegree.commons.tom.ows.LanguageString summary, ComplexFormatType format, org.apache.axiom.om.OMElement dataElement)
          Creates a new ComplexInputImpl instance from a wps:ComplexData embedded in an execute request document.
ReferencedComplexInput(ComplexInputDefinition definition, org.deegree.commons.tom.ows.LanguageString title, org.deegree.commons.tom.ows.LanguageString summary, ComplexFormatType format, InputReference reference)
          Creates a new ComplexInputImpl instance from a reference to a web-accessible URI.
 



Copyright © 2011. All Rights Reserved.