Package org.xwiki.rest.model.jaxb
Class ObjectFactory
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.ObjectFactory
-
public class ObjectFactory extends 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
Constructors Constructor Description 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
-
-
-
Method Detail
-
createLinkCollection
public LinkCollection createLinkCollection()
Create an instance ofLinkCollection
-
createPageSummary
public PageSummary createPageSummary()
Create an instance ofPageSummary
-
createTranslations
public Translations createTranslations()
Create an instance ofTranslations
-
createAttachments
public Attachments createAttachments()
Create an instance ofAttachments
-
createHistorySummary
public HistorySummary createHistorySummary()
Create an instance ofHistorySummary
-
createAttachment
public Attachment createAttachment()
Create an instance ofAttachment
-
createPropertyValues
public PropertyValues createPropertyValues()
Create an instance ofPropertyValues
-
createObjectSummary
public ObjectSummary createObjectSummary()
Create an instance ofObjectSummary
-
createTranslation
public Translation createTranslation()
Create an instance ofTranslation
-
createProperties
public Properties createProperties()
Create an instance ofProperties
-
createSearchResult
public SearchResult createSearchResult()
Create an instance ofSearchResult
-
createSearchResults
public SearchResults createSearchResults()
Create an instance ofSearchResults
-
createJobRequest
public JobRequest createJobRequest()
Create an instance ofJobRequest
-
createJobProgress
public JobProgress createJobProgress()
Create an instance ofJobProgress
-
createHierarchyItem
public HierarchyItem createHierarchyItem()
Create an instance ofHierarchyItem
-
createObjectSummary
public javax.xml.bind.JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectSummary
>
-
-