public class UserPermission extends Object
Java class for UserPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsAllowedToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsAllowedToDuplicate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsAllowedToRun" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsAllowedToUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAllowedToDelete |
protected boolean |
isAllowedToDuplicate |
protected boolean |
isAllowedToRun |
protected boolean |
isAllowedToUpdate |
| Constructor and Description |
|---|
UserPermission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsAllowedToDelete()
Gets the value of the isAllowedToDelete property.
|
boolean |
isIsAllowedToDuplicate()
Gets the value of the isAllowedToDuplicate property.
|
boolean |
isIsAllowedToRun()
Gets the value of the isAllowedToRun property.
|
boolean |
isIsAllowedToUpdate()
Gets the value of the isAllowedToUpdate property.
|
void |
setIsAllowedToDelete(boolean value)
Sets the value of the isAllowedToDelete property.
|
void |
setIsAllowedToDuplicate(boolean value)
Sets the value of the isAllowedToDuplicate property.
|
void |
setIsAllowedToRun(boolean value)
Sets the value of the isAllowedToRun property.
|
void |
setIsAllowedToUpdate(boolean value)
Sets the value of the isAllowedToUpdate property.
|
protected boolean isAllowedToDelete
protected boolean isAllowedToDuplicate
protected boolean isAllowedToRun
protected boolean isAllowedToUpdate
public boolean isIsAllowedToDelete()
public void setIsAllowedToDelete(boolean value)
public boolean isIsAllowedToDuplicate()
public void setIsAllowedToDuplicate(boolean value)
public boolean isIsAllowedToRun()
public void setIsAllowedToRun(boolean value)
public boolean isIsAllowedToUpdate()
public void setIsAllowedToUpdate(boolean value)
Copyright © 2020. All rights reserved.