|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.lite.schema.DsplLite
public class DsplLite
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="file" type="{http://schemas.metsci.com/dspl-lite/2011}File"/> <element name="columns" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://schemas.metsci.com/dspl-lite/2011}Column" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DsplLite.Columns
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DsplLite()
|
Method Summary | |
---|---|
DsplLite.Columns |
getColumns()
Gets the value of the columns property. |
File |
getFile()
Gets the value of the file property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
void |
setColumns(DsplLite.Columns value)
Sets the value of the columns property. |
void |
setFile(File value)
Sets the value of the file property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DsplLite()
Method Detail |
---|
public File getFile()
File
public void setFile(File value)
value
- allowed object is
File
public DsplLite.Columns getColumns()
DsplLite.Columns
public void setColumns(DsplLite.Columns value)
value
- allowed object is
DsplLite.Columns
public java.lang.String getTargetNamespace()
String
public void setTargetNamespace(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |