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 Summary
Constructors Constructor Description ContextProperties()
-
Method Summary
All 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
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue()
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
isSetLang
public boolean isSetLang()
-
get
public java.lang.Object get(java.lang.String propName)
-
isSet
public boolean isSet(java.lang.String propName)
-
set
public void set(java.lang.String propName, java.lang.Object value)
-
unset
public void unset(java.lang.String propName)
-
getTypeName
public java.lang.String getTypeName()
-
getPropertyNames
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
-
getDataType
public java.lang.String getDataType(java.lang.String propName)
-
getSuperTypes
public java.util.ArrayList getSuperTypes()
-
isSubType
public boolean isSubType(java.lang.String superTypeName)
-
getSubTypes
public static java.util.HashSet getSubTypes()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-