public class Mapping extends Object
Java class for Mapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="from" use="required" type="{http://taverna.sf.net/2008/xml/t2flow}PortName" />
<attribute name="to" use="required" type="{http://taverna.sf.net/2008/xml/t2flow}PortName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
from |
protected String |
to |
| Constructor and Description |
|---|
Mapping() |
Copyright © 2014 myGrid. All rights reserved.