Package com.ibm.wsspi.security.wim.model
Class PropertyControl.ContextProperties
java.lang.Object
com.ibm.wsspi.security.wim.model.PropertyControl.ContextProperties
- Enclosing class:
- PropertyControl
Java 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
- 
Method SummaryModifier and TypeMethodDescriptiongetDataType(String propName) getLang()Gets the value of the lang property.static ListgetPropertyNames(String entityTypeName) static HashSetgetValue()Gets the value of the value property.booleanbooleanbooleanbooleanvoidvoidSets the value of the lang property.voidSets the value of the value property.toString()void
- 
Constructor Details- 
ContextPropertiespublic ContextProperties()
 
- 
- 
Method Details- 
getValueGets the value of the value property.- Returns:
- possible object is String
 
- 
setValueSets the value of the value property.- Parameters:
- value- allowed object is- String
 
- 
isSetValuepublic boolean isSetValue()
- 
getLangGets the value of the lang property.- Returns:
- possible object is String
 
- 
setLangSets the value of the lang property.- Parameters:
- value- allowed object is- String
 
- 
isSetLangpublic boolean isSetLang()
- 
get
- 
isSet
- 
set
- 
unset
- 
getTypeName
- 
getPropertyNames
- 
getDataType
- 
getSuperTypes
- 
isSubType
- 
getSubTypes
- 
toString
 
-