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

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Table.Column
Enclosing class:
Table

public static class Table.Column
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="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
       <attribute name="type" use="required" type="{http://schemas.google.com/dspl/2010}DataType" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Table.Column()
           
 
Method Summary
 java.lang.String getFormat()
          Gets the value of the format property.
 java.lang.String getId()
          Gets the value of the id property.
 DataType getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value 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 setType(DataType value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.Column

public Table.Column()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

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 DataType getType()
Gets the value of the type property.

Returns:
possible object is DataType

setType

public void setType(DataType value)
Sets the value of the type property.

Parameters:
value - allowed object is DataType

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.