public class DocumentationResource extends Object
Java class for Resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Resource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://restsql.org/schema}Description" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DocumentationResource() |
Modifier and Type | Method and Description |
---|---|
DocumentationDescription |
getDescription()
Gets the value of the description property.
|
void |
setDescription(DocumentationDescription value)
Sets the value of the description property.
|
public DocumentationDescription getDescription()
DocumentationDescription
public void setDescription(DocumentationDescription value)
value
- allowed object is
DocumentationDescription
Copyright © 2011-2018 restSQL Project Contributors