public class AllowedWorkitemAction extends Object
Java class for AllowedWorkitemAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedWorkitemAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="commentsRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nextOwnerRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="versionRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
commentsRequired |
protected String |
label |
protected String |
name |
protected boolean |
nextOwnerRequired |
protected boolean |
versionRequired |
| Constructor and Description |
|---|
AllowedWorkitemAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isCommentsRequired()
Gets the value of the commentsRequired property.
|
boolean |
isNextOwnerRequired()
Gets the value of the nextOwnerRequired property.
|
boolean |
isVersionRequired()
Gets the value of the versionRequired property.
|
void |
setCommentsRequired(boolean value)
Sets the value of the commentsRequired property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNextOwnerRequired(boolean value)
Sets the value of the nextOwnerRequired property.
|
void |
setVersionRequired(boolean value)
Sets the value of the versionRequired property.
|
protected boolean commentsRequired
protected String label
protected String name
protected boolean nextOwnerRequired
protected boolean versionRequired
public boolean isCommentsRequired()
public void setCommentsRequired(boolean value)
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isNextOwnerRequired()
public void setNextOwnerRequired(boolean value)
public boolean isVersionRequired()
public void setVersionRequired(boolean value)
Copyright © 2016. All rights reserved.