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()
DocumentationDescriptionpublic DocumentationExamples createDocumentationExamples()
DocumentationExamplespublic DocumentationColumns createDocumentationColumns()
DocumentationColumnspublic HttpConfig createHttpConfig()
HttpConfigpublic HttpResponse createHttpResponse()
HttpResponsepublic DocumentationColumn createDocumentationColumn()
DocumentationColumnpublic DocumentationResource createDocumentationResource()
DocumentationResourcepublic ValidatedAttribute createValidatedAttribute()
ValidatedAttributepublic DocumentationExample createDocumentationExample()
DocumentationExamplepublic DocumentationRequest createDocumentationRequest()
DocumentationRequestpublic DocumentationHeader createDocumentationHeader()
DocumentationHeaderpublic SqlResourceDefinition createSqlResourceDefinition()
SqlResourceDefinitionpublic Documentation createDocumentation()
Documentationpublic DocumentationResponse createDocumentationResponse()
DocumentationResponsepublic JAXBElement<SqlResourceDefinition> createSqlResource(SqlResourceDefinition value)
Copyright © 2011-2018 restSQL Project Contributors