Package com.ibm.wsspi.security.wim.model
Class PropertyControl.ContextProperties
- java.lang.Object
- 
- com.ibm.wsspi.security.wim.model.PropertyControl.ContextProperties
 
- 
- Enclosing class:
- PropertyControl
 
 public static class PropertyControl.ContextProperties extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description ContextProperties()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String propName)java.lang.StringgetDataType(java.lang.String propName)java.lang.StringgetLang()Gets the value of the lang property.static java.util.ListgetPropertyNames(java.lang.String entityTypeName)static java.util.HashSetgetSubTypes()java.util.ArrayListgetSuperTypes()java.lang.StringgetTypeName()java.lang.StringgetValue()Gets the value of the value property.booleanisSet(java.lang.String propName)booleanisSetLang()booleanisSetValue()booleanisSubType(java.lang.String superTypeName)voidset(java.lang.String propName, java.lang.Object value)voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetValue(java.lang.String value)Sets the value of the value property.java.lang.StringtoString()voidunset(java.lang.String propName)
 
- 
- 
- 
Method Detail- 
getValuepublic java.lang.String getValue() Gets the value of the value property.- Returns:
- possible object is String
 
 - 
setValuepublic void setValue(java.lang.String value) Sets the value of the value property.- Parameters:
- value- allowed object is- String
 
 - 
isSetValuepublic boolean isSetValue() 
 - 
getLangpublic java.lang.String getLang() Gets the value of the lang property.- Returns:
- possible object is String
 
 - 
setLangpublic void setLang(java.lang.String value) Sets the value of the lang property.- Parameters:
- value- allowed object is- String
 
 - 
isSetLangpublic boolean isSetLang() 
 - 
getpublic java.lang.Object get(java.lang.String propName) 
 - 
isSetpublic boolean isSet(java.lang.String propName) 
 - 
setpublic void set(java.lang.String propName, java.lang.Object value)
 - 
unsetpublic void unset(java.lang.String propName) 
 - 
getTypeNamepublic java.lang.String getTypeName() 
 - 
getPropertyNamespublic static java.util.List getPropertyNames(java.lang.String entityTypeName) 
 - 
getDataTypepublic java.lang.String getDataType(java.lang.String propName) 
 - 
getSuperTypespublic java.util.ArrayList getSuperTypes() 
 - 
isSubTypepublic boolean isSubType(java.lang.String superTypeName) 
 - 
getSubTypespublic static java.util.HashSet getSubTypes() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-