com.metsci.glimpse.dspl.schema
Class Slice.Data

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Slice.Data
Enclosing class:
Slice

public static class Slice.Data
extends java.lang.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="table" type="{http://schemas.google.com/dspl/2010}SliceTableMapping"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Slice.Data()
           
 
Method Summary
 SliceTableMapping getTable()
          Gets the value of the table property.
 void setTable(SliceTableMapping value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slice.Data

public Slice.Data()
Method Detail

getTable

public SliceTableMapping getTable()
Gets the value of the table property.

Returns:
possible object is SliceTableMapping

setTable

public void setTable(SliceTableMapping value)
Sets the value of the table property.

Parameters:
value - allowed object is SliceTableMapping


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