Class PropertyControl.ContextProperties

java.lang.Object
com.ibm.wsspi.security.wim.model.PropertyControl.ContextProperties
Enclosing class:
PropertyControl

public static class PropertyControl.ContextProperties extends Object

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 Details

    • ContextProperties

      public ContextProperties()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSetValue

      public boolean isSetValue()
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • isSetLang

      public boolean isSetLang()
    • get

      public Object get(String propName)
    • isSet

      public boolean isSet(String propName)
    • set

      public void set(String propName, Object value)
    • unset

      public void unset(String propName)
    • getTypeName

      public String getTypeName()
    • getPropertyNames

      public static List getPropertyNames(String entityTypeName)
    • getDataType

      public String getDataType(String propName)
    • getSuperTypes

      public ArrayList getSuperTypes()
    • isSubType

      public boolean isSubType(String superTypeName)
    • getSubTypes

      public static HashSet getSubTypes()
    • toString

      public String toString()
      Overrides:
      toString in class Object