public class OutputPortBinding extends Object
Java class for OutputPortBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputPortBinding"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bindOutputActivityPort" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource"/> <element name="bindOutputProcessorPort" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource"/> </sequence> <attGroup ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
about |
protected Resource |
bindOutputActivityPort |
protected Resource |
bindOutputProcessorPort |
Constructor and Description |
---|
OutputPortBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getAbout()
Gets the value of the about property.
|
Resource |
getBindOutputActivityPort()
Gets the value of the bindOutputActivityPort property.
|
Resource |
getBindOutputProcessorPort()
Gets the value of the bindOutputProcessorPort property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setBindOutputActivityPort(Resource value)
Sets the value of the bindOutputActivityPort property.
|
void |
setBindOutputProcessorPort(Resource value)
Sets the value of the bindOutputProcessorPort property.
|
protected Resource bindOutputActivityPort
protected Resource bindOutputProcessorPort
protected String about
public Resource getBindOutputActivityPort()
Resource
public void setBindOutputActivityPort(Resource value)
value
- allowed object is
Resource
public Resource getBindOutputProcessorPort()
Resource
public void setBindOutputProcessorPort(Resource value)
value
- allowed object is
Resource
public String getAbout()
String
Copyright © 2014 myGrid. All rights reserved.