Package com.ibm.wsspi.security.wim.model
Class ViewIdentifierType
- java.lang.Object
-
- com.ibm.wsspi.security.wim.model.ViewIdentifierType
-
public class ViewIdentifierType extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description ViewIdentifierType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String propName)java.lang.StringgetDataType(java.lang.String propName)static java.util.ListgetPropertyNames(java.lang.String entityTypeName)static java.util.HashSetgetSubTypes()java.util.ArrayListgetSuperTypes()java.lang.StringgetTypeName()java.lang.StringgetViewEntryName()Gets the value of the viewEntryName property.java.lang.StringgetViewEntryUniqueId()Gets the value of the viewEntryUniqueId property.java.lang.StringgetViewName()Gets the value of the viewName property.booleanisSet(java.lang.String propName)booleanisSetViewEntryName()booleanisSetViewEntryUniqueId()booleanisSetViewName()booleanisSubType(java.lang.String superTypeName)voidset(java.lang.String propName, java.lang.Object value)voidsetViewEntryName(java.lang.String value)Sets the value of the viewEntryName property.voidsetViewEntryUniqueId(java.lang.String value)Sets the value of the viewEntryUniqueId property.voidsetViewName(java.lang.String value)Sets the value of the viewName property.java.lang.StringtoString()voidunset(java.lang.String propName)
-
-
-
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 isString
-
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 isString
-
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 isString
-
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:
toStringin classjava.lang.Object
-
-