public class PortNode extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="iterateOverInputPort" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource"/>
<element name="desiredDepth" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}datatype use="required" fixed="http://www.w3.org/2001/XMLSchema#integer""/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attGroup ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PortNode.DesiredDepth
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
about |
protected PortNode.DesiredDepth |
desiredDepth |
protected Resource |
iterateOverInputPort |
| Constructor and Description |
|---|
PortNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout()
Gets the value of the about property.
|
PortNode.DesiredDepth |
getDesiredDepth()
Gets the value of the desiredDepth property.
|
Resource |
getIterateOverInputPort()
Gets the value of the iterateOverInputPort property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setDesiredDepth(PortNode.DesiredDepth value)
Sets the value of the desiredDepth property.
|
void |
setIterateOverInputPort(Resource value)
Sets the value of the iterateOverInputPort property.
|
protected Resource iterateOverInputPort
protected PortNode.DesiredDepth desiredDepth
protected String about
public Resource getIterateOverInputPort()
Resourcepublic void setIterateOverInputPort(Resource value)
value - allowed object is
Resourcepublic PortNode.DesiredDepth getDesiredDepth()
PortNode.DesiredDepthpublic void setDesiredDepth(PortNode.DesiredDepth value)
value - allowed object is
PortNode.DesiredDepthpublic String getAbout()
StringCopyright © 2013 myGrid. All rights reserved.