com.metsci.glimpse.dspl.schema
Class SliceTableMapping

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.SliceTableMapping

public class SliceTableMapping
extends java.lang.Object

A mapping to a table that provides data for a slice.

Java class for SliceTableMapping complex type.

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

 <complexType name="SliceTableMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mapDimension" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
                 <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="mapMetric" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
                 <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SliceTableMapping.MapDimension
          Java class for anonymous complex type.
static class SliceTableMapping.MapMetric
          Java class for anonymous complex type.
 
Constructor Summary
SliceTableMapping()
           
 
Method Summary
 java.util.List<SliceTableMapping.MapDimension> getMapDimension()
          Gets the value of the mapDimension property.
 java.util.List<SliceTableMapping.MapMetric> getMapMetric()
          Gets the value of the mapMetric property.
 javax.xml.namespace.QName getRef()
          Gets the value of the ref property.
 void setRef(javax.xml.namespace.QName value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliceTableMapping

public SliceTableMapping()
Method Detail

getMapDimension

public java.util.List<SliceTableMapping.MapDimension> getMapDimension()
Gets the value of the mapDimension 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 mapDimension property.

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

    getMapDimension().add(newItem);
 

Objects of the following type(s) are allowed in the list SliceTableMapping.MapDimension


getMapMetric

public java.util.List<SliceTableMapping.MapMetric> getMapMetric()
Gets the value of the mapMetric 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 mapMetric property.

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

    getMapMetric().add(newItem);
 

Objects of the following type(s) are allowed in the list SliceTableMapping.MapMetric


getRef

public javax.xml.namespace.QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(javax.xml.namespace.QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName


Copyright © 2012 Metron, Inc.. All Rights Reserved.