public class CxPermission extends Object
Java class for CxPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ViewPreScanActions" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ViewPostScanActions" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected boolean |
viewPostScanActions |
protected boolean |
viewPreScanActions |
| Constructor and Description |
|---|
CxPermission() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
boolean |
isViewPostScanActions()
Gets the value of the viewPostScanActions property.
|
boolean |
isViewPreScanActions()
Gets the value of the viewPreScanActions property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setViewPostScanActions(boolean value)
Sets the value of the viewPostScanActions property.
|
void |
setViewPreScanActions(boolean value)
Sets the value of the viewPreScanActions property.
|
protected long id
protected boolean viewPreScanActions
protected boolean viewPostScanActions
public long getId()
public void setId(long value)
public boolean isViewPreScanActions()
public void setViewPreScanActions(boolean value)
public boolean isViewPostScanActions()
public void setViewPostScanActions(boolean value)
Copyright © 2020. All rights reserved.