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()
DocumentationResource
public void setResource(DocumentationResource value)
value
- allowed object is
DocumentationResource
public DocumentationColumns getColumns()
DocumentationColumns
public void setColumns(DocumentationColumns value)
value
- allowed object is
DocumentationColumns
public DocumentationExamples getExamples()
DocumentationExamples
public void setExamples(DocumentationExamples value)
value
- allowed object is
DocumentationExamples
Copyright © 2011-2018 restSQL Project Contributors