com.ibm.ram.internal.jaxb
Class ReviewConfiguration
java.lang.Object
com.ibm.ram.internal.jaxb.ReviewConfiguration
public class ReviewConfiguration
- extends java.lang.Object
A review is getting the approval of one or more user/user groups in order to move an asset along to the next state of it's
lifecycle.
Java class for ReviewConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReviewConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="voteResetOn" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}EventType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
voteResetOn
protected EventType voteResetOn
ReviewConfiguration
public ReviewConfiguration()
getVoteResetOn
public EventType getVoteResetOn()
- Gets the value of the voteResetOn property.
- Returns:
- possible object is
EventType
setVoteResetOn
public void setVoteResetOn(EventType value)
- Sets the value of the voteResetOn property.
- Parameters:
value - allowed object is
EventType
isInherited
public boolean isInherited()
- Returns:
- Returns the inherited.
- Since:
- 7.5.1
setInherited
public void setInherited(java.lang.Boolean inherited)
- Parameters:
inherited - The inherited to set.- Since:
- 7.5.1