This project has retired. For details please refer to its Attic page.
CmisTypeFolderDefinitionType xref

1   
2   package org.apache.chemistry.opencmis.commons.impl.jaxb;
3   
4   import javax.xml.bind.annotation.XmlAccessType;
5   import javax.xml.bind.annotation.XmlAccessorType;
6   import javax.xml.bind.annotation.XmlType;
7   
8   
9   /**
10   * <p>Java class for cmisTypeFolderDefinitionType complex type.
11   * 
12   * <p>The following schema fragment specifies the expected content contained within this class.
13   * 
14   * <pre>
15   * &lt;complexType name="cmisTypeFolderDefinitionType">
16   *   &lt;complexContent>
17   *     &lt;extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisTypeDefinitionType">
18   *       &lt;sequence>
19   *       &lt;/sequence>
20   *       &lt;anyAttribute processContents='lax' namespace='##other'/>
21   *     &lt;/extension>
22   *   &lt;/complexContent>
23   * &lt;/complexType>
24   * </pre>
25   * 
26   * 
27   */
28  @XmlAccessorType(XmlAccessType.FIELD)
29  @XmlType(name = "cmisTypeFolderDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/")
30  public class CmisTypeFolderDefinitionType
31      extends CmisTypeDefinitionType
32  {
33  
34  
35  }