org.xcmis.atom
Class ObjectFactory

java.lang.Object
  extended by org.xcmis.atom.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.xcmis.atom 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.xcmis.atom
 
Method Summary
 JAXBElement<CmisChildrenType> createChildren(CmisChildrenType value)
          Create an instance of JAXBElement<CmisChildrenType>}
 CmisChildrenType createCmisChildrenType()
          Create an instance of CmisChildrenType
 CmisContentType createCmisContentType()
          Create an instance of CmisContentType
 CmisUriTemplateType createCmisUriTemplateType()
          Create an instance of CmisUriTemplateType
 JAXBElement<String> createCollectionType(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<CmisContentType> createContent(CmisContentType value)
          Create an instance of JAXBElement<CmisContentType>}
 JAXBElement<BigInteger> createNumItems(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 JAXBElement<CmisObjectType> createObject(CmisObjectType value)
          Create an instance of JAXBElement<CmisObjectType>}
 JAXBElement<String> createPathSegment(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createRelativePathSegment(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<CmisRepositoryInfoType> createRepositoryInfo(CmisRepositoryInfoType value)
          Create an instance of JAXBElement<CmisRepositoryInfoType>}
 JAXBElement<CmisTypeDefinitionType> createType(CmisTypeDefinitionType value)
          Create an instance of JAXBElement<CmisTypeDefinitionType>}
 JAXBElement<CmisUriTemplateType> createUritemplate(CmisUriTemplateType value)
          Create an instance of JAXBElement<CmisUriTemplateType>}
 
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.xcmis.atom

Method Detail

createCmisContentType

public CmisContentType createCmisContentType()
Create an instance of CmisContentType


createCmisChildrenType

public CmisChildrenType createCmisChildrenType()
Create an instance of CmisChildrenType


createCmisUriTemplateType

public CmisUriTemplateType createCmisUriTemplateType()
Create an instance of CmisUriTemplateType


createRepositoryInfo

public JAXBElement<CmisRepositoryInfoType> createRepositoryInfo(CmisRepositoryInfoType value)
Create an instance of JAXBElement<CmisRepositoryInfoType>}


createChildren

public JAXBElement<CmisChildrenType> createChildren(CmisChildrenType value)
Create an instance of JAXBElement<CmisChildrenType>}


createObject

public JAXBElement<CmisObjectType> createObject(CmisObjectType value)
Create an instance of JAXBElement<CmisObjectType>}


createType

public JAXBElement<CmisTypeDefinitionType> createType(CmisTypeDefinitionType value)
Create an instance of JAXBElement<CmisTypeDefinitionType>}


createNumItems

public JAXBElement<BigInteger> createNumItems(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createCollectionType

public JAXBElement<String> createCollectionType(String value)
Create an instance of JAXBElement<String>}


createRelativePathSegment

public JAXBElement<String> createRelativePathSegment(String value)
Create an instance of JAXBElement<String>}


createPathSegment

public JAXBElement<String> createPathSegment(String value)
Create an instance of JAXBElement<String>}


createContent

public JAXBElement<CmisContentType> createContent(CmisContentType value)
Create an instance of JAXBElement<CmisContentType>}


createUritemplate

public JAXBElement<CmisUriTemplateType> createUritemplate(CmisUriTemplateType value)
Create an instance of JAXBElement<CmisUriTemplateType>}



Copyright © 2011 eXo Platform SAS. All Rights Reserved.