public class Column extends Object
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 and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUnit()
Gets the value of the unit property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isKey()
Gets the value of the key property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKey(boolean value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public void setId(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isKey()
public void setKey(boolean value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getParent()
String
public void setParent(String value)
value
- allowed object is
String
public String getFormat()
String
Copyright © 2016 Metron, Inc.. All rights reserved.