public class DsplLite extends 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
DsplLite.Columns
Java class for anonymous complex type.
|
Constructor and Description |
---|
DsplLite() |
Modifier and Type | Method and Description |
---|---|
DsplLite.Columns |
getColumns()
Gets the value of the columns property.
|
File |
getFile()
Gets the value of the file property.
|
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(String value)
Sets the value of the targetNamespace property.
|
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 String getTargetNamespace()
String
Copyright © 2016 Metron, Inc.. All rights reserved.