public class DocumentationExample extends Object
Java class for Example complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Example"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="request" type="{http://restsql.org/schema}Request" minOccurs="0"/> <element name="response" type="{http://restsql.org/schema}Response" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DocumentationExample() |
Modifier and Type | Method and Description |
---|---|
DocumentationRequest |
getRequest()
Gets the value of the request property.
|
DocumentationResponse |
getResponse()
Gets the value of the response property.
|
void |
setRequest(DocumentationRequest value)
Sets the value of the request property.
|
void |
setResponse(DocumentationResponse value)
Sets the value of the response property.
|
public DocumentationRequest getRequest()
DocumentationRequest
public void setRequest(DocumentationRequest value)
value
- allowed object is
DocumentationRequest
public DocumentationResponse getResponse()
DocumentationResponse
public void setResponse(DocumentationResponse value)
value
- allowed object is
DocumentationResponse
Copyright © 2011-2018 restSQL Project Contributors