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>
Constructor and Description |
---|
ViewIdentifierType() |
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) |
public java.lang.String getViewName()
String
public void setViewName(java.lang.String value)
value
- allowed object is
String
public boolean isSetViewName()
public java.lang.String getViewEntryUniqueId()
String
public void setViewEntryUniqueId(java.lang.String value)
value
- allowed object is
String
public boolean isSetViewEntryUniqueId()
public java.lang.String getViewEntryName()
String
public void setViewEntryName(java.lang.String value)
value
- allowed object is
String
public boolean isSetViewEntryName()
public java.lang.Object get(java.lang.String propName)
public boolean isSet(java.lang.String propName)
public void set(java.lang.String propName, java.lang.Object value)
public void unset(java.lang.String propName)
public java.lang.String getTypeName()
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
public java.util.ArrayList getSuperTypes()
public boolean isSubType(java.lang.String superTypeName)
public static java.util.HashSet getSubTypes()
public java.lang.String toString()
toString
in class java.lang.Object