|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.StateConfiguration
public class StateConfiguration
Java class for StateConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reviewConfiguration" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ReviewConfiguration" minOccurs="0"/>
<element name="exitCondition" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ExitCondition" maxOccurs="unbounded"/>
<element name="reviewer" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Reviewer" maxOccurs="unbounded" minOccurs="0"/>
<element name="policyConfiguration" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}PolicyConfiguration" maxOccurs="unbounded" minOccurs="0"/>
<element name="coordinates" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Coordinates" minOccurs="0"/>
<element name="state" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="lifecycle" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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" />
<attribute name="overrideRoles" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="publishedState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
base
|
protected Coordinates |
coordinates
|
protected java.lang.String |
etag
|
protected java.util.List<ExitCondition> |
exitConditions
|
protected java.lang.String |
href
|
protected java.lang.String |
identifier
|
protected java.util.List<Instruction> |
instructions
|
protected java.lang.String |
lang
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModified
|
protected Link<Lifecycle> |
lifecycle
|
protected java.lang.Boolean |
overrideRoles
|
protected java.util.List<PolicyConfiguration> |
policyConfigurations
|
protected BooleanProperty |
privateCollaboration
|
protected java.lang.Boolean |
publishedState
|
protected java.lang.Boolean |
readOnly
|
protected ReviewConfiguration |
reviewConfiguration
|
protected java.util.Set<Reviewer> |
reviewers
|
protected RoleOverride |
roleOverride
|
protected java.lang.String |
space
|
protected Link<State> |
state
|
| Constructor Summary | |
|---|---|
StateConfiguration()
|
|
| Method Summary | |
|---|---|
protected StateConfiguration |
clone()
|
java.lang.String |
getBase()
Gets the value of the base property. |
Coordinates |
getCoordinates()
Gets the value of the coordinates property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.util.List<ExitCondition> |
getExitConditions()
Gets the value of the exitConditions property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.util.List<Instruction> |
getInstructions()
Gets the instructions to provide to collaborators |
java.lang.String |
getLang()
Gets the value of the lang property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
Link<Lifecycle> |
getLifecycle()
Gets the value of the lifecycle property. |
java.util.List<PolicyConfiguration> |
getPolicyConfigurations()
Gets the value of the policyConfigurations property. |
BooleanProperty |
getPrivateCollboration()
If true, only collaborators may see comments, votes, and policy results in this state |
ReviewConfiguration |
getReviewConfiguration()
Gets the value of the reviewConfiguration property. |
java.util.Set<Reviewer> |
getReviewers()
Gets the value of the reviewers property. |
RoleOverride |
getRoleOverride()
|
java.lang.String |
getSpace()
Gets the value of the space property. |
Link<State> |
getState()
Gets the value of the state property. |
boolean |
isOverrideRoles()
Deprecated. use getRoleOverride() since 7.5.1 |
boolean |
isPublishedState()
Gets the value of the publishedState property. |
boolean |
isReadOnly()
Deprecated. use getRoleOverride() since 7.5.1 |
boolean |
isSetLifecycle()
|
boolean |
isSetOverrideRoles()
Deprecated. use getRoleOverride() since 7.5.1 |
boolean |
isSetPolicyConfigurations()
|
boolean |
isSetPublishedState()
|
boolean |
isSetReadOnly()
Deprecated. use getRoleOverride() since 7.5.1 |
boolean |
isSetReviewConfiguration()
|
boolean |
isSetReviewers()
|
boolean |
isSetState()
|
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setCoordinates(Coordinates value)
Sets the value of the coordinates 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 |
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 |
setLifecycle(Link<Lifecycle> value)
Sets the value of the lifecycle property. |
void |
setOverrideRoles(boolean value)
Deprecated. use getRoleOverride() since 7.5.1 |
void |
setPrivateCollboration(BooleanProperty privateCollaboration)
If set to true, only collaborators may see comments, votes, and policy results in this state. |
void |
setPublishedState(boolean value)
Sets the value of the publishedState property. |
void |
setReadOnly(boolean value)
Deprecated. use getRoleOverride() since 7.5.1 |
void |
setReviewConfiguration(ReviewConfiguration value)
Sets the value of the reviewConfiguration property. |
void |
setRoleOverride(RoleOverride roleOverride)
|
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setState(Link<State> value)
Sets the value of the state property. |
void |
unsetOverrideRoles()
Deprecated. use getRoleOverride() since 7.5.1 |
void |
unsetPolicyConfigurations()
|
void |
unsetPublishedState()
|
void |
unsetReadOnly()
Deprecated. use getRoleOverride() since 7.5.1 |
void |
unsetReviewers()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ReviewConfiguration reviewConfiguration
protected java.util.List<ExitCondition> exitConditions
protected java.util.Set<Reviewer> reviewers
protected java.util.List<Instruction> instructions
protected java.util.List<PolicyConfiguration> policyConfigurations
protected Coordinates coordinates
protected javax.xml.datatype.XMLGregorianCalendar lastModified
protected Link<State> state
protected Link<Lifecycle> lifecycle
protected java.lang.String identifier
protected java.lang.Boolean overrideRoles
protected java.lang.Boolean readOnly
protected RoleOverride roleOverride
protected java.lang.Boolean publishedState
protected BooleanProperty privateCollaboration
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 StateConfiguration()
| Method Detail |
|---|
public ReviewConfiguration getReviewConfiguration()
ReviewConfigurationpublic void setReviewConfiguration(ReviewConfiguration value)
value - allowed object is
ReviewConfigurationpublic boolean isSetReviewConfiguration()
public java.util.List<ExitCondition> getExitConditions()
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 exitConditions property.
For example, to add a new item, do as follows:
getExitConditions().add(newItem);
Objects of the following type(s) are allowed in the list
ExitCondition
public java.util.Set<Reviewer> getReviewers()
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 reviewers property.
For example, to add a new item, do as follows:
getReviewers().add(newItem);
Objects of the following type(s) are allowed in the list
Reviewer
public boolean isSetReviewers()
public void unsetReviewers()
public java.util.List<Instruction> getInstructions()
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 reviewers property.
For example, to add a new item, do as follows:
getReviewers().add(newItem);
Objects of the following type(s) are allowed in the list
Reviewer
public java.util.List<PolicyConfiguration> getPolicyConfigurations()
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 policyConfigurations property.
For example, to add a new item, do as follows:
getPolicyConfigurations().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyConfiguration
public boolean isSetPolicyConfigurations()
public void unsetPolicyConfigurations()
public Coordinates getCoordinates()
Coordinatespublic void setCoordinates(Coordinates value)
value - allowed object is
Coordinatespublic Link<State> getState()
Linkpublic void setState(Link<State> value)
value - allowed object is
Linkpublic boolean isSetState()
public Link<Lifecycle> getLifecycle()
Linkpublic void setLifecycle(Link<Lifecycle> value)
value - allowed object is
Linkpublic boolean isSetLifecycle()
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(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 RoleOverride getRoleOverride()
public void setRoleOverride(RoleOverride roleOverride)
roleOverride - The roleOverride to set.public boolean isReadOnly()
Booleanpublic void setReadOnly(boolean value)
value - allowed object is
Booleanpublic boolean isSetReadOnly()
public void unsetReadOnly()
public boolean isOverrideRoles()
Booleanpublic void setOverrideRoles(boolean value)
value - allowed object is
Booleanpublic boolean isSetOverrideRoles()
public void unsetOverrideRoles()
public boolean isPublishedState()
Booleanpublic void setPublishedState(boolean value)
value - allowed object is
Booleanpublic boolean isSetPublishedState()
public void unsetPublishedState()
public BooleanProperty getPrivateCollboration()
public void setPrivateCollboration(BooleanProperty privateCollaboration)
privateState - The privateState to set.public 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
String
protected StateConfiguration clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||