Class OutputDescriptionTypeBinding

All Implemented Interfaces:
Binding, ComplexBinding

public class OutputDescriptionTypeBinding extends AbstractComplexEMFBinding
Binding object for the type http://www.opengis.net/wps/2.0:OutputDescriptionType.

  
  <?xml version="1.0" encoding="UTF-8"?><complexType name="OutputDescriptionType" xmlns="http://www.w3.org/2001/XMLSchema">

                <annotation>

                        <documentation>Description of a process Output. </documentation>

                </annotation>

                <complexContent>

                        <extension base="wps:DescriptionType">

                                <annotation>

                                        <documentation>

                                                In this use, the DescriptionType shall describe a process output.

                                        </documentation>

                                </annotation>

                                <choice>

                                        <element ref="wps:DataDescription"/>

                                        <!-- Nested output -->

                                        <element maxOccurs="unbounded" minOccurs="1" name="Output" type="wps:OutputDescriptionType"/>

                                </choice>

                        </extension>

                </complexContent>

        </complexType>

   
  
  • Constructor Details

    • OutputDescriptionTypeBinding

      public OutputDescriptionTypeBinding(Wps20Factory factory)
  • Method Details