com.ibm.wsspi.security.wim.model

Class ViewIdentifierType

  • java.lang.Object
    • com.ibm.wsspi.security.wim.model.ViewIdentifierType


  • public class ViewIdentifierType
    extends java.lang.Object

    Java class for ViewIdentifierType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ViewIdentifierType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="viewEntryUniqueId" type="{http://www.w3.org/2001/XMLSchema}token" />
           <attribute name="viewEntryName" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object get(java.lang.String propName) 
      java.lang.String getDataType(java.lang.String propName) 
      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 getViewEntryName()
      Gets the value of the viewEntryName property.
      java.lang.String getViewEntryUniqueId()
      Gets the value of the viewEntryUniqueId property.
      java.lang.String getViewName()
      Gets the value of the viewName property.
      boolean isSet(java.lang.String propName) 
      boolean isSetViewEntryName() 
      boolean isSetViewEntryUniqueId() 
      boolean isSetViewName() 
      boolean isSubType(java.lang.String superTypeName) 
      void set(java.lang.String propName, java.lang.Object value) 
      void setViewEntryName(java.lang.String value)
      Sets the value of the viewEntryName property.
      void setViewEntryUniqueId(java.lang.String value)
      Sets the value of the viewEntryUniqueId property.
      void setViewName(java.lang.String value)
      Sets the value of the viewName 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

      • ViewIdentifierType

        public ViewIdentifierType()
    • Method Detail

      • getViewName

        public java.lang.String getViewName()
        Gets the value of the viewName property.
        Returns:
        possible object is String
      • setViewName

        public void setViewName(java.lang.String value)
        Sets the value of the viewName property.
        Parameters:
        value - allowed object is String
      • isSetViewName

        public boolean isSetViewName()
      • getViewEntryUniqueId

        public java.lang.String getViewEntryUniqueId()
        Gets the value of the viewEntryUniqueId property.
        Returns:
        possible object is String
      • setViewEntryUniqueId

        public void setViewEntryUniqueId(java.lang.String value)
        Sets the value of the viewEntryUniqueId property.
        Parameters:
        value - allowed object is String
      • isSetViewEntryUniqueId

        public boolean isSetViewEntryUniqueId()
      • getViewEntryName

        public java.lang.String getViewEntryName()
        Gets the value of the viewEntryName property.
        Returns:
        possible object is String
      • setViewEntryName

        public void setViewEntryName(java.lang.String value)
        Sets the value of the viewEntryName property.
        Parameters:
        value - allowed object is String
      • isSetViewEntryName

        public boolean isSetViewEntryName()
      • 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