public class CxWSLdapAdvancedRoleMapping extends Object
Java class for CxWSLdapAdvancedRoleMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapAdvancedRoleMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ScannerWithoutRoleAttributesGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScannerWithNotExploitableGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScannerWithDeleteGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScannerWithNotExploitableAndDeleteGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReviewerWithoutRoleAttributesGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReviewerWithSeverityStatusChangeGroupDnList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reviewerWithoutRoleAttributesGroupDnList |
protected String |
reviewerWithSeverityStatusChangeGroupDnList |
protected String |
scannerWithDeleteGroupDnList |
protected String |
scannerWithNotExploitableAndDeleteGroupDnList |
protected String |
scannerWithNotExploitableGroupDnList |
protected String |
scannerWithoutRoleAttributesGroupDnList |
| Constructor and Description |
|---|
CxWSLdapAdvancedRoleMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReviewerWithoutRoleAttributesGroupDnList()
Gets the value of the reviewerWithoutRoleAttributesGroupDnList property.
|
String |
getReviewerWithSeverityStatusChangeGroupDnList()
Gets the value of the reviewerWithSeverityStatusChangeGroupDnList property.
|
String |
getScannerWithDeleteGroupDnList()
Gets the value of the scannerWithDeleteGroupDnList property.
|
String |
getScannerWithNotExploitableAndDeleteGroupDnList()
Gets the value of the scannerWithNotExploitableAndDeleteGroupDnList property.
|
String |
getScannerWithNotExploitableGroupDnList()
Gets the value of the scannerWithNotExploitableGroupDnList property.
|
String |
getScannerWithoutRoleAttributesGroupDnList()
Gets the value of the scannerWithoutRoleAttributesGroupDnList property.
|
void |
setReviewerWithoutRoleAttributesGroupDnList(String value)
Sets the value of the reviewerWithoutRoleAttributesGroupDnList property.
|
void |
setReviewerWithSeverityStatusChangeGroupDnList(String value)
Sets the value of the reviewerWithSeverityStatusChangeGroupDnList property.
|
void |
setScannerWithDeleteGroupDnList(String value)
Sets the value of the scannerWithDeleteGroupDnList property.
|
void |
setScannerWithNotExploitableAndDeleteGroupDnList(String value)
Sets the value of the scannerWithNotExploitableAndDeleteGroupDnList property.
|
void |
setScannerWithNotExploitableGroupDnList(String value)
Sets the value of the scannerWithNotExploitableGroupDnList property.
|
void |
setScannerWithoutRoleAttributesGroupDnList(String value)
Sets the value of the scannerWithoutRoleAttributesGroupDnList property.
|
protected String scannerWithoutRoleAttributesGroupDnList
protected String scannerWithNotExploitableGroupDnList
protected String scannerWithDeleteGroupDnList
protected String scannerWithNotExploitableAndDeleteGroupDnList
protected String reviewerWithoutRoleAttributesGroupDnList
protected String reviewerWithSeverityStatusChangeGroupDnList
public String getScannerWithoutRoleAttributesGroupDnList()
Stringpublic void setScannerWithoutRoleAttributesGroupDnList(String value)
value - allowed object is
Stringpublic String getScannerWithNotExploitableGroupDnList()
Stringpublic void setScannerWithNotExploitableGroupDnList(String value)
value - allowed object is
Stringpublic String getScannerWithDeleteGroupDnList()
Stringpublic void setScannerWithDeleteGroupDnList(String value)
value - allowed object is
Stringpublic String getScannerWithNotExploitableAndDeleteGroupDnList()
Stringpublic void setScannerWithNotExploitableAndDeleteGroupDnList(String value)
value - allowed object is
Stringpublic String getReviewerWithoutRoleAttributesGroupDnList()
Stringpublic void setReviewerWithoutRoleAttributesGroupDnList(String value)
value - allowed object is
Stringpublic String getReviewerWithSeverityStatusChangeGroupDnList()
StringCopyright © 2020. All rights reserved.