public class OutputDescriptionTypeBinding extends AbstractComplexEMFBinding
<?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 and Description |
---|
OutputDescriptionTypeBinding(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 OutputDescriptionTypeBinding(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–2022 Geotools. All rights reserved.