com.ibm.ram.internal.jaxb
Class State

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.State

public class State
extends java.lang.Object

Java class for State complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="State">
   <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="iconUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="action" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" maxOccurs="unbounded" minOccurs="0"/>
         <element name="workflow" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
       <attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
       <attribute name="dbid" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
       <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Link<Action>> actions
           
protected  java.lang.String base
           
protected  java.lang.Integer dbid
           
protected  java.lang.String description
           
protected  java.lang.String etag
           
protected  java.lang.String group
           
protected  java.lang.String href
           
protected  java.lang.String iconUrl
           
protected  java.lang.String identifier
           
protected  java.lang.String lang
           
protected  javax.xml.datatype.XMLGregorianCalendar lastModified
           
protected  java.lang.String name
           
protected  java.lang.String space
           
protected  Link<Workflow> workflow
           
 
Constructor Summary
State()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<Link<Action>> getActions()
          Gets the value of the actions property.
 java.lang.String getBase()
          Gets the value of the base property.
 int getDbid()
          Gets the value of the dbid 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 getGroup()
          Gets the value of the group 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.
 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.
 Link<Workflow> getWorkflow()
          Gets the value of the workflow property.
 int hashCode()
           
 void setBase(java.lang.String value)
          Sets the value of the base property.
 void setDbid(java.lang.Integer value)
          Sets the value of the dbid 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 setGroup(java.lang.String value)
          Sets the value of the group 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 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.
 void setWorkflow(Link<Workflow> value)
          Sets the value of the workflow property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

description

protected java.lang.String description

iconUrl

protected java.lang.String iconUrl

actions

protected java.util.List<Link<Action>> actions

workflow

protected Link<Workflow> workflow

lastModified

protected javax.xml.datatype.XMLGregorianCalendar lastModified

dbid

protected java.lang.Integer dbid

group

protected java.lang.String group

identifier

protected java.lang.String identifier

etag

protected java.lang.String etag

href

protected java.lang.String href

base

protected java.lang.String base

lang

protected java.lang.String lang

space

protected java.lang.String space
Constructor Detail

State

public State()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getIconUrl

public java.lang.String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(java.lang.String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String

getActions

public java.util.List<Link<Action>> getActions()
Gets the value of the actions property.

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 Link


getWorkflow

public Link<Workflow> getWorkflow()
Gets the value of the workflow property.

Returns:
possible object is Link

setWorkflow

public void setWorkflow(Link<Workflow> value)
Sets the value of the workflow property.

Parameters:
value - allowed object is Link

getLastModified

public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is XMLGregorianCalendar

setLastModified

public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDbid

public int getDbid()
Gets the value of the dbid property.

Returns:
possible object is Integer

setDbid

public void setDbid(java.lang.Integer value)
Sets the value of the dbid property.

Parameters:
value - allowed object is Integer

getGroup

public java.lang.String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(java.lang.String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getEtag

public java.lang.String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(java.lang.String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getLang

public java.lang.String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(java.lang.String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object