The following schema fragment specifies the expected content contained within this class.
- *
- *
appliedAspects;
- @XmlElement(namespace = "http://www.alfresco.org")
- protected CmisPropertiesType properties;
-
- /**
- * Gets the value of the appliedAspects property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the appliedAspects property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAppliedAspects().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getAppliedAspects() {
- if (appliedAspects == null) {
- appliedAspects = new ArrayList();
- }
- return this.appliedAspects;
- }
-
- /**
- * Gets the value of the properties property.
- *
- * @return
- * possible object is
- * {@link CmisPropertiesType }
- *
- */
- public CmisPropertiesType getProperties() {
- return properties;
- }
-
- /**
- * Sets the value of the properties property.
- *
- * @param value
- * allowed object is
- * {@link CmisPropertiesType }
- *
- */
- public void setProperties(CmisPropertiesType value) {
- this.properties = value;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOut.java b/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOut.java
deleted file mode 100644
index 3a041769a6..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOut.java
+++ /dev/null
@@ -1,122 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "repositoryId",
- "objectId",
- "extension"
-})
-@XmlRootElement(name = "cancelCheckOut")
-public class CancelCheckOut {
-
- @XmlElement(required = true)
- protected String repositoryId;
- @XmlElement(required = true)
- protected String objectId;
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the repositoryId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRepositoryId() {
- return repositoryId;
- }
-
- /**
- * Sets the value of the repositoryId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRepositoryId(String value) {
- this.repositoryId = value;
- }
-
- /**
- * Gets the value of the objectId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObjectId() {
- return objectId;
- }
-
- /**
- * Sets the value of the objectId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObjectId(String value) {
- this.objectId = value;
- }
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOutResponse.java b/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOutResponse.java
deleted file mode 100644
index f917492022..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CancelCheckOutResponse.java
+++ /dev/null
@@ -1,65 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "extension"
-})
-@XmlRootElement(name = "cancelCheckOutResponse")
-public class CancelCheckOutResponse {
-
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CheckIn.java b/source/generated/org/alfresco/repo/cmis/ws/CheckIn.java
deleted file mode 100644
index 60d1bdd1bd..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CheckIn.java
+++ /dev/null
@@ -1,325 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="major" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType" minOccurs="0"/>
- * <element name="contentStream" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisContentStreamType" minOccurs="0"/>
- * <element name="checkinComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="policies" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="addACEs" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType" minOccurs="0"/>
- * <element name="removeACEs" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType" minOccurs="0"/>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "repositoryId",
- "objectId",
- "major",
- "properties",
- "contentStream",
- "checkinComment",
- "policies",
- "addACEs",
- "removeACEs",
- "extension"
-})
-@XmlRootElement(name = "checkIn")
-public class CheckIn {
-
- @XmlElement(required = true)
- protected String repositoryId;
- @XmlElement(required = true)
- protected String objectId;
- @XmlElementRef(name = "major", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement major;
- @XmlElementRef(name = "properties", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement properties;
- @XmlElementRef(name = "contentStream", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement contentStream;
- @XmlElementRef(name = "checkinComment", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement checkinComment;
- @XmlElement(nillable = true)
- protected List policies;
- @XmlElementRef(name = "addACEs", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement addACEs;
- @XmlElementRef(name = "removeACEs", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement removeACEs;
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the repositoryId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRepositoryId() {
- return repositoryId;
- }
-
- /**
- * Sets the value of the repositoryId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRepositoryId(String value) {
- this.repositoryId = value;
- }
-
- /**
- * Gets the value of the objectId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObjectId() {
- return objectId;
- }
-
- /**
- * Sets the value of the objectId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObjectId(String value) {
- this.objectId = value;
- }
-
- /**
- * Gets the value of the major property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
- *
- */
- public JAXBElement getMajor() {
- return major;
- }
-
- /**
- * Sets the value of the major property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
- *
- */
- public void setMajor(JAXBElement value) {
- this.major = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the properties property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisPropertiesType }{@code >}
- *
- */
- public JAXBElement getProperties() {
- return properties;
- }
-
- /**
- * Sets the value of the properties property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisPropertiesType }{@code >}
- *
- */
- public void setProperties(JAXBElement value) {
- this.properties = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the contentStream property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisContentStreamType }{@code >}
- *
- */
- public JAXBElement getContentStream() {
- return contentStream;
- }
-
- /**
- * Sets the value of the contentStream property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisContentStreamType }{@code >}
- *
- */
- public void setContentStream(JAXBElement value) {
- this.contentStream = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the checkinComment property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- *
- */
- public JAXBElement getCheckinComment() {
- return checkinComment;
- }
-
- /**
- * Sets the value of the checkinComment property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- *
- */
- public void setCheckinComment(JAXBElement value) {
- this.checkinComment = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the policies property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the policies property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getPolicies().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getPolicies() {
- if (policies == null) {
- policies = new ArrayList();
- }
- return this.policies;
- }
-
- /**
- * Gets the value of the addACEs property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}
- *
- */
- public JAXBElement getAddACEs() {
- return addACEs;
- }
-
- /**
- * Sets the value of the addACEs property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}
- *
- */
- public void setAddACEs(JAXBElement value) {
- this.addACEs = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the removeACEs property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}
- *
- */
- public JAXBElement getRemoveACEs() {
- return removeACEs;
- }
-
- /**
- * Sets the value of the removeACEs property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}
- *
- */
- public void setRemoveACEs(JAXBElement value) {
- this.removeACEs = ((JAXBElement ) value);
- }
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CheckInResponse.java b/source/generated/org/alfresco/repo/cmis/ws/CheckInResponse.java
deleted file mode 100644
index d43bf5057b..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CheckInResponse.java
+++ /dev/null
@@ -1,94 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "objectId",
- "extension"
-})
-@XmlRootElement(name = "checkInResponse")
-public class CheckInResponse {
-
- @XmlElement(required = true)
- protected String objectId;
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the objectId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObjectId() {
- return objectId;
- }
-
- /**
- * Sets the value of the objectId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObjectId(String value) {
- this.objectId = value;
- }
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CheckOut.java b/source/generated/org/alfresco/repo/cmis/ws/CheckOut.java
deleted file mode 100644
index cb3e560cf5..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CheckOut.java
+++ /dev/null
@@ -1,122 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "repositoryId",
- "objectId",
- "extension"
-})
-@XmlRootElement(name = "checkOut")
-public class CheckOut {
-
- @XmlElement(required = true)
- protected String repositoryId;
- @XmlElement(required = true)
- protected String objectId;
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the repositoryId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRepositoryId() {
- return repositoryId;
- }
-
- /**
- * Sets the value of the repositoryId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRepositoryId(String value) {
- this.repositoryId = value;
- }
-
- /**
- * Gets the value of the objectId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObjectId() {
- return objectId;
- }
-
- /**
- * Sets the value of the objectId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObjectId(String value) {
- this.objectId = value;
- }
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CheckOutResponse.java b/source/generated/org/alfresco/repo/cmis/ws/CheckOutResponse.java
deleted file mode 100644
index 3f3683accd..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CheckOutResponse.java
+++ /dev/null
@@ -1,113 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="contentCopied" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "objectId",
- "contentCopied",
- "extension"
-})
-@XmlRootElement(name = "checkOutResponse")
-public class CheckOutResponse {
-
- @XmlElement(required = true)
- protected String objectId;
- protected boolean contentCopied;
- @XmlElementRef(name = "extension", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", type = JAXBElement.class)
- protected JAXBElement extension;
-
- /**
- * Gets the value of the objectId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObjectId() {
- return objectId;
- }
-
- /**
- * Sets the value of the objectId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObjectId(String value) {
- this.objectId = value;
- }
-
- /**
- * Gets the value of the contentCopied property.
- *
- */
- public boolean isContentCopied() {
- return contentCopied;
- }
-
- /**
- * Sets the value of the contentCopied property.
- *
- */
- public void setContentCopied(boolean value) {
- this.contentCopied = value;
- }
-
- /**
- * Gets the value of the extension property.
- *
- * @return
- * possible object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public JAXBElement getExtension() {
- return extension;
- }
-
- /**
- * Sets the value of the extension property.
- *
- * @param value
- * allowed object is
- * {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}
- *
- */
- public void setExtension(JAXBElement value) {
- this.extension = ((JAXBElement ) value);
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisACLCapabilityType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisACLCapabilityType.java
deleted file mode 100644
index 8729e20340..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisACLCapabilityType.java
+++ /dev/null
@@ -1,157 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisACLCapabilityType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisACLCapabilityType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="supportedPermissions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumSupportedPermissions"/>
- * <element name="propagation" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumACLPropagation"/>
- * <element name="permissions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPermissionDefinition" maxOccurs="unbounded"/>
- * <element name="mapping" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPermissionMapping" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisACLCapabilityType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "supportedPermissions",
- "propagation",
- "permissions",
- "mapping"
-})
-public class CmisACLCapabilityType {
-
- @XmlElement(required = true)
- protected EnumSupportedPermissions supportedPermissions;
- @XmlElement(required = true)
- protected EnumACLPropagation propagation;
- @XmlElement(required = true)
- protected List permissions;
- protected List mapping;
-
- /**
- * Gets the value of the supportedPermissions property.
- *
- * @return
- * possible object is
- * {@link EnumSupportedPermissions }
- *
- */
- public EnumSupportedPermissions getSupportedPermissions() {
- return supportedPermissions;
- }
-
- /**
- * Sets the value of the supportedPermissions property.
- *
- * @param value
- * allowed object is
- * {@link EnumSupportedPermissions }
- *
- */
- public void setSupportedPermissions(EnumSupportedPermissions value) {
- this.supportedPermissions = value;
- }
-
- /**
- * Gets the value of the propagation property.
- *
- * @return
- * possible object is
- * {@link EnumACLPropagation }
- *
- */
- public EnumACLPropagation getPropagation() {
- return propagation;
- }
-
- /**
- * Sets the value of the propagation property.
- *
- * @param value
- * allowed object is
- * {@link EnumACLPropagation }
- *
- */
- public void setPropagation(EnumACLPropagation value) {
- this.propagation = value;
- }
-
- /**
- * Gets the value of the permissions property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the permissions property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getPermissions().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisPermissionDefinition }
- *
- *
- */
- public List getPermissions() {
- if (permissions == null) {
- permissions = new ArrayList();
- }
- return this.permissions;
- }
-
- /**
- * Gets the value of the mapping property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the mapping property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMapping().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisPermissionMapping }
- *
- *
- */
- public List getMapping() {
- if (mapping == null) {
- mapping = new ArrayList();
- }
- return this.mapping;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisACLType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisACLType.java
deleted file mode 100644
index defa62ab3b..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisACLType.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisACLType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisACLType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ACL" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType"/>
- * <element name="exact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisACLType", propOrder = {
- "acl",
- "exact",
- "any"
-})
-public class CmisACLType {
-
- @XmlElement(name = "ACL", required = true)
- protected CmisAccessControlListType acl;
- protected Boolean exact;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the acl property.
- *
- * @return
- * possible object is
- * {@link CmisAccessControlListType }
- *
- */
- public CmisAccessControlListType getACL() {
- return acl;
- }
-
- /**
- * Sets the value of the acl property.
- *
- * @param value
- * allowed object is
- * {@link CmisAccessControlListType }
- *
- */
- public void setACL(CmisAccessControlListType value) {
- this.acl = value;
- }
-
- /**
- * Gets the value of the exact property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isExact() {
- return exact;
- }
-
- /**
- * Sets the value of the exact property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setExact(Boolean value) {
- this.exact = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlEntryType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlEntryType.java
deleted file mode 100644
index a6a60943f5..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlEntryType.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisAccessControlEntryType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisAccessControlEntryType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="principal" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlPrincipalType"/>
- * <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * <element name="direct" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisAccessControlEntryType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "principal",
- "permission",
- "direct",
- "any"
-})
-public class CmisAccessControlEntryType {
-
- @XmlElement(required = true)
- protected CmisAccessControlPrincipalType principal;
- @XmlElement(required = true)
- protected List permission;
- protected boolean direct;
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the principal property.
- *
- * @return
- * possible object is
- * {@link CmisAccessControlPrincipalType }
- *
- */
- public CmisAccessControlPrincipalType getPrincipal() {
- return principal;
- }
-
- /**
- * Sets the value of the principal property.
- *
- * @param value
- * allowed object is
- * {@link CmisAccessControlPrincipalType }
- *
- */
- public void setPrincipal(CmisAccessControlPrincipalType value) {
- this.principal = value;
- }
-
- /**
- * Gets the value of the permission property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the permission property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getPermission().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getPermission() {
- if (permission == null) {
- permission = new ArrayList();
- }
- return this.permission;
- }
-
- /**
- * Gets the value of the direct property.
- *
- */
- public boolean isDirect() {
- return direct;
- }
-
- /**
- * Sets the value of the direct property.
- *
- */
- public void setDirect(boolean value) {
- this.direct = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlListType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlListType.java
deleted file mode 100644
index a2e42b723e..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlListType.java
+++ /dev/null
@@ -1,105 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisAccessControlListType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisAccessControlListType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="permission" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlEntryType" maxOccurs="unbounded"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisAccessControlListType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "permission",
- "any"
-})
-public class CmisAccessControlListType {
-
- @XmlElement(required = true)
- protected List permission;
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the permission property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the permission property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getPermission().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisAccessControlEntryType }
- *
- *
- */
- public List getPermission() {
- if (permission == null) {
- permission = new ArrayList();
- }
- return this.permission;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlPrincipalType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlPrincipalType.java
deleted file mode 100644
index 1697ed1936..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisAccessControlPrincipalType.java
+++ /dev/null
@@ -1,100 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisAccessControlPrincipalType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisAccessControlPrincipalType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="principalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisAccessControlPrincipalType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "principalId",
- "any"
-})
-public class CmisAccessControlPrincipalType {
-
- @XmlElement(required = true)
- protected String principalId;
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the principalId property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPrincipalId() {
- return principalId;
- }
-
- /**
- * Sets the value of the principalId property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPrincipalId(String value) {
- this.principalId = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisAllowableActionsType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisAllowableActionsType.java
deleted file mode 100644
index c4751404f0..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisAllowableActionsType.java
+++ /dev/null
@@ -1,879 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisAllowableActionsType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisAllowableActionsType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="canDeleteObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canUpdateProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetFolderTree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetObjectRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetObjectParents" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetFolderParent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetDescendants" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canMoveObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canDeleteContentStream" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCheckOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCancelCheckOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCheckIn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canSetContentStream" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetAllVersions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canAddObjectToFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canRemoveObjectFromFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetContentStream" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canApplyPolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetAppliedPolicies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canRemovePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCreateDocument" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCreateFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canCreateRelationship" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canDeleteTree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetRenditions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canGetACL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="canApplyACL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisAllowableActionsType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "canDeleteObject",
- "canUpdateProperties",
- "canGetFolderTree",
- "canGetProperties",
- "canGetObjectRelationships",
- "canGetObjectParents",
- "canGetFolderParent",
- "canGetDescendants",
- "canMoveObject",
- "canDeleteContentStream",
- "canCheckOut",
- "canCancelCheckOut",
- "canCheckIn",
- "canSetContentStream",
- "canGetAllVersions",
- "canAddObjectToFolder",
- "canRemoveObjectFromFolder",
- "canGetContentStream",
- "canApplyPolicy",
- "canGetAppliedPolicies",
- "canRemovePolicy",
- "canGetChildren",
- "canCreateDocument",
- "canCreateFolder",
- "canCreateRelationship",
- "canDeleteTree",
- "canGetRenditions",
- "canGetACL",
- "canApplyACL",
- "any"
-})
-public class CmisAllowableActionsType {
-
- protected Boolean canDeleteObject;
- protected Boolean canUpdateProperties;
- protected Boolean canGetFolderTree;
- protected Boolean canGetProperties;
- protected Boolean canGetObjectRelationships;
- protected Boolean canGetObjectParents;
- protected Boolean canGetFolderParent;
- protected Boolean canGetDescendants;
- protected Boolean canMoveObject;
- protected Boolean canDeleteContentStream;
- protected Boolean canCheckOut;
- protected Boolean canCancelCheckOut;
- protected Boolean canCheckIn;
- protected Boolean canSetContentStream;
- protected Boolean canGetAllVersions;
- protected Boolean canAddObjectToFolder;
- protected Boolean canRemoveObjectFromFolder;
- protected Boolean canGetContentStream;
- protected Boolean canApplyPolicy;
- protected Boolean canGetAppliedPolicies;
- protected Boolean canRemovePolicy;
- protected Boolean canGetChildren;
- protected Boolean canCreateDocument;
- protected Boolean canCreateFolder;
- protected Boolean canCreateRelationship;
- protected Boolean canDeleteTree;
- protected Boolean canGetRenditions;
- protected Boolean canGetACL;
- protected Boolean canApplyACL;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the canDeleteObject property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanDeleteObject() {
- return canDeleteObject;
- }
-
- /**
- * Sets the value of the canDeleteObject property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanDeleteObject(Boolean value) {
- this.canDeleteObject = value;
- }
-
- /**
- * Gets the value of the canUpdateProperties property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanUpdateProperties() {
- return canUpdateProperties;
- }
-
- /**
- * Sets the value of the canUpdateProperties property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanUpdateProperties(Boolean value) {
- this.canUpdateProperties = value;
- }
-
- /**
- * Gets the value of the canGetFolderTree property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetFolderTree() {
- return canGetFolderTree;
- }
-
- /**
- * Sets the value of the canGetFolderTree property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetFolderTree(Boolean value) {
- this.canGetFolderTree = value;
- }
-
- /**
- * Gets the value of the canGetProperties property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetProperties() {
- return canGetProperties;
- }
-
- /**
- * Sets the value of the canGetProperties property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetProperties(Boolean value) {
- this.canGetProperties = value;
- }
-
- /**
- * Gets the value of the canGetObjectRelationships property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetObjectRelationships() {
- return canGetObjectRelationships;
- }
-
- /**
- * Sets the value of the canGetObjectRelationships property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetObjectRelationships(Boolean value) {
- this.canGetObjectRelationships = value;
- }
-
- /**
- * Gets the value of the canGetObjectParents property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetObjectParents() {
- return canGetObjectParents;
- }
-
- /**
- * Sets the value of the canGetObjectParents property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetObjectParents(Boolean value) {
- this.canGetObjectParents = value;
- }
-
- /**
- * Gets the value of the canGetFolderParent property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetFolderParent() {
- return canGetFolderParent;
- }
-
- /**
- * Sets the value of the canGetFolderParent property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetFolderParent(Boolean value) {
- this.canGetFolderParent = value;
- }
-
- /**
- * Gets the value of the canGetDescendants property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetDescendants() {
- return canGetDescendants;
- }
-
- /**
- * Sets the value of the canGetDescendants property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetDescendants(Boolean value) {
- this.canGetDescendants = value;
- }
-
- /**
- * Gets the value of the canMoveObject property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanMoveObject() {
- return canMoveObject;
- }
-
- /**
- * Sets the value of the canMoveObject property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanMoveObject(Boolean value) {
- this.canMoveObject = value;
- }
-
- /**
- * Gets the value of the canDeleteContentStream property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanDeleteContentStream() {
- return canDeleteContentStream;
- }
-
- /**
- * Sets the value of the canDeleteContentStream property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanDeleteContentStream(Boolean value) {
- this.canDeleteContentStream = value;
- }
-
- /**
- * Gets the value of the canCheckOut property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCheckOut() {
- return canCheckOut;
- }
-
- /**
- * Sets the value of the canCheckOut property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCheckOut(Boolean value) {
- this.canCheckOut = value;
- }
-
- /**
- * Gets the value of the canCancelCheckOut property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCancelCheckOut() {
- return canCancelCheckOut;
- }
-
- /**
- * Sets the value of the canCancelCheckOut property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCancelCheckOut(Boolean value) {
- this.canCancelCheckOut = value;
- }
-
- /**
- * Gets the value of the canCheckIn property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCheckIn() {
- return canCheckIn;
- }
-
- /**
- * Sets the value of the canCheckIn property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCheckIn(Boolean value) {
- this.canCheckIn = value;
- }
-
- /**
- * Gets the value of the canSetContentStream property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanSetContentStream() {
- return canSetContentStream;
- }
-
- /**
- * Sets the value of the canSetContentStream property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanSetContentStream(Boolean value) {
- this.canSetContentStream = value;
- }
-
- /**
- * Gets the value of the canGetAllVersions property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetAllVersions() {
- return canGetAllVersions;
- }
-
- /**
- * Sets the value of the canGetAllVersions property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetAllVersions(Boolean value) {
- this.canGetAllVersions = value;
- }
-
- /**
- * Gets the value of the canAddObjectToFolder property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanAddObjectToFolder() {
- return canAddObjectToFolder;
- }
-
- /**
- * Sets the value of the canAddObjectToFolder property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanAddObjectToFolder(Boolean value) {
- this.canAddObjectToFolder = value;
- }
-
- /**
- * Gets the value of the canRemoveObjectFromFolder property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanRemoveObjectFromFolder() {
- return canRemoveObjectFromFolder;
- }
-
- /**
- * Sets the value of the canRemoveObjectFromFolder property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanRemoveObjectFromFolder(Boolean value) {
- this.canRemoveObjectFromFolder = value;
- }
-
- /**
- * Gets the value of the canGetContentStream property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetContentStream() {
- return canGetContentStream;
- }
-
- /**
- * Sets the value of the canGetContentStream property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetContentStream(Boolean value) {
- this.canGetContentStream = value;
- }
-
- /**
- * Gets the value of the canApplyPolicy property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanApplyPolicy() {
- return canApplyPolicy;
- }
-
- /**
- * Sets the value of the canApplyPolicy property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanApplyPolicy(Boolean value) {
- this.canApplyPolicy = value;
- }
-
- /**
- * Gets the value of the canGetAppliedPolicies property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetAppliedPolicies() {
- return canGetAppliedPolicies;
- }
-
- /**
- * Sets the value of the canGetAppliedPolicies property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetAppliedPolicies(Boolean value) {
- this.canGetAppliedPolicies = value;
- }
-
- /**
- * Gets the value of the canRemovePolicy property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanRemovePolicy() {
- return canRemovePolicy;
- }
-
- /**
- * Sets the value of the canRemovePolicy property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanRemovePolicy(Boolean value) {
- this.canRemovePolicy = value;
- }
-
- /**
- * Gets the value of the canGetChildren property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetChildren() {
- return canGetChildren;
- }
-
- /**
- * Sets the value of the canGetChildren property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetChildren(Boolean value) {
- this.canGetChildren = value;
- }
-
- /**
- * Gets the value of the canCreateDocument property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCreateDocument() {
- return canCreateDocument;
- }
-
- /**
- * Sets the value of the canCreateDocument property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCreateDocument(Boolean value) {
- this.canCreateDocument = value;
- }
-
- /**
- * Gets the value of the canCreateFolder property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCreateFolder() {
- return canCreateFolder;
- }
-
- /**
- * Sets the value of the canCreateFolder property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCreateFolder(Boolean value) {
- this.canCreateFolder = value;
- }
-
- /**
- * Gets the value of the canCreateRelationship property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanCreateRelationship() {
- return canCreateRelationship;
- }
-
- /**
- * Sets the value of the canCreateRelationship property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanCreateRelationship(Boolean value) {
- this.canCreateRelationship = value;
- }
-
- /**
- * Gets the value of the canDeleteTree property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanDeleteTree() {
- return canDeleteTree;
- }
-
- /**
- * Sets the value of the canDeleteTree property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanDeleteTree(Boolean value) {
- this.canDeleteTree = value;
- }
-
- /**
- * Gets the value of the canGetRenditions property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetRenditions() {
- return canGetRenditions;
- }
-
- /**
- * Sets the value of the canGetRenditions property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetRenditions(Boolean value) {
- this.canGetRenditions = value;
- }
-
- /**
- * Gets the value of the canGetACL property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanGetACL() {
- return canGetACL;
- }
-
- /**
- * Sets the value of the canGetACL property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanGetACL(Boolean value) {
- this.canGetACL = value;
- }
-
- /**
- * Gets the value of the canApplyACL property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isCanApplyACL() {
- return canApplyACL;
- }
-
- /**
- * Sets the value of the canApplyACL property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setCanApplyACL(Boolean value) {
- this.canApplyACL = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Element }
- * {@link Object }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChangeEventType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChangeEventType.java
deleted file mode 100644
index 9522823f76..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChangeEventType.java
+++ /dev/null
@@ -1,131 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.datatype.XMLGregorianCalendar;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisChangeEventType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChangeEventType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="changeType" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumTypeOfChanges"/>
- * <element name="changeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChangeEventType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "changeType",
- "changeTime",
- "any"
-})
-public class CmisChangeEventType {
-
- @XmlElement(required = true)
- protected EnumTypeOfChanges changeType;
- @XmlElement(required = true)
- @XmlSchemaType(name = "dateTime")
- protected XMLGregorianCalendar changeTime;
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the changeType property.
- *
- * @return
- * possible object is
- * {@link EnumTypeOfChanges }
- *
- */
- public EnumTypeOfChanges getChangeType() {
- return changeType;
- }
-
- /**
- * Sets the value of the changeType property.
- *
- * @param value
- * allowed object is
- * {@link EnumTypeOfChanges }
- *
- */
- public void setChangeType(EnumTypeOfChanges value) {
- this.changeType = value;
- }
-
- /**
- * Gets the value of the changeTime property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getChangeTime() {
- return changeTime;
- }
-
- /**
- * Sets the value of the changeTime property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setChangeTime(XMLGregorianCalendar value) {
- this.changeTime = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoice.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoice.java
deleted file mode 100644
index d424dd56ce..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoice.java
+++ /dev/null
@@ -1,96 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.HashMap;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for cmisChoice complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoice">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * <attribute name="displayName" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoice", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/")
-@XmlSeeAlso({
- CmisChoiceHtml.class,
- CmisChoiceInteger.class,
- CmisChoiceDecimal.class,
- CmisChoiceString.class,
- CmisChoiceDateTime.class,
- CmisChoiceId.class,
- CmisChoiceBoolean.class,
- CmisChoiceUri.class
-})
-public class CmisChoice {
-
- @XmlAttribute(required = true)
- @XmlSchemaType(name = "anySimpleType")
- protected String displayName;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the displayName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDisplayName() {
- return displayName;
- }
-
- /**
- * Sets the value of the displayName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDisplayName(String value) {
- this.displayName = value;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceBoolean.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceBoolean.java
deleted file mode 100644
index 125dccaee9..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceBoolean.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceBoolean complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceBoolean">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceBoolean" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceBoolean", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceBoolean
- extends CmisChoice
-{
-
- @XmlElement(type = Boolean.class)
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Boolean }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceBoolean }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDateTime.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDateTime.java
deleted file mode 100644
index cdbf46c13d..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDateTime.java
+++ /dev/null
@@ -1,104 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for cmisChoiceDateTime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceDateTime">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceDateTime" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceDateTime", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceDateTime
- extends CmisChoice
-{
-
- @XmlSchemaType(name = "dateTime")
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link XMLGregorianCalendar }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceDateTime }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDecimal.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDecimal.java
deleted file mode 100644
index 835def4bd2..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceDecimal.java
+++ /dev/null
@@ -1,102 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.math.BigDecimal;
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceDecimal complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceDecimal">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceDecimal" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceDecimal", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceDecimal
- extends CmisChoice
-{
-
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link BigDecimal }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceDecimal }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceHtml.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceHtml.java
deleted file mode 100644
index 2a7f506470..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceHtml.java
+++ /dev/null
@@ -1,101 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceHtml complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceHtml">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceHtml" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceHtml", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceHtml
- extends CmisChoice
-{
-
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceHtml }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceId.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceId.java
deleted file mode 100644
index 602c261c52..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceId.java
+++ /dev/null
@@ -1,101 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceId complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceId">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceId" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceId", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceId
- extends CmisChoice
-{
-
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceId }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceInteger.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceInteger.java
deleted file mode 100644
index cf873ec04a..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceInteger.java
+++ /dev/null
@@ -1,102 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceInteger complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceInteger">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceInteger" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceInteger", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceInteger
- extends CmisChoice
-{
-
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link BigInteger }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceInteger }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceString.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceString.java
deleted file mode 100644
index 50d2f3e1b2..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceString.java
+++ /dev/null
@@ -1,101 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceString complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceString">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceString" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceString", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceString
- extends CmisChoice
-{
-
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceString }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceUri.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceUri.java
deleted file mode 100644
index 756c72adc8..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceUri.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisChoiceUri complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisChoiceUri">
- * <complexContent>
- * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoice">
- * <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="choice" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChoiceUri" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceUri", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "value",
- "choice"
-})
-public class CmisChoiceUri
- extends CmisChoice
-{
-
- @XmlSchemaType(name = "anyURI")
- protected List value;
- protected List choice;
-
- /**
- * Gets the value of the value property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the value property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getValue() {
- if (value == null) {
- value = new ArrayList();
- }
- return this.value;
- }
-
- /**
- * Gets the value of the choice property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the choice property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChoice().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceUri }
- *
- *
- */
- public List getChoice() {
- if (choice == null) {
- choice = new ArrayList();
- }
- return this.choice;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java
deleted file mode 100644
index 2a80c89300..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java
+++ /dev/null
@@ -1,210 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.activation.DataHandler;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlMimeType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisContentStreamType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisContentStreamType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="length" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- * <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="stream" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisContentStreamType", propOrder = {
- "length",
- "mimeType",
- "filename",
- "stream",
- "any"
-})
-public class CmisContentStreamType {
-
- protected BigInteger length;
- protected String mimeType;
- protected String filename;
- @XmlElement(required = true)
- @XmlMimeType("application/octet-stream")
- protected DataHandler stream;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the length property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getLength() {
- return length;
- }
-
- /**
- * Sets the value of the length property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setLength(BigInteger value) {
- this.length = value;
- }
-
- /**
- * Gets the value of the mimeType property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMimeType() {
- return mimeType;
- }
-
- /**
- * Sets the value of the mimeType property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMimeType(String value) {
- this.mimeType = value;
- }
-
- /**
- * Gets the value of the filename property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFilename() {
- return filename;
- }
-
- /**
- * Sets the value of the filename property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFilename(String value) {
- this.filename = value;
- }
-
- /**
- * Gets the value of the stream property.
- *
- * @return
- * possible object is
- * {@link DataHandler }
- *
- */
- public DataHandler getStream() {
- return stream;
- }
-
- /**
- * Sets the value of the stream property.
- *
- * @param value
- * allowed object is
- * {@link DataHandler }
- *
- */
- public void setStream(DataHandler value) {
- this.stream = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisException.java b/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
deleted file mode 100644
index eb765d0a7a..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Wed Jan 13 20:13:28 GMT 2010
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "cmisFault", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/")
-public class CmisException extends Exception {
- public static final long serialVersionUID = 20100113201328L;
-
- private org.alfresco.repo.cmis.ws.CmisFaultType cmisFault;
-
- public CmisException() {
- super();
- }
-
- public CmisException(String message) {
- super(message);
- }
-
- public CmisException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public CmisException(String message, org.alfresco.repo.cmis.ws.CmisFaultType cmisFault) {
- super(message);
- this.cmisFault = cmisFault;
- }
-
- public CmisException(String message, org.alfresco.repo.cmis.ws.CmisFaultType cmisFault, Throwable cause) {
- super(message, cause);
- this.cmisFault = cmisFault;
- }
-
- public org.alfresco.repo.cmis.ws.CmisFaultType getFaultInfo() {
- return this.cmisFault;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisExtensionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisExtensionType.java
deleted file mode 100644
index 34c9edd5b6..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisExtensionType.java
+++ /dev/null
@@ -1,69 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisExtensionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisExtensionType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisExtensionType", propOrder = {
- "any"
-})
-public class CmisExtensionType {
-
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java
deleted file mode 100644
index 31cc2ced85..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java
+++ /dev/null
@@ -1,155 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for cmisFaultType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisFaultType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}enumServiceException"/>
- * <element name="code" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisFaultType", propOrder = {
- "type",
- "code",
- "message",
- "any"
-})
-public class CmisFaultType {
-
- @XmlElement(required = true)
- protected EnumServiceException type;
- @XmlElement(required = true)
- protected BigInteger code;
- @XmlElement(required = true)
- protected String message;
- @XmlAnyElement(lax = true)
- protected List any;
-
- /**
- * Gets the value of the type property.
- *
- * @return
- * possible object is
- * {@link EnumServiceException }
- *
- */
- public EnumServiceException getType() {
- return type;
- }
-
- /**
- * Sets the value of the type property.
- *
- * @param value
- * allowed object is
- * {@link EnumServiceException }
- *
- */
- public void setType(EnumServiceException value) {
- this.type = value;
- }
-
- /**
- * Gets the value of the code property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getCode() {
- return code;
- }
-
- /**
- * Sets the value of the code property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setCode(BigInteger value) {
- this.code = value;
- }
-
- /**
- * Gets the value of the message property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMessage() {
- return message;
- }
-
- /**
- * Sets the value of the message property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMessage(String value) {
- this.message = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisListOfIdsType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisListOfIdsType.java
deleted file mode 100644
index bde22355cc..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisListOfIdsType.java
+++ /dev/null
@@ -1,130 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisListOfIdsType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisListOfIdsType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisListOfIdsType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
- "id",
- "any"
-})
-public class CmisListOfIdsType {
-
- @XmlElement(required = true)
- protected List id;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the id property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the id property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getId().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getId() {
- if (id == null) {
- id = new ArrayList();
- }
- return this.id;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderContainerType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderContainerType.java
deleted file mode 100644
index fc48fbb8d9..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderContainerType.java
+++ /dev/null
@@ -1,157 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisObjectInFolderContainerType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisObjectInFolderContainerType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="objectInFolder" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisObjectInFolderType"/>
- * <element name="children" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisObjectInFolderContainerType" maxOccurs="unbounded" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisObjectInFolderContainerType", propOrder = {
- "objectInFolder",
- "children",
- "any"
-})
-public class CmisObjectInFolderContainerType {
-
- @XmlElement(required = true)
- protected CmisObjectInFolderType objectInFolder;
- protected List children;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the objectInFolder property.
- *
- * @return
- * possible object is
- * {@link CmisObjectInFolderType }
- *
- */
- public CmisObjectInFolderType getObjectInFolder() {
- return objectInFolder;
- }
-
- /**
- * Sets the value of the objectInFolder property.
- *
- * @param value
- * allowed object is
- * {@link CmisObjectInFolderType }
- *
- */
- public void setObjectInFolder(CmisObjectInFolderType value) {
- this.objectInFolder = value;
- }
-
- /**
- * Gets the value of the children property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the children property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChildren().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisObjectInFolderContainerType }
- *
- *
- */
- public List getChildren() {
- if (children == null) {
- children = new ArrayList();
- }
- return this.children;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderListType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderListType.java
deleted file mode 100644
index 499932be41..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderListType.java
+++ /dev/null
@@ -1,175 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisObjectInFolderListType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisObjectInFolderListType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="objects" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisObjectInFolderType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="hasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="numItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisObjectInFolderListType", propOrder = {
- "objects",
- "hasMoreItems",
- "numItems",
- "any"
-})
-public class CmisObjectInFolderListType {
-
- protected List objects;
- protected boolean hasMoreItems;
- protected BigInteger numItems;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the objects property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the objects property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getObjects().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CmisObjectInFolderType }
- *
- *
- */
- public List getObjects() {
- if (objects == null) {
- objects = new ArrayList();
- }
- return this.objects;
- }
-
- /**
- * Gets the value of the hasMoreItems property.
- *
- */
- public boolean isHasMoreItems() {
- return hasMoreItems;
- }
-
- /**
- * Sets the value of the hasMoreItems property.
- *
- */
- public void setHasMoreItems(boolean value) {
- this.hasMoreItems = value;
- }
-
- /**
- * Gets the value of the numItems property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getNumItems() {
- return numItems;
- }
-
- /**
- * Sets the value of the numItems property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setNumItems(BigInteger value) {
- this.numItems = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderType.java
deleted file mode 100644
index 0432ac0b71..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectInFolderType.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for cmisObjectInFolderType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="cmisObjectInFolderType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="object" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisObjectType"/>
- * <element name="pathSegment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisObjectInFolderType", propOrder = {
- "object",
- "pathSegment",
- "any"
-})
-public class CmisObjectInFolderType {
-
- @XmlElement(required = true)
- protected CmisObjectType object;
- protected String pathSegment;
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the object property.
- *
- * @return
- * possible object is
- * {@link CmisObjectType }
- *
- */
- public CmisObjectType getObject() {
- return object;
- }
-
- /**
- * Sets the value of the object property.
- *
- * @param value
- * allowed object is
- * {@link CmisObjectType }
- *
- */
- public void setObject(CmisObjectType value) {
- this.object = value;
- }
-
- /**
- * Gets the value of the pathSegment property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPathSegment() {
- return pathSegment;
- }
-
- /**
- * Sets the value of the pathSegment property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPathSegment(String value) {
- this.pathSegment = value;
- }
-
- /**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- * {@link Element }
- *
- *
- */
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
- }
-
- /**
- * Gets a map that contains attributes that aren't bound to any typed property on this class.
- *
- *
- * the map is keyed by the name of the attribute and
- * the value is the string value of the attribute.
- *
- * the map returned by this method is live, and you can add new attribute
- * by updating the map directly. Because of this design, there's no setter.
- *
- *
- * @return
- * always non-null
- */
- public Map