Class Hierarchy.InlineTable.ColumnDefs

java.lang.Object
org.openforis.collect.mondrian.Hierarchy.InlineTable.ColumnDefs
Enclosing class:
Hierarchy.InlineTable

public static class Hierarchy.InlineTable.ColumnDefs 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>
         <element name="ColumnDef" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="String"/>
                       <enumeration value="Numeric"/>
                       <enumeration value="Integer"/>
                       <enumeration value="Boolean"/>
                       <enumeration value="Date"/>
                       <enumeration value="Time"/>
                       <enumeration value="Timestamp"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ColumnDefs

      public ColumnDefs()
  • Method Details

    • getColumnDef

      Gets the value of the columnDef 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 columnDef property.

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

          getColumnDef().add(newItem);
       

      Objects of the following type(s) are allowed in the list Hierarchy.InlineTable.ColumnDefs.ColumnDef