public class OutputDefinitionTypeBinding extends AbstractComplexEMFBinding
<?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 and Description |
---|
OutputDefinitionTypeBinding(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 OutputDefinitionTypeBinding(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.