Class ViewIdentifierType

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

public class ViewIdentifierType extends 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>
 
  • Constructor Details

    • ViewIdentifierType

      public ViewIdentifierType()
  • Method Details

    • getViewName

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

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

      public boolean isSetViewName()
    • getViewEntryUniqueId

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

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

      public boolean isSetViewEntryUniqueId()
    • getViewEntryName

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

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

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