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

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

public class Column
extends java.lang.Object

Column specification describing attributes of a particular column in the corresponding csv data file.

Java class for Column complex type.

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

 <complexType name="Column">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Column()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getFormat()
          Gets the value of the format property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getParent()
          Gets the value of the parent property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 java.lang.String getUrl()
          Gets the value of the url property.
 boolean isKey()
          Gets the value of the key property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFormat(java.lang.String value)
          Sets the value of the format property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setKey(boolean value)
          Sets the value of the key property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParent(java.lang.String value)
          Sets the value of the parent property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isKey

public boolean isKey()
Gets the value of the key property.


setKey

public void setKey(boolean value)
Sets the value of the key property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getParent

public java.lang.String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(java.lang.String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getFormat

public java.lang.String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(java.lang.String value)
Sets the value of the format property.

Parameters:
value - allowed object is String


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