Class ViewIdentifierType


  • 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 Detail

      • ViewIdentifierType

        public ViewIdentifierType()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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:
        toString in class java.lang.Object