public class DocumentationColumn 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"> <sequence> <element name="description" type="{http://restsql.org/schema}Description" minOccurs="0"/> </sequence> <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DocumentationColumn() |
Modifier and Type | Method and Description |
---|---|
DocumentationDescription |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setDescription(DocumentationDescription value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
public DocumentationDescription getDescription()
DocumentationDescription
public void setDescription(DocumentationDescription value)
value
- allowed object is
DocumentationDescription
public String getLabel()
String
Copyright © 2011-2018 restSQL Project Contributors