com.eviware.soapui.security
Class SensitiveInformationPropertyHolder.SensitiveTokenProperty

java.lang.Object
  extended by com.eviware.soapui.security.SensitiveInformationPropertyHolder.SensitiveTokenProperty
All Implemented Interfaces:
TestProperty
Enclosing class:
SensitiveInformationPropertyHolder

public class SensitiveInformationPropertyHolder.SensitiveTokenProperty
extends java.lang.Object
implements TestProperty


Constructor Summary
SensitiveInformationPropertyHolder.SensitiveTokenProperty(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 javax.xml.namespace.QName getType()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 boolean isRequestPart()
          defines if specific property belongs to request part
 void setName(java.lang.String aValue)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensitiveInformationPropertyHolder.SensitiveTokenProperty

public SensitiveInformationPropertyHolder.SensitiveTokenProperty(java.lang.String name,
                                                                 java.lang.String value)
Method Detail

getDefaultValue

public java.lang.String getDefaultValue()
Specified by:
getDefaultValue in interface TestProperty

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface TestProperty

getModelItem

public ModelItem getModelItem()
Description copied from interface: TestProperty
Gets the modelItem containing this property

Specified by:
getModelItem in interface TestProperty
Returns:
the modelItem containing this property

getName

public java.lang.String getName()
Specified by:
getName in interface TestProperty

getSchemaType

public org.apache.xmlbeans.SchemaType getSchemaType()
Specified by:
getSchemaType in interface TestProperty

getType

public javax.xml.namespace.QName getType()
Specified by:
getType in interface TestProperty

getValue

public java.lang.String getValue()
Specified by:
getValue in interface TestProperty

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface TestProperty

isRequestPart

public boolean isRequestPart()
Description copied from interface: TestProperty
defines if specific property belongs to request part

Specified by:
isRequestPart in interface TestProperty

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface TestProperty

setName

public void setName(java.lang.String aValue)


Copyright © 2005-2011 eviware.com. All Rights Reserved.