public class SensitiveInformationPropertyHolder.SensitiveTokenProperty extends Object implements TestProperty
| Constructor and Description | 
|---|
| SensitiveTokenProperty(String name,
                      String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultValue() | 
| String | getDescription() | 
| ModelItem | getModelItem()Gets the modelItem containing this property | 
| String | getName() | 
| org.apache.xmlbeans.SchemaType | getSchemaType() | 
| QName | getType() | 
| String | getValue() | 
| boolean | isReadOnly() | 
| boolean | isRequestPart()defines if specific property belongs to request part | 
| void | setName(String aValue) | 
| void | setValue(String value) | 
public String getDefaultValue()
getDefaultValue in interface TestPropertypublic String getDescription()
getDescription in interface TestPropertypublic ModelItem getModelItem()
TestPropertygetModelItem in interface TestPropertypublic String getName()
getName in interface TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface TestPropertypublic QName getType()
getType in interface TestPropertypublic String getValue()
getValue in interface TestPropertypublic boolean isReadOnly()
isReadOnly in interface TestPropertypublic boolean isRequestPart()
TestPropertyisRequestPart in interface TestPropertypublic void setValue(String value)
setValue in interface TestPropertypublic void setName(String aValue)
Copyright © 2019. All Rights Reserved.