com.metsci.glimpse.dspl.schema
Class Data

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

public class Data
extends java.lang.Object

Data for a table.

Java class for Data complex type.

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

 <complexType name="Data">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="file">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" default="csv" />
                 <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" default="utf-8" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Data.File
          Java class for anonymous complex type.
 
Constructor Summary
Data()
           
 
Method Summary
 Data.File getFile()
          Gets the value of the file property.
 void setFile(Data.File value)
          Sets the value of the file property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()
Method Detail

getFile

public Data.File getFile()
Gets the value of the file property.

Returns:
possible object is Data.File

setFile

public void setFile(Data.File value)
Sets the value of the file property.

Parameters:
value - allowed object is Data.File


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