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 Detail

      • OutputDescriptionTypeBinding

        public OutputDescriptionTypeBinding​(Wps20Factory factory)
    • Method Detail

      • getTarget

        public QName getTarget()
        Returns:
        The qualified name of the target for the binding.
      • setProperty

        protected void setProperty​(EObject eObject,
                                   String property,
                                   Object value,
                                   boolean lax)
        Description copied from class: AbstractComplexEMFBinding
        Internal method for reflectively setting the property of an eobject.

        Subclasses may override.

        Overrides:
        setProperty in class AbstractComplexEMFBinding