public class AnnotatedGranularDepthPort extends GranularDepthPort
Java class for AnnotatedGranularDepthPort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotatedGranularDepthPort">
<complexContent>
<extension base="{http://taverna.sf.net/2008/xml/t2flow}GranularDepthPort">
<sequence>
<element name="annotations" type="{http://taverna.sf.net/2008/xml/t2flow}Annotations" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
granularDepth| Constructor and Description |
|---|
AnnotatedGranularDepthPort() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
getGranularDepth, setGranularDepthprotected Annotations annotations
public Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
AnnotationsCopyright © 2013 myGrid. All rights reserved.