|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Workflow
public class Workflow
Java class for Workflow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workflow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initialState" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="state" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}State" maxOccurs="unbounded"/>
<element name="action" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Action" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Action> |
actions
|
protected java.lang.String |
base
|
protected java.lang.String |
description
|
protected java.lang.String |
etag
|
protected java.lang.String |
href
|
protected java.lang.String |
iconUrl
|
protected java.lang.String |
identifier
|
protected Link<Action> |
initialAction
|
protected Link<State> |
initialState
|
protected java.lang.String |
lang
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModified
|
protected java.lang.String |
name
|
protected java.lang.String |
space
|
protected java.util.List<State> |
states
|
| Constructor Summary | |
|---|---|
Workflow()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Action> |
getActions()
Gets the value of the actions property. |
java.lang.String |
getBase()
Gets the value of the base property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIconUrl()
Gets the value of the iconUrl property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
Link<Action> |
getInitialAction()
Gets the value of the initialAction property. |
Link<State> |
getInitialState()
Gets the value of the initialState property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.util.List<State> |
getStates()
Gets the value of the states property. |
int |
hashCode()
|
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIconUrl(java.lang.String value)
Sets the value of the iconUrl property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setInitialAction(Link<Action> value)
Sets the value of the initialAction property. |
void |
setInitialState(Link<State> value)
Sets the value of the initialState property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String description
protected Link<State> initialState
protected Link<Action> initialAction
protected java.lang.String iconUrl
protected javax.xml.datatype.XMLGregorianCalendar lastModified
protected java.util.List<State> states
protected java.util.List<Action> actions
protected java.lang.String identifier
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
| Constructor Detail |
|---|
public Workflow()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Link<State> getInitialState()
Linkpublic void setInitialState(Link<State> value)
value - allowed object is
Linkpublic Link<Action> getInitialAction()
Linkpublic void setInitialAction(Link<Action> value)
value - allowed object is Linkpublic java.lang.String getIconUrl()
Stringpublic void setIconUrl(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<State> getStates()
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 states property.
For example, to add a new item, do as follows:
getStates().add(newItem);
Objects of the following type(s) are allowed in the list
State
public java.util.List<Action> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
Action
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||