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>
 | Modifier and Type | Field and Description | 
|---|---|
protected DocumentationDescription | 
description  | 
protected String | 
label  | 
| 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. 
 | 
protected DocumentationDescription description
protected String label
public DocumentationDescription getDescription()
DocumentationDescriptionpublic void setDescription(DocumentationDescription value)
value - allowed object is
     DocumentationDescriptionpublic String getLabel()
StringCopyright © 2011-2018 restSQL Project Contributors