org.xwiki.rest.model.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.xwiki.rest.model.jaxb package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xwiki.rest.model.jaxb
 
Method Summary
 Attachment createAttachment()
          Create an instance of Attachment
 Attachments createAttachments()
          Create an instance of Attachments
 Attribute createAttribute()
          Create an instance of Attribute
 Class createClass()
          Create an instance of Class
 Classes createClasses()
          Create an instance of Classes
 Comment createComment()
          Create an instance of Comment
 Comments createComments()
          Create an instance of Comments
 History createHistory()
          Create an instance of History
 HistorySummary createHistorySummary()
          Create an instance of HistorySummary
 Link createLink()
          Create an instance of Link
 LinkCollection createLinkCollection()
          Create an instance of LinkCollection
 Object createObject()
          Create an instance of Object
 Objects createObjects()
          Create an instance of Objects
 ObjectSummary createObjectSummary()
          Create an instance of ObjectSummary
 javax.xml.bind.JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
          Create an instance of JAXBElement<ObjectSummary>}
 Page createPage()
          Create an instance of Page
 Pages createPages()
          Create an instance of Pages
 PageSummary createPageSummary()
          Create an instance of PageSummary
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 SearchResult createSearchResult()
          Create an instance of SearchResult
 SearchResults createSearchResults()
          Create an instance of SearchResults
 Space createSpace()
          Create an instance of Space
 Spaces createSpaces()
          Create an instance of Spaces
 Syntaxes createSyntaxes()
          Create an instance of Syntaxes
 Tag createTag()
          Create an instance of Tag
 Tags createTags()
          Create an instance of Tags
 Translation createTranslation()
          Create an instance of Translation
 Translations createTranslations()
          Create an instance of Translations
 Wiki createWiki()
          Create an instance of Wiki
 Wikis createWikis()
          Create an instance of Wikis
 Xwiki createXwiki()
          Create an instance of Xwiki
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xwiki.rest.model.jaxb

Method Detail

createTranslations

public Translations createTranslations()
Create an instance of Translations


createObjectSummary

public ObjectSummary createObjectSummary()
Create an instance of ObjectSummary


createPageSummary

public PageSummary createPageSummary()
Create an instance of PageSummary


createAttachment

public Attachment createAttachment()
Create an instance of Attachment


createObjects

public Objects createObjects()
Create an instance of Objects


createPages

public Pages createPages()
Create an instance of Pages


createProperties

public Properties createProperties()
Create an instance of Properties


createWiki

public Wiki createWiki()
Create an instance of Wiki


createSpaces

public Spaces createSpaces()
Create an instance of Spaces


createHistory

public History createHistory()
Create an instance of History


createComment

public Comment createComment()
Create an instance of Comment


createWikis

public Wikis createWikis()
Create an instance of Wikis


createLinkCollection

public LinkCollection createLinkCollection()
Create an instance of LinkCollection


createClass

public Class createClass()
Create an instance of Class


createTranslation

public Translation createTranslation()
Create an instance of Translation


createObject

public Object createObject()
Create an instance of Object


createHistorySummary

public HistorySummary createHistorySummary()
Create an instance of HistorySummary


createTags

public Tags createTags()
Create an instance of Tags


createPage

public Page createPage()
Create an instance of Page


createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createSearchResult

public SearchResult createSearchResult()
Create an instance of SearchResult


createProperty

public Property createProperty()
Create an instance of Property


createTag

public Tag createTag()
Create an instance of Tag


createSpace

public Space createSpace()
Create an instance of Space


createClasses

public Classes createClasses()
Create an instance of Classes


createSyntaxes

public Syntaxes createSyntaxes()
Create an instance of Syntaxes


createLink

public Link createLink()
Create an instance of Link


createAttachments

public Attachments createAttachments()
Create an instance of Attachments


createSearchResults

public SearchResults createSearchResults()
Create an instance of SearchResults


createXwiki

public Xwiki createXwiki()
Create an instance of Xwiki


createComments

public Comments createComments()
Create an instance of Comments


createObjectSummary

public javax.xml.bind.JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
Create an instance of JAXBElement<ObjectSummary>}



Copyright © 2004-2010 XWiki. All Rights Reserved.