public class Documentation extends Object
Java class for Documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Documentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource" type="{http://restsql.org/schema}Resource" minOccurs="0"/>
<element name="columns" type="{http://restsql.org/schema}Columns" minOccurs="0"/>
<element name="examples" type="{http://restsql.org/schema}Examples" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Documentation() |
| Modifier and Type | Method and Description |
|---|---|
DocumentationColumns |
getColumns()
Gets the value of the columns property.
|
DocumentationExamples |
getExamples()
Gets the value of the examples property.
|
DocumentationResource |
getResource()
Gets the value of the resource property.
|
void |
setColumns(DocumentationColumns value)
Sets the value of the columns property.
|
void |
setExamples(DocumentationExamples value)
Sets the value of the examples property.
|
void |
setResource(DocumentationResource value)
Sets the value of the resource property.
|
public DocumentationResource getResource()
DocumentationResourcepublic void setResource(DocumentationResource value)
value - allowed object is
DocumentationResourcepublic DocumentationColumns getColumns()
DocumentationColumnspublic void setColumns(DocumentationColumns value)
value - allowed object is
DocumentationColumnspublic DocumentationExamples getExamples()
DocumentationExamplespublic void setExamples(DocumentationExamples value)
value - allowed object is
DocumentationExamplesCopyright © 2011-2018 restSQL Project Contributors