public static class Table.Column 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="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 and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the value of the format property.
|
String |
getId()
Gets the value of the id property.
|
DataType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setType(DataType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public DataType getType()
DataType
public void setType(DataType value)
value
- allowed object is
DataType
public String getFormat()
String
Copyright © 2016 Metron, Inc.. All rights reserved.