Package com.ibm.wsspi.security.wim.model
Class ViewIdentifierType
java.lang.Object
com.ibm.wsspi.security.wim.model.ViewIdentifierType
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataType
(String propName) static List
getPropertyNames
(String entityTypeName) static HashSet
Gets the value of the viewEntryName property.Gets the value of the viewEntryUniqueId property.Gets the value of the viewName property.boolean
boolean
boolean
boolean
boolean
void
void
setViewEntryName
(String value) Sets the value of the viewEntryName property.void
setViewEntryUniqueId
(String value) Sets the value of the viewEntryUniqueId property.void
setViewName
(String value) Sets the value of the viewName property.toString()
void
-
Constructor Details
-
ViewIdentifierType
public ViewIdentifierType()
-
-
Method Details
-
getViewName
Gets the value of the viewName property.- Returns:
- possible object is
String
-
setViewName
Sets the value of the viewName property.- Parameters:
value
- allowed object isString
-
isSetViewName
public boolean isSetViewName() -
getViewEntryUniqueId
Gets the value of the viewEntryUniqueId property.- Returns:
- possible object is
String
-
setViewEntryUniqueId
Sets the value of the viewEntryUniqueId property.- Parameters:
value
- allowed object isString
-
isSetViewEntryUniqueId
public boolean isSetViewEntryUniqueId() -
getViewEntryName
Gets the value of the viewEntryName property.- Returns:
- possible object is
String
-
setViewEntryName
Sets the value of the viewEntryName property.- Parameters:
value
- allowed object isString
-
isSetViewEntryName
public boolean isSetViewEntryName() -
get
-
isSet
-
set
-
unset
-
getTypeName
-
getPropertyNames
-
getDataType
-
getSuperTypes
-
isSubType
-
getSubTypes
-
toString
-