org.apache.wink.webdav.model
Class ObjectFactory

java.lang.Object
  extended by org.apache.wink.webdav.model.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.apache.wink.webdav.model 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.apache.wink.webdav.model
 
Method Summary
 Activelock createActivelock()
          Create an instance of Activelock
 Allprop createAllprop()
          Create an instance of Allprop
 Collection createCollection()
          Create an instance of Collection
 Creationdate createCreationdate()
          Create an instance of Creationdate
 javax.xml.bind.JAXBElement<java.lang.String> createDepth(java.lang.String value)
          Create an instance of JAXBElement<String>
 Displayname createDisplayname()
          Create an instance of Displayname
 javax.xml.bind.JAXBElement<java.lang.String> createDst(java.lang.String value)
          Create an instance of JAXBElement<String>
 Error createError()
          Create an instance of Error
 Exclusive createExclusive()
          Create an instance of Exclusive
 Getcontentlanguage createGetcontentlanguage()
          Create an instance of Getcontentlanguage
 Getcontentlength createGetcontentlength()
          Create an instance of Getcontentlength
 Getcontenttype createGetcontenttype()
          Create an instance of Getcontenttype
 Getetag createGetetag()
          Create an instance of Getetag
 Getlastmodified createGetlastmodified()
          Create an instance of Getlastmodified
 javax.xml.bind.JAXBElement<java.lang.String> createHref(java.lang.String value)
          Create an instance of JAXBElement<String>
 Keepalive createKeepalive()
          Create an instance of Keepalive
 Link createLink()
          Create an instance of Link
 Lockdiscovery createLockdiscovery()
          Create an instance of Lockdiscovery
 Lockentry createLockentry()
          Create an instance of Lockentry
 Lockinfo createLockinfo()
          Create an instance of Lockinfo
 Lockscope createLockscope()
          Create an instance of Lockscope
 Locktoken createLocktoken()
          Create an instance of Locktoken
 Locktype createLocktype()
          Create an instance of Locktype
 Multistatus createMultistatus()
          Create an instance of Multistatus
 Omit createOmit()
          Create an instance of Omit
 Owner createOwner()
          Create an instance of Owner
 Prop createProp()
          Create an instance of Prop
 Propertybehavior createPropertybehavior()
          Create an instance of Propertybehavior
 Propertyupdate createPropertyupdate()
          Create an instance of Propertyupdate
 Propfind createPropfind()
          Create an instance of Propfind
 Propname createPropname()
          Create an instance of Propname
 Propstat createPropstat()
          Create an instance of Propstat
 Remove createRemove()
          Create an instance of Remove
 Resourcetype createResourcetype()
          Create an instance of Resourcetype
 Response createResponse()
          Create an instance of Response
 javax.xml.bind.JAXBElement<java.lang.String> createResponsedescription(java.lang.String value)
          Create an instance of JAXBElement<String>
 Set createSet()
          Create an instance of Set
 Shared createShared()
          Create an instance of Shared
 javax.xml.bind.JAXBElement<java.lang.String> createSrc(java.lang.String value)
          Create an instance of JAXBElement<String>
 javax.xml.bind.JAXBElement<java.lang.String> createStatus(java.lang.String value)
          Create an instance of JAXBElement<String>
 Supportedlock createSupportedlock()
          Create an instance of Supportedlock
 javax.xml.bind.JAXBElement<java.lang.String> createTimeout(java.lang.String value)
          Create an instance of JAXBElement<String>
 Write createWrite()
          Create an instance of Write
 
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.apache.wink.webdav.model

Method Detail

createLockdiscovery

public Lockdiscovery createLockdiscovery()
Create an instance of Lockdiscovery


createSupportedlock

public Supportedlock createSupportedlock()
Create an instance of Supportedlock


createWrite

public Write createWrite()
Create an instance of Write


createLockentry

public Lockentry createLockentry()
Create an instance of Lockentry


createLockinfo

public Lockinfo createLockinfo()
Create an instance of Lockinfo


createGetcontentlanguage

public Getcontentlanguage createGetcontentlanguage()
Create an instance of Getcontentlanguage


createActivelock

public Activelock createActivelock()
Create an instance of Activelock


createExclusive

public Exclusive createExclusive()
Create an instance of Exclusive


createLocktype

public Locktype createLocktype()
Create an instance of Locktype


createResponse

public Response createResponse()
Create an instance of Response


createKeepalive

public Keepalive createKeepalive()
Create an instance of Keepalive


createLink

public Link createLink()
Create an instance of Link


createPropname

public Propname createPropname()
Create an instance of Propname


createResourcetype

public Resourcetype createResourcetype()
Create an instance of Resourcetype


createRemove

public Remove createRemove()
Create an instance of Remove


createAllprop

public Allprop createAllprop()
Create an instance of Allprop


createShared

public Shared createShared()
Create an instance of Shared


createPropertyupdate

public Propertyupdate createPropertyupdate()
Create an instance of Propertyupdate


createDisplayname

public Displayname createDisplayname()
Create an instance of Displayname


createOwner

public Owner createOwner()
Create an instance of Owner


createGetlastmodified

public Getlastmodified createGetlastmodified()
Create an instance of Getlastmodified


createSet

public Set createSet()
Create an instance of Set


createLockscope

public Lockscope createLockscope()
Create an instance of Lockscope


createOmit

public Omit createOmit()
Create an instance of Omit


createGetcontentlength

public Getcontentlength createGetcontentlength()
Create an instance of Getcontentlength


createPropfind

public Propfind createPropfind()
Create an instance of Propfind


createPropertybehavior

public Propertybehavior createPropertybehavior()
Create an instance of Propertybehavior


createMultistatus

public Multistatus createMultistatus()
Create an instance of Multistatus


createGetetag

public Getetag createGetetag()
Create an instance of Getetag


createGetcontenttype

public Getcontenttype createGetcontenttype()
Create an instance of Getcontenttype


createError

public Error createError()
Create an instance of Error


createCreationdate

public Creationdate createCreationdate()
Create an instance of Creationdate


createPropstat

public Propstat createPropstat()
Create an instance of Propstat


createCollection

public Collection createCollection()
Create an instance of Collection


createProp

public Prop createProp()
Create an instance of Prop


createLocktoken

public Locktoken createLocktoken()
Create an instance of Locktoken


createStatus

public javax.xml.bind.JAXBElement<java.lang.String> createStatus(java.lang.String value)
Create an instance of JAXBElement<String>


createDepth

public javax.xml.bind.JAXBElement<java.lang.String> createDepth(java.lang.String value)
Create an instance of JAXBElement<String>


createDst

public javax.xml.bind.JAXBElement<java.lang.String> createDst(java.lang.String value)
Create an instance of JAXBElement<String>


createResponsedescription

public javax.xml.bind.JAXBElement<java.lang.String> createResponsedescription(java.lang.String value)
Create an instance of JAXBElement<String>


createTimeout

public javax.xml.bind.JAXBElement<java.lang.String> createTimeout(java.lang.String value)
Create an instance of JAXBElement<String>


createSrc

public javax.xml.bind.JAXBElement<java.lang.String> createSrc(java.lang.String value)
Create an instance of JAXBElement<String>


createHref

public javax.xml.bind.JAXBElement<java.lang.String> createHref(java.lang.String value)
Create an instance of JAXBElement<String>



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.