Class OutputDefinitionTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

      
      <?xml version="1.0" encoding="UTF-8"?><complexType name="OutputDefinitionType" xmlns="http://www.w3.org/2001/XMLSchema">
    
                    <annotation>
    
                            <documentation>
    
                                    This structure contains information elements that describe the format and transmission mode
    
                                    of the output data that is delivered by a process execution
    
                            </documentation>
    
                    </annotation>
    
                    <sequence>
    
                            <element minOccurs="0" name="Output" type="wps:OutputDefinitionType"/>
    
                    </sequence>
    
                    <attribute name="id" type="anyURI" use="required">
    
                            <annotation>
    
                                    <documentation>
    
                                            Identifier of this output.
    
                                    </documentation>
    
                            </annotation>
    
                    </attribute>
    
                    <attributeGroup ref="wps:dataEncodingAttributes"/>
    
                    <attribute name="transmission" type="wps:DataTransmissionModeType">
    
                            <annotation>
    
                                    <documentation>
    
                                            The desired transmission mode for this output
    
                                    </documentation>
    
                            </annotation>
    
                    </attribute>
    
            </complexType>
    
       
      
    • Constructor Detail

      • OutputDefinitionTypeBinding

        public OutputDefinitionTypeBinding​(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