com.metsci.glimpse.dspl.lite.schema
Class DsplLite

java.lang.Object
  extended by com.metsci.glimpse.dspl.lite.schema.DsplLite

public class DsplLite
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="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

DsplLite

public DsplLite()
Method Detail

getFile

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

Returns:
possible object is File

setFile

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

Parameters:
value - allowed object is File

getColumns

public DsplLite.Columns getColumns()
Gets the value of the columns property.

Returns:
possible object is DsplLite.Columns

setColumns

public void setColumns(DsplLite.Columns value)
Sets the value of the columns property.

Parameters:
value - allowed object is DsplLite.Columns

getTargetNamespace

public java.lang.String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String


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