Class LiteralDataType_LiteralDataDomainBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

      
      <?xml version="1.0" encoding="UTF-8"?><complexType name="LiteralDataType_LiteralDataDomain" xmlns="http://www.w3.org/2001/XMLSchema">
    
                                                            <complexContent>
    
                                                                    <extension base="wps:LiteralDataDomainType">
    
                                                                            <attribute name="default" type="boolean" use="optional">
    
                                                                                    <annotation>
    
                                                                                            <documentation>
    
                                                                                                    Indicates that this LiteralDataDomain is the default domain.
    
                                                                                            </documentation>
    
                                                                                    </annotation>
    
                                                                            </attribute>
    
                                                                    </extension>
    
                                                            </complexContent>
    
                                                    </complexType>
    
       
      
    • Constructor Detail

      • LiteralDataType_LiteralDataDomainBinding

        public LiteralDataType_LiteralDataDomainBinding​(Wps20Factory factory)
    • Method Detail

      • getTarget

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