public class InputDescriptionTypeBinding extends AbstractComplexEMFBinding
<?xml version="1.0" encoding="UTF-8"?><complexType name="InputDescriptionType" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<documentation>Description of an input to a process. </documentation>
</annotation>
<complexContent>
<extension base="wps:DescriptionType">
<annotation>
<documentation>
In this use, the DescriptionType shall describe a process input.
</documentation>
</annotation>
<choice>
<annotation>
<documentation>
An input item is either a concrete argument to a process or serves as a grouping
element for sub-inputs.
</documentation>
</annotation>
<!-- data input -->
<element ref="wps:DataDescription"/>
<!-- nested input -->
<element maxOccurs="unbounded" minOccurs="1" name="Input" type="wps:InputDescriptionType"/>
</choice>
<attributeGroup ref="occurs">
<annotation>
<documentation>
This attribute defines the cardinality of a particular input.
</documentation>
</annotation>
</attributeGroup>
</extension>
</complexContent>
</complexType>
Constructor and Description |
---|
InputDescriptionTypeBinding(Wps20Factory factory) |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
protected void |
setProperty(EObject eObject,
String property,
Object value,
boolean lax)
Internal method for reflectively setting the property of an eobject.
|
createEObject, getProperty, parse
encode, getExecutionMode, getProperties, initialize, initializeChildContext
public InputDescriptionTypeBinding(Wps20Factory factory)
public QName getTarget()
public Class getType()
getType
in interface Binding
getType
in class AbstractComplexEMFBinding
protected void setProperty(EObject eObject, String property, Object value, boolean lax)
AbstractComplexEMFBinding
Subclasses may override.
setProperty
in class AbstractComplexEMFBinding
Copyright © 1996–2023 Geotools. All rights reserved.