|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.lite.schema.Column
public class Column
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 |
---|
public Column()
Method Detail |
---|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isKey()
public void setKey(boolean value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnit()
String
public void setUnit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParent()
String
public void setParent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormat()
String
public void setFormat(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 |