public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.restsql.core.sqlresource
|
public ObjectFactory()
public DocumentationDescription createDocumentationDescription()
DocumentationDescription
public DocumentationExamples createDocumentationExamples()
DocumentationExamples
public DocumentationColumns createDocumentationColumns()
DocumentationColumns
public HttpConfig createHttpConfig()
HttpConfig
public HttpResponse createHttpResponse()
HttpResponse
public DocumentationColumn createDocumentationColumn()
DocumentationColumn
public DocumentationResource createDocumentationResource()
DocumentationResource
public ValidatedAttribute createValidatedAttribute()
ValidatedAttribute
public DocumentationExample createDocumentationExample()
DocumentationExample
public DocumentationRequest createDocumentationRequest()
DocumentationRequest
public DocumentationHeader createDocumentationHeader()
DocumentationHeader
public SqlResourceDefinition createSqlResourceDefinition()
SqlResourceDefinition
public Documentation createDocumentation()
Documentation
public DocumentationResponse createDocumentationResponse()
DocumentationResponse
public JAXBElement<SqlResourceDefinition> createSqlResource(SqlResourceDefinition value)
Copyright © 2011-2018 restSQL Project Contributors