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: com.github.sardine.model
|
public ObjectFactory()
public Supportedlock createSupportedlock()
Supportedlockpublic Propertyupdate createPropertyupdate()
Propertyupdatepublic Getlastmodified createGetlastmodified()
Getlastmodifiedpublic Getcontentlanguage createGetcontentlanguage()
Getcontentlanguagepublic Propertybehavior createPropertybehavior()
Propertybehaviorpublic Multistatus createMultistatus()
Multistatuspublic Collection createCollection()
Collectionpublic Displayname createDisplayname()
Displaynamepublic Getcontenttype createGetcontenttype()
Getcontenttypepublic SupportedReportSet createSupportedReportSet()
SupportedReportSetpublic SupportedReport createSupportedReport()
SupportedReportpublic SyncCollection createSyncCollection()
SyncCollectionpublic Lockdiscovery createLockdiscovery()
Lockdiscoverypublic WriteContent createWriteContent()
public WriteProperties createWriteProperties()
public Read createRead()
public ReadAcl createReadAcl()
public ReadCurrentUserPrivilegeSet createReadCurrentUserPrivilegeSet()
public UnBind createUnbind()
public Unlock createUnlock()
public All createAll()
public Unauthenticated createUnauthenticated()
public Authenticated createAuthenticated()
public Self createSelf()
public Bind createBind()
public Activelock createActivelock()
Activelockpublic Resourcetype createResourcetype()
Resourcetypepublic Getcontentlength createGetcontentlength()
Getcontentlengthpublic Creationdate createCreationdate()
Creationdatepublic SearchRequest createSearch()
SearchRequestpublic JAXBElement<String> createTimeout(String value)
public JAXBElement<String> createSyncLevel(String value)
public JAXBElement<String> createStatus(String value)
public JAXBElement<String> createResponsedescription(String value)
public JAXBElement<String> createHref(String value)
public JAXBElement<String> createSyncToken(String value)
public JAXBElement<String> createDst(String value)
public JAXBElement<BigInteger> createNresults(BigInteger value)
public JAXBElement<String> createSrc(String value)
public JAXBElement<String> createDepth(String value)
Copyright © 2019. All rights reserved.