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.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>
     
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object get(java.lang.String propName) 
      java.lang.String getDataType(java.lang.String propName) 
      java.lang.String getLang()
      Gets the value of the lang property.
      static java.util.List getPropertyNames(java.lang.String entityTypeName) 
      static java.util.HashSet getSubTypes() 
      java.util.ArrayList getSuperTypes() 
      java.lang.String getTypeName() 
      java.lang.String getValue()
      Gets the value of the value property.
      boolean isSet(java.lang.String propName) 
      boolean isSetLang() 
      boolean isSetValue() 
      boolean isSubType(java.lang.String superTypeName) 
      void set(java.lang.String propName, java.lang.Object value) 
      void setLang(java.lang.String value)
      Sets the value of the lang property.
      void setValue(java.lang.String value)
      Sets the value of the value property.
      java.lang.String toString() 
      void unset(java.lang.String propName) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContextProperties

        public ContextProperties()
    • 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 is String
      • 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 is String
      • 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:
        toString in class java.lang.Object