public class SecurityCheckedParameterImpl extends Object implements SecurityCheckedParameter
Constructor and Description |
---|
SecurityCheckedParameterImpl(CheckedParameterConfig param) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getName() |
String |
getType() |
String |
getXpath() |
boolean |
isChecked()
Do we apply this parameter in security check.
|
void |
setChecked(boolean checked)
Enable/dissable using this parameter in security check..
|
void |
setConfig(CheckedParameterConfig config) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(org.apache.xmlbeans.SchemaType schemaType) |
void |
setXpath(String xpath) |
public SecurityCheckedParameterImpl(CheckedParameterConfig param)
public String getName()
getName
in interface SecurityCheckedParameter
public void setName(String name)
name
- parameter namepublic String getXpath()
getXpath
in interface SecurityCheckedParameter
public void setXpath(String xpath)
xpath
- parameter XPathpublic String getType()
getType
in interface SecurityCheckedParameter
public void setType(org.apache.xmlbeans.SchemaType schemaType)
schemaType
- parameter xml typepublic boolean isChecked()
SecurityCheckedParameter
isChecked
in interface SecurityCheckedParameter
public void setChecked(boolean checked)
checked
- public String getLabel()
getLabel
in interface SecurityCheckedParameter
public void setLabel(String label)
label
- parameter labelpublic void setConfig(CheckedParameterConfig config)
config
- parameter configCopyright © 2019. All Rights Reserved.