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 SummaryConstructors Constructor Description ViewIdentifierType()
 - 
Method SummaryAll 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- 
getViewNamepublic java.lang.String getViewName() Gets the value of the viewName property.- Returns:
- possible object is
     String
 
 - 
setViewNamepublic void setViewName(java.lang.String value) Sets the value of the viewName property.- Parameters:
- value- allowed object is- String
 
 - 
isSetViewNamepublic boolean isSetViewName() 
 - 
getViewEntryUniqueIdpublic java.lang.String getViewEntryUniqueId() Gets the value of the viewEntryUniqueId property.- Returns:
- possible object is
     String
 
 - 
setViewEntryUniqueIdpublic void setViewEntryUniqueId(java.lang.String value) Sets the value of the viewEntryUniqueId property.- Parameters:
- value- allowed object is- String
 
 - 
isSetViewEntryUniqueIdpublic boolean isSetViewEntryUniqueId() 
 - 
getViewEntryNamepublic java.lang.String getViewEntryName() Gets the value of the viewEntryName property.- Returns:
- possible object is
     String
 
 - 
setViewEntryNamepublic void setViewEntryName(java.lang.String value) Sets the value of the viewEntryName property.- Parameters:
- value- allowed object is- String
 
 - 
isSetViewEntryNamepublic boolean isSetViewEntryName() 
 - 
getpublic java.lang.Object get(java.lang.String propName) 
 - 
isSetpublic boolean isSet(java.lang.String propName) 
 - 
setpublic void set(java.lang.String propName, java.lang.Object value)
 - 
unsetpublic void unset(java.lang.String propName) 
 - 
getTypeNamepublic java.lang.String getTypeName() 
 - 
getPropertyNamespublic static java.util.List getPropertyNames(java.lang.String entityTypeName) 
 - 
getDataTypepublic java.lang.String getDataType(java.lang.String propName) 
 - 
getSuperTypespublic java.util.ArrayList getSuperTypes() 
 - 
isSubTypepublic boolean isSubType(java.lang.String superTypeName) 
 - 
getSubTypespublic static java.util.HashSet getSubTypes() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-