Class Hierarchy.Join

  • Enclosing class:
    Hierarchy

    public static class Hierarchy.Join
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{}Relation" maxOccurs="2" minOccurs="2"/>
           </sequence>
           <attribute name="leftAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="leftKey" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="rightAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="rightKey" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • leftAlias

        protected String leftAlias
      • leftKey

        protected String leftKey
      • rightAlias

        protected String rightAlias
      • rightKey

        protected String rightKey
    • Constructor Detail

      • Join

        public Join()
    • Method Detail

      • getRelation

        public List<Object> getRelation()
        Gets the value of the relation property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the relation property.

        For example, to add a new item, do as follows:

            getRelation().add(newItem);
         

        Objects of the following type(s) are allowed in the list Table View Hierarchy.Join Hierarchy.InlineTable

      • getLeftAlias

        public String getLeftAlias()
        Gets the value of the leftAlias property.
        Returns:
        possible object is String
      • setLeftAlias

        public void setLeftAlias​(String value)
        Sets the value of the leftAlias property.
        Parameters:
        value - allowed object is String
      • getLeftKey

        public String getLeftKey()
        Gets the value of the leftKey property.
        Returns:
        possible object is String
      • setLeftKey

        public void setLeftKey​(String value)
        Sets the value of the leftKey property.
        Parameters:
        value - allowed object is String
      • getRightAlias

        public String getRightAlias()
        Gets the value of the rightAlias property.
        Returns:
        possible object is String
      • setRightAlias

        public void setRightAlias​(String value)
        Sets the value of the rightAlias property.
        Parameters:
        value - allowed object is String
      • getRightKey

        public String getRightKey()
        Gets the value of the rightKey property.
        Returns:
        possible object is String
      • setRightKey

        public void setRightKey​(String value)
        Sets the value of the rightKey property.
        Parameters:
        value - allowed object is String