|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.Data
public class Data
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 |
---|
public Data()
Method Detail |
---|
public Data.File getFile()
Data.File
public void setFile(Data.File value)
value
- allowed object is
Data.File
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |