org.xwiki.annotation.rest.model.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.xwiki.annotation.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.annotation.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.annotation.rest.model.jaxb
 
Method Summary
 AnnotatedContent createAnnotatedContent()
          Create an instance of AnnotatedContent
 AnnotationAddRequest createAnnotationAddRequest()
          Create an instance of AnnotationAddRequest
 javax.xml.bind.JAXBElement<AnnotationRequest> createAnnotationDeleteRequest(AnnotationRequest value)
          Create an instance of JAXBElement<AnnotationRequest>}
 AnnotationField createAnnotationField()
          Create an instance of AnnotationField
 AnnotationFieldCollection createAnnotationFieldCollection()
          Create an instance of AnnotationFieldCollection
 AnnotationRequest createAnnotationRequest()
          Create an instance of AnnotationRequest
 AnnotationRequest.Request createAnnotationRequestRequest()
          Create an instance of AnnotationRequest.Request
 AnnotationResponse createAnnotationResponse()
          Create an instance of AnnotationResponse
 AnnotationStub createAnnotationStub()
          Create an instance of AnnotationStub
 AnnotationUpdateRequest createAnnotationUpdateRequest()
          Create an instance of AnnotationUpdateRequest
 javax.xml.bind.JAXBElement<AnnotationUpdateRequest> createAnnotationUpdateRequest(AnnotationUpdateRequest value)
          Create an instance of JAXBElement<AnnotationUpdateRequest>}
 
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.annotation.rest.model.jaxb

Method Detail

createAnnotationRequest

public AnnotationRequest createAnnotationRequest()
Create an instance of AnnotationRequest


createAnnotationResponse

public AnnotationResponse createAnnotationResponse()
Create an instance of AnnotationResponse


createAnnotatedContent

public AnnotatedContent createAnnotatedContent()
Create an instance of AnnotatedContent


createAnnotationAddRequest

public AnnotationAddRequest createAnnotationAddRequest()
Create an instance of AnnotationAddRequest


createAnnotationUpdateRequest

public AnnotationUpdateRequest createAnnotationUpdateRequest()
Create an instance of AnnotationUpdateRequest


createAnnotationRequestRequest

public AnnotationRequest.Request createAnnotationRequestRequest()
Create an instance of AnnotationRequest.Request


createAnnotationFieldCollection

public AnnotationFieldCollection createAnnotationFieldCollection()
Create an instance of AnnotationFieldCollection


createAnnotationField

public AnnotationField createAnnotationField()
Create an instance of AnnotationField


createAnnotationStub

public AnnotationStub createAnnotationStub()
Create an instance of AnnotationStub


createAnnotationDeleteRequest

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


createAnnotationUpdateRequest

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



Copyright © 2004-2011 XWiki. All Rights Reserved.