public class WorkflowBundle 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 ref="{http://ns.taverna.org.uk/2010/scufl2#}name" minOccurs="0"/>
<element name="globalBaseURI" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource" minOccurs="0"/>
<element name="mainWorkflow" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource" minOccurs="0"/>
<element name="workflow" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Workflow" type="{http://ns.taverna.org.uk/2010/scufl2#}SeeAlsoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mainProfile" type="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Resource" minOccurs="0"/>
<element name="profile" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Profile" type="{http://ns.taverna.org.uk/2010/scufl2#}SeeAlsoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.w3.org/2000/01/rdf-schema#}seeAlso" maxOccurs="unbounded" minOccurs="0"/>
</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 |
WorkflowBundle.Profile
Java class for anonymous complex type.
|
static class |
WorkflowBundle.Workflow
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
about |
protected Resource |
globalBaseURI |
protected Resource |
mainProfile |
protected Resource |
mainWorkflow |
protected String |
name |
protected List<WorkflowBundle.Profile> |
profile |
protected List<SeeAlso> |
seeAlso |
protected List<WorkflowBundle.Workflow> |
workflow |
| Constructor and Description |
|---|
WorkflowBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout()
Gets the value of the about property.
|
Resource |
getGlobalBaseURI()
Gets the value of the globalBaseURI property.
|
Resource |
getMainProfile()
Gets the value of the mainProfile property.
|
Resource |
getMainWorkflow()
Gets the value of the mainWorkflow property.
|
String |
getName()
Gets the value of the name property.
|
List<WorkflowBundle.Profile> |
getProfile()
Gets the value of the profile property.
|
List<SeeAlso> |
getSeeAlso()
Gets the value of the seeAlso property.
|
List<WorkflowBundle.Workflow> |
getWorkflow()
Gets the value of the workflow property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setGlobalBaseURI(Resource value)
Sets the value of the globalBaseURI property.
|
void |
setMainProfile(Resource value)
Sets the value of the mainProfile property.
|
void |
setMainWorkflow(Resource value)
Sets the value of the mainWorkflow property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected Resource globalBaseURI
protected Resource mainWorkflow
protected List<WorkflowBundle.Workflow> workflow
protected Resource mainProfile
protected List<WorkflowBundle.Profile> profile
protected String about
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Resource getGlobalBaseURI()
Resourcepublic void setGlobalBaseURI(Resource value)
value - allowed object is
Resourcepublic Resource getMainWorkflow()
Resourcepublic void setMainWorkflow(Resource value)
value - allowed object is
Resourcepublic List<WorkflowBundle.Workflow> getWorkflow()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workflow property.
For example, to add a new item, do as follows:
getWorkflow().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowBundle.Workflow
public Resource getMainProfile()
Resourcepublic void setMainProfile(Resource value)
value - allowed object is
Resourcepublic List<WorkflowBundle.Profile> getProfile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the profile property.
For example, to add a new item, do as follows:
getProfile().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowBundle.Profile
public List<SeeAlso> getSeeAlso()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the seeAlso property.
For example, to add a new item, do as follows:
getSeeAlso().add(newItem);
Objects of the following type(s) are allowed in the list
SeeAlso
public String getAbout()
StringCopyright © 2013 myGrid. All rights reserved.