org.xcmis.core
Class ObjectFactory

java.lang.Object
  extended by org.xcmis.core.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.core 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.core
 
Method Summary
 JAXBElement<CmisAccessControlListType> createAcl(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAllowableActionsType> createAllowableActions(CmisAllowableActionsType value)
          Create an instance of JAXBElement<CmisAllowableActionsType>}
 CmisAccessControlEntryType createCmisAccessControlEntryType()
          Create an instance of CmisAccessControlEntryType
 CmisAccessControlListType createCmisAccessControlListType()
          Create an instance of CmisAccessControlListType
 CmisAccessControlPrincipalType createCmisAccessControlPrincipalType()
          Create an instance of CmisAccessControlPrincipalType
 CmisACLCapabilityType createCmisACLCapabilityType()
          Create an instance of CmisACLCapabilityType
 CmisAllowableActionsType createCmisAllowableActionsType()
          Create an instance of CmisAllowableActionsType
 CmisChangeEventType createCmisChangeEventType()
          Create an instance of CmisChangeEventType
 CmisChoice createCmisChoice()
          Create an instance of CmisChoice
 CmisChoiceBoolean createCmisChoiceBoolean()
          Create an instance of CmisChoiceBoolean
 CmisChoiceDateTime createCmisChoiceDateTime()
          Create an instance of CmisChoiceDateTime
 CmisChoiceDecimal createCmisChoiceDecimal()
          Create an instance of CmisChoiceDecimal
 CmisChoiceHtml createCmisChoiceHtml()
          Create an instance of CmisChoiceHtml
 CmisChoiceId createCmisChoiceId()
          Create an instance of CmisChoiceId
 CmisChoiceInteger createCmisChoiceInteger()
          Create an instance of CmisChoiceInteger
 CmisChoiceString createCmisChoiceString()
          Create an instance of CmisChoiceString
 CmisChoiceUri createCmisChoiceUri()
          Create an instance of CmisChoiceUri
 CmisListOfIdsType createCmisListOfIdsType()
          Create an instance of CmisListOfIdsType
 CmisObjectType createCmisObjectType()
          Create an instance of CmisObjectType
 CmisPermissionDefinition createCmisPermissionDefinition()
          Create an instance of CmisPermissionDefinition
 CmisPermissionMapping createCmisPermissionMapping()
          Create an instance of CmisPermissionMapping
 CmisPropertiesType createCmisPropertiesType()
          Create an instance of CmisPropertiesType
 CmisProperty createCmisProperty()
          Create an instance of CmisProperty
 CmisPropertyBoolean createCmisPropertyBoolean()
          Create an instance of CmisPropertyBoolean
 CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType()
          Create an instance of CmisPropertyBooleanDefinitionType
 CmisPropertyDateTime createCmisPropertyDateTime()
          Create an instance of CmisPropertyDateTime
 CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType()
          Create an instance of CmisPropertyDateTimeDefinitionType
 CmisPropertyDecimal createCmisPropertyDecimal()
          Create an instance of CmisPropertyDecimal
 CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType()
          Create an instance of CmisPropertyDecimalDefinitionType
 CmisPropertyDefinitionType createCmisPropertyDefinitionType()
          Create an instance of CmisPropertyDefinitionType
 CmisPropertyHtml createCmisPropertyHtml()
          Create an instance of CmisPropertyHtml
 CmisPropertyHtmlDefinitionType createCmisPropertyHtmlDefinitionType()
          Create an instance of CmisPropertyHtmlDefinitionType
 CmisPropertyId createCmisPropertyId()
          Create an instance of CmisPropertyId
 CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType()
          Create an instance of CmisPropertyIdDefinitionType
 CmisPropertyInteger createCmisPropertyInteger()
          Create an instance of CmisPropertyInteger
 CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType()
          Create an instance of CmisPropertyIntegerDefinitionType
 CmisPropertyString createCmisPropertyString()
          Create an instance of CmisPropertyString
 CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType()
          Create an instance of CmisPropertyStringDefinitionType
 CmisPropertyUri createCmisPropertyUri()
          Create an instance of CmisPropertyUri
 CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType()
          Create an instance of CmisPropertyUriDefinitionType
 CmisQueryType createCmisQueryType()
          Create an instance of CmisQueryType
 CmisRenditionType createCmisRenditionType()
          Create an instance of CmisRenditionType
 CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType()
          Create an instance of CmisRepositoryCapabilitiesType
 CmisRepositoryInfoType createCmisRepositoryInfoType()
          Create an instance of CmisRepositoryInfoType
 CmisTypeDefinitionType createCmisTypeDefinitionType()
          Create an instance of CmisTypeDefinitionType
 CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType()
          Create an instance of CmisTypeDocumentDefinitionType
 CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType()
          Create an instance of CmisTypeFolderDefinitionType
 CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType()
          Create an instance of CmisTypePolicyDefinitionType
 CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType()
          Create an instance of CmisTypeRelationshipDefinitionType
 JAXBElement<CmisQueryType> createQuery(CmisQueryType value)
          Create an instance of JAXBElement<CmisQueryType>}
 
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.core

Method Detail

createCmisPermissionMapping

public CmisPermissionMapping createCmisPermissionMapping()
Create an instance of CmisPermissionMapping


createCmisTypeDocumentDefinitionType

public CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType()
Create an instance of CmisTypeDocumentDefinitionType


createCmisTypeDefinitionType

public CmisTypeDefinitionType createCmisTypeDefinitionType()
Create an instance of CmisTypeDefinitionType


createCmisPropertyUri

public CmisPropertyUri createCmisPropertyUri()
Create an instance of CmisPropertyUri


createCmisAccessControlListType

public CmisAccessControlListType createCmisAccessControlListType()
Create an instance of CmisAccessControlListType


createCmisRepositoryInfoType

public CmisRepositoryInfoType createCmisRepositoryInfoType()
Create an instance of CmisRepositoryInfoType


createCmisPropertyId

public CmisPropertyId createCmisPropertyId()
Create an instance of CmisPropertyId


createCmisChangeEventType

public CmisChangeEventType createCmisChangeEventType()
Create an instance of CmisChangeEventType


createCmisPropertyUriDefinitionType

public CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType()
Create an instance of CmisPropertyUriDefinitionType


createCmisChoiceId

public CmisChoiceId createCmisChoiceId()
Create an instance of CmisChoiceId


createCmisProperty

public CmisProperty createCmisProperty()
Create an instance of CmisProperty


createCmisChoiceDateTime

public CmisChoiceDateTime createCmisChoiceDateTime()
Create an instance of CmisChoiceDateTime


createCmisPermissionDefinition

public CmisPermissionDefinition createCmisPermissionDefinition()
Create an instance of CmisPermissionDefinition


createCmisPropertyDecimalDefinitionType

public CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType()
Create an instance of CmisPropertyDecimalDefinitionType


createCmisListOfIdsType

public CmisListOfIdsType createCmisListOfIdsType()
Create an instance of CmisListOfIdsType


createCmisPropertyDefinitionType

public CmisPropertyDefinitionType createCmisPropertyDefinitionType()
Create an instance of CmisPropertyDefinitionType


createCmisChoiceBoolean

public CmisChoiceBoolean createCmisChoiceBoolean()
Create an instance of CmisChoiceBoolean


createCmisPropertyBoolean

public CmisPropertyBoolean createCmisPropertyBoolean()
Create an instance of CmisPropertyBoolean


createCmisPropertyDateTime

public CmisPropertyDateTime createCmisPropertyDateTime()
Create an instance of CmisPropertyDateTime


createCmisPropertyHtmlDefinitionType

public CmisPropertyHtmlDefinitionType createCmisPropertyHtmlDefinitionType()
Create an instance of CmisPropertyHtmlDefinitionType


createCmisPropertyIntegerDefinitionType

public CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType()
Create an instance of CmisPropertyIntegerDefinitionType


createCmisPropertyIdDefinitionType

public CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType()
Create an instance of CmisPropertyIdDefinitionType


createCmisAccessControlEntryType

public CmisAccessControlEntryType createCmisAccessControlEntryType()
Create an instance of CmisAccessControlEntryType


createCmisChoiceDecimal

public CmisChoiceDecimal createCmisChoiceDecimal()
Create an instance of CmisChoiceDecimal


createCmisTypeRelationshipDefinitionType

public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType()
Create an instance of CmisTypeRelationshipDefinitionType


createCmisChoice

public CmisChoice createCmisChoice()
Create an instance of CmisChoice


createCmisTypeFolderDefinitionType

public CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType()
Create an instance of CmisTypeFolderDefinitionType


createCmisChoiceUri

public CmisChoiceUri createCmisChoiceUri()
Create an instance of CmisChoiceUri


createCmisPropertyInteger

public CmisPropertyInteger createCmisPropertyInteger()
Create an instance of CmisPropertyInteger


createCmisAllowableActionsType

public CmisAllowableActionsType createCmisAllowableActionsType()
Create an instance of CmisAllowableActionsType


createCmisChoiceHtml

public CmisChoiceHtml createCmisChoiceHtml()
Create an instance of CmisChoiceHtml


createCmisTypePolicyDefinitionType

public CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType()
Create an instance of CmisTypePolicyDefinitionType


createCmisPropertyBooleanDefinitionType

public CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType()
Create an instance of CmisPropertyBooleanDefinitionType


createCmisRenditionType

public CmisRenditionType createCmisRenditionType()
Create an instance of CmisRenditionType


createCmisRepositoryCapabilitiesType

public CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType()
Create an instance of CmisRepositoryCapabilitiesType


createCmisPropertyDecimal

public CmisPropertyDecimal createCmisPropertyDecimal()
Create an instance of CmisPropertyDecimal


createCmisQueryType

public CmisQueryType createCmisQueryType()
Create an instance of CmisQueryType


createCmisChoiceString

public CmisChoiceString createCmisChoiceString()
Create an instance of CmisChoiceString


createCmisPropertyStringDefinitionType

public CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType()
Create an instance of CmisPropertyStringDefinitionType


createCmisACLCapabilityType

public CmisACLCapabilityType createCmisACLCapabilityType()
Create an instance of CmisACLCapabilityType


createCmisPropertyString

public CmisPropertyString createCmisPropertyString()
Create an instance of CmisPropertyString


createCmisPropertiesType

public CmisPropertiesType createCmisPropertiesType()
Create an instance of CmisPropertiesType


createCmisObjectType

public CmisObjectType createCmisObjectType()
Create an instance of CmisObjectType


createCmisPropertyDateTimeDefinitionType

public CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType()
Create an instance of CmisPropertyDateTimeDefinitionType


createCmisPropertyHtml

public CmisPropertyHtml createCmisPropertyHtml()
Create an instance of CmisPropertyHtml


createCmisAccessControlPrincipalType

public CmisAccessControlPrincipalType createCmisAccessControlPrincipalType()
Create an instance of CmisAccessControlPrincipalType


createCmisChoiceInteger

public CmisChoiceInteger createCmisChoiceInteger()
Create an instance of CmisChoiceInteger


createQuery

public JAXBElement<CmisQueryType> createQuery(CmisQueryType value)
Create an instance of JAXBElement<CmisQueryType>}


createAcl

public JAXBElement<CmisAccessControlListType> createAcl(CmisAccessControlListType value)
Create an instance of JAXBElement<CmisAccessControlListType>}


createAllowableActions

public JAXBElement<CmisAllowableActionsType> createAllowableActions(CmisAllowableActionsType value)
Create an instance of JAXBElement<CmisAllowableActionsType>}



Copyright © 2011 eXo Platform SAS. All Rights Reserved.