diff --git a/config/alfresco/cmis-ws-context.xml b/config/alfresco/cmis-ws-context.xml
index 8dafa355c8..1d70b7fdc3 100644
--- a/config/alfresco/cmis-ws-context.xml
+++ b/config/alfresco/cmis-ws-context.xml
@@ -286,11 +286,21 @@
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link CmisChoiceUriType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceIntegerType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceXmlType }{@code >}
* {@link JAXBElement }{@code <}{@link CmisChoiceHtmlType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceStringType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceDateTimeType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceIdType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceType }{@code >}
* {@link JAXBElement }{@code <}{@link CmisChoiceBooleanType }{@code >}
* {@link JAXBElement }{@code <}{@link CmisChoiceDecimalType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisChoiceType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceIdType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceDateTimeType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceUriType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceXmlType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceStringType }{@code >}
+ * {@link JAXBElement }{@code <}{@link CmisChoiceIntegerType }{@code >}
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisException.java b/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
index d2202cd017..ba84bbca86 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
@@ -6,14 +6,14 @@ import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebFault(name = "cmisFault", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
public class CmisException extends Exception {
- public static final long serialVersionUID = 20090427210802L;
+ public static final long serialVersionUID = 20090520150632L;
private org.alfresco.repo.cmis.ws.CmisFaultType cmisFault;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
index 4463b33b62..9c367774f4 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
@@ -55,15 +55,15 @@ import org.w3c.dom.Element;
public class CmisPropertiesType {
@XmlElements({
+ @XmlElement(name = "propertyBoolean", type = CmisPropertyBoolean.class, nillable = true),
+ @XmlElement(name = "propertyDecimal", type = CmisPropertyDecimal.class, nillable = true),
@XmlElement(name = "propertyXml", type = CmisPropertyXml.class, nillable = true),
@XmlElement(name = "propertyDateTime", type = CmisPropertyDateTime.class, nillable = true),
@XmlElement(name = "propertyInteger", type = CmisPropertyInteger.class, nillable = true),
- @XmlElement(name = "propertyDecimal", type = CmisPropertyDecimal.class, nillable = true),
- @XmlElement(name = "propertyBoolean", type = CmisPropertyBoolean.class, nillable = true),
- @XmlElement(name = "propertyId", type = CmisPropertyId.class, nillable = true),
@XmlElement(name = "propertyString", type = CmisPropertyString.class, nillable = true),
+ @XmlElement(name = "propertyHtml", type = CmisPropertyHtml.class, nillable = true),
@XmlElement(name = "propertyUri", type = CmisPropertyUri.class, nillable = true),
- @XmlElement(name = "propertyHtml", type = CmisPropertyHtml.class, nillable = true)
+ @XmlElement(name = "propertyId", type = CmisPropertyId.class, nillable = true)
})
protected List
* Objects of the following type(s) are allowed in the list
+ * {@link CmisPropertyBoolean }
+ * {@link CmisPropertyDecimal }
* {@link CmisPropertyXml }
* {@link CmisPropertyDateTime }
* {@link CmisPropertyInteger }
- * {@link CmisPropertyDecimal }
- * {@link CmisPropertyBoolean }
- * {@link CmisPropertyId }
* {@link CmisPropertyString }
- * {@link CmisPropertyUri }
* {@link CmisPropertyHtml }
+ * {@link CmisPropertyUri }
+ * {@link CmisPropertyId }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java b/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
index 58474ec81d..92cf56ed14 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
@@ -33,15 +33,15 @@ import javax.xml.namespace.QName;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cmisProperty", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlSeeAlso({
- CmisPropertyHtml.class,
- CmisPropertyDecimal.class,
- CmisPropertyId.class,
- CmisPropertyDateTime.class,
CmisPropertyXml.class,
- CmisPropertyBoolean.class,
- CmisPropertyUri.class,
+ CmisPropertyDateTime.class,
CmisPropertyString.class,
- CmisPropertyInteger.class
+ CmisPropertyInteger.class,
+ CmisPropertyBoolean.class,
+ CmisPropertyId.class,
+ CmisPropertyUri.class,
+ CmisPropertyDecimal.class,
+ CmisPropertyHtml.class
})
public class CmisProperty {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
index a921c82b30..4bba7e31d3 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
@@ -80,15 +80,15 @@ import org.w3c.dom.Element;
"any"
})
@XmlSeeAlso({
- CmisPropertyUriDefinitionType.class,
CmisPropertyHtmlDefinitionType.class,
- CmisPropertyStringDefinitionType.class,
CmisPropertyIntegerDefinitionType.class,
- CmisPropertyIdDefinitionType.class,
- CmisPropertyXmlDefinitionType.class,
CmisPropertyBooleanDefinitionType.class,
+ CmisPropertyStringDefinitionType.class,
+ CmisPropertyDateTimeDefinitionType.class,
+ CmisPropertyUriDefinitionType.class,
CmisPropertyDecimalDefinitionType.class,
- CmisPropertyDateTimeDefinitionType.class
+ CmisPropertyIdDefinitionType.class,
+ CmisPropertyXmlDefinitionType.class
})
public class CmisPropertyDefinitionType {
@@ -112,15 +112,15 @@ public class CmisPropertyDefinitionType {
protected boolean queryable;
protected boolean orderable;
@XmlElements({
+ @XmlElement(name = "choiceId", type = CmisChoiceIdType.class),
@XmlElement(name = "choiceDateTime", type = CmisChoiceDateTimeType.class),
- @XmlElement(name = "choiceBoolean", type = CmisChoiceBooleanType.class),
- @XmlElement(name = "choiceUri", type = CmisChoiceUriType.class),
+ @XmlElement(name = "choiceString", type = CmisChoiceStringType.class),
@XmlElement(name = "choiceInteger", type = CmisChoiceIntegerType.class),
@XmlElement(name = "choiceDecimal", type = CmisChoiceDecimalType.class),
- @XmlElement(name = "choiceHtml", type = CmisChoiceHtmlType.class),
@XmlElement(name = "choiceXml", type = CmisChoiceXmlType.class),
- @XmlElement(name = "choiceId", type = CmisChoiceIdType.class),
- @XmlElement(name = "choiceString", type = CmisChoiceStringType.class)
+ @XmlElement(name = "choiceHtml", type = CmisChoiceHtmlType.class),
+ @XmlElement(name = "choiceBoolean", type = CmisChoiceBooleanType.class),
+ @XmlElement(name = "choiceUri", type = CmisChoiceUriType.class)
})
protected List
* Objects of the following type(s) are allowed in the list
+ * {@link CmisChoiceIdType }
* {@link CmisChoiceDateTimeType }
- * {@link CmisChoiceBooleanType }
- * {@link CmisChoiceUriType }
+ * {@link CmisChoiceStringType }
* {@link CmisChoiceIntegerType }
* {@link CmisChoiceDecimalType }
- * {@link CmisChoiceHtmlType }
* {@link CmisChoiceXmlType }
- * {@link CmisChoiceIdType }
- * {@link CmisChoiceStringType }
+ * {@link CmisChoiceHtmlType }
+ * {@link CmisChoiceBooleanType }
+ * {@link CmisChoiceUriType }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
index ddff71c6f8..96c0bcea34 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
@@ -78,10 +78,10 @@ import org.w3c.dom.Element;
"any"
})
@XmlSeeAlso({
- CmisTypeDocumentDefinitionType.class,
CmisTypeRelationshipDefinitionType.class,
+ CmisTypePolicyDefinitionType.class,
CmisTypeFolderDefinitionType.class,
- CmisTypePolicyDefinitionType.class
+ CmisTypeDocumentDefinitionType.class
})
public class CmisTypeDefinitionType {
@@ -104,15 +104,15 @@ public class CmisTypeDefinitionType {
@XmlElement(defaultValue = "true")
protected boolean includedInSupertypeQuery;
@XmlElements({
- @XmlElement(name = "propertyXmlDefinition", type = CmisPropertyXmlDefinitionType.class),
- @XmlElement(name = "propertyStringDefinition", type = CmisPropertyStringDefinitionType.class),
@XmlElement(name = "propertyIdDefinition", type = CmisPropertyIdDefinitionType.class),
- @XmlElement(name = "propertyBooleanDefinition", type = CmisPropertyBooleanDefinitionType.class),
+ @XmlElement(name = "propertyXmlDefinition", type = CmisPropertyXmlDefinitionType.class),
+ @XmlElement(name = "propertyUriDefinition", type = CmisPropertyUriDefinitionType.class),
@XmlElement(name = "propertyDecimalDefinition", type = CmisPropertyDecimalDefinitionType.class),
@XmlElement(name = "propertyIntegerDefinition", type = CmisPropertyIntegerDefinitionType.class),
+ @XmlElement(name = "propertyStringDefinition", type = CmisPropertyStringDefinitionType.class),
@XmlElement(name = "propertyHtmlDefinition", type = CmisPropertyHtmlDefinitionType.class),
@XmlElement(name = "propertyDateTimeDefinition", type = CmisPropertyDateTimeDefinitionType.class),
- @XmlElement(name = "propertyUriDefinition", type = CmisPropertyUriDefinitionType.class)
+ @XmlElement(name = "propertyBooleanDefinition", type = CmisPropertyBooleanDefinitionType.class)
})
protected List
* Objects of the following type(s) are allowed in the list
- * {@link CmisPropertyXmlDefinitionType }
- * {@link CmisPropertyStringDefinitionType }
* {@link CmisPropertyIdDefinitionType }
- * {@link CmisPropertyBooleanDefinitionType }
+ * {@link CmisPropertyXmlDefinitionType }
+ * {@link CmisPropertyUriDefinitionType }
* {@link CmisPropertyDecimalDefinitionType }
* {@link CmisPropertyIntegerDefinitionType }
+ * {@link CmisPropertyStringDefinitionType }
* {@link CmisPropertyHtmlDefinitionType }
* {@link CmisPropertyDateTimeDefinitionType }
- * {@link CmisPropertyUriDefinitionType }
+ * {@link CmisPropertyBooleanDefinitionType }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
index f50abe979b..0616135bb5 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
@@ -15,14 +15,14 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "DiscoveryService",
- wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ wsdlLocation = "file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl",
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class DiscoveryService extends Service {
@@ -32,9 +32,9 @@ public class DiscoveryService extends Service {
static {
URL url = null;
try {
- url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ url = new URL("file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
index 4b94453a52..45b9dc1bcd 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
@@ -2,18 +2,16 @@ package org.alfresco.repo.cmis.ws;
import javax.jws.WebMethod;
import javax.jws.WebParam;
-import javax.jws.WebParam.Mode;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
-import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@@ -30,8 +28,8 @@ public interface DiscoveryServicePort {
CmisQueryType parameters
) throws CmisException;
- @RequestWrapper(localName = "getContentChanges", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.GetContentChanges")
@ResponseWrapper(localName = "getContentChangesResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.GetContentChangesResponse")
+ @RequestWrapper(localName = "getContentChanges", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.GetContentChanges")
@WebMethod
public void getContentChanges(
@WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
index 134b32a26c..bd20a8aa43 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
@@ -15,14 +15,14 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "MultiFilingService",
- wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ wsdlLocation = "file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl",
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class MultiFilingService extends Service {
@@ -32,9 +32,9 @@ public class MultiFilingService extends Service {
static {
URL url = null;
try {
- url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ url = new URL("file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
index 8cdd524d95..6ef5b84355 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
@@ -9,7 +9,7 @@ import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@@ -18,20 +18,8 @@ import javax.xml.ws.ResponseWrapper;
@XmlSeeAlso({ObjectFactory.class})
public interface MultiFilingServicePort {
- @RequestWrapper(localName = "removeObjectFromFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolder")
- @ResponseWrapper(localName = "removeObjectFromFolderResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolderResponse")
- @WebMethod
- public void removeObjectFromFolder(
- @WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- java.lang.String repositoryId,
- @WebParam(name = "objectId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- java.lang.String objectId,
- @WebParam(name = "folderId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- java.lang.String folderId
- ) throws CmisException;
-
- @RequestWrapper(localName = "addObjectToFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.AddObjectToFolder")
@ResponseWrapper(localName = "addObjectToFolderResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.AddObjectToFolderResponse")
+ @RequestWrapper(localName = "addObjectToFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.AddObjectToFolder")
@WebMethod
public void addObjectToFolder(
@WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
@@ -41,4 +29,16 @@ public interface MultiFilingServicePort {
@WebParam(name = "folderId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String folderId
) throws CmisException;
+
+ @ResponseWrapper(localName = "removeObjectFromFolderResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolderResponse")
+ @RequestWrapper(localName = "removeObjectFromFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolder")
+ @WebMethod
+ public void removeObjectFromFolder(
+ @WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.String repositoryId,
+ @WebParam(name = "objectId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.String objectId,
+ @WebParam(name = "folderId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.String folderId
+ ) throws CmisException;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java b/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
index 71cf740157..fc46a2b83a 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
@@ -15,14 +15,14 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "NavigationService",
- wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ wsdlLocation = "file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl",
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class NavigationService extends Service {
@@ -32,9 +32,9 @@ public class NavigationService extends Service {
static {
URL url = null;
try {
- url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ url = new URL("file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/java/eclipse/work/WS-Binding-06c/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
index b61e509bf0..2975ef8ada 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
@@ -5,12 +5,11 @@ import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
-import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 2.1.2
- * Mon Apr 27 21:08:02 EEST 2009
+ * Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@@ -20,13 +19,6 @@ import javax.xml.bind.annotation.XmlSeeAlso;
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface NavigationServicePort {
- @WebResult(name = "getFolderParentResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
- @WebMethod
- public GetFolderParentResponse getFolderParent(
- @WebParam(partName = "parameters", name = "getFolderParent", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- GetFolderParent parameters
- ) throws CmisException;
-
@WebResult(name = "getObjectParentsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
public GetObjectParentsResponse getObjectParents(
@@ -34,11 +26,11 @@ public interface NavigationServicePort {
GetObjectParents parameters
) throws CmisException;
- @WebResult(name = "getCheckedoutDocsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebResult(name = "getChildrenResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
- public GetCheckedoutDocsResponse getCheckedoutDocs(
- @WebParam(partName = "parameters", name = "getCheckedoutDocs", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- GetCheckedoutDocs parameters
+ public GetChildrenResponse getChildren(
+ @WebParam(partName = "parameters", name = "getChildren", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetChildren parameters
) throws CmisException;
@WebResult(name = "getDescendantsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@@ -48,10 +40,17 @@ public interface NavigationServicePort {
GetDescendants parameters
) throws CmisException;
- @WebResult(name = "getChildrenResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebResult(name = "getCheckedoutDocsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
- public GetChildrenResponse getChildren(
- @WebParam(partName = "parameters", name = "getChildren", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
- GetChildren parameters
+ public GetCheckedoutDocsResponse getCheckedoutDocs(
+ @WebParam(partName = "parameters", name = "getCheckedoutDocs", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetCheckedoutDocs parameters
+ ) throws CmisException;
+
+ @WebResult(name = "getFolderParentResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebMethod
+ public GetFolderParentResponse getFolderParent(
+ @WebParam(partName = "parameters", name = "getFolderParent", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetFolderParent parameters
) throws CmisException;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java b/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
index a4dfad6c82..c8d562fed0 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
@@ -25,74 +25,74 @@ import javax.xml.namespace.QName;
@XmlRegistry
public class ObjectFactory {
- private final static QName _ChoiceDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDateTime");
- private final static QName _AllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "allowableActions");
- private final static QName _DocumentType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "documentType");
- private final static QName _PropertyUriDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUriDefinition");
- private final static QName _ChoiceDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDecimal");
- private final static QName _ChoiceString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceString");
- private final static QName _Query_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "query");
- private final static QName _PropertyHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtml");
- private final static QName _Choice_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choice");
- private final static QName _Object_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "object");
- private final static QName _RepositoryInfo_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "repositoryInfo");
- private final static QName _PropertyDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimal");
- private final static QName _Type_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "type");
- private final static QName _PropertyHtmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtmlDefinition");
- private final static QName _RelationshipType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "relationshipType");
- private final static QName _PropertyStringDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyStringDefinition");
- private final static QName _ChoiceXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceXml");
- private final static QName _PropertyId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyId");
- private final static QName _ChoiceUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceUri");
- private final static QName _ChoiceInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceInteger");
- private final static QName _PropertyIntegerDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIntegerDefinition");
- private final static QName _HasMoreItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "hasMoreItems");
- private final static QName _ChoiceBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceBoolean");
- private final static QName _PropertyIdDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIdDefinition");
- private final static QName _PropertyXmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXmlDefinition");
- private final static QName _PropertyDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTime");
- private final static QName _CmisFault_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "cmisFault");
- private final static QName _PropertyBooleanDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBooleanDefinition");
- private final static QName _Terminator_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "terminator");
- private final static QName _FolderType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "folderType");
- private final static QName _Property_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "property");
- private final static QName _PropertyDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDefinition");
- private final static QName _PropertyXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXml");
- private final static QName _PolicyType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "policyType");
- private final static QName _PropertyBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBoolean");
- private final static QName _PropertyString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyString");
- private final static QName _PropertyUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUri");
- private final static QName _PropertyDecimalDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimalDefinition");
- private final static QName _ChoiceId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceId");
- private final static QName _ChoiceHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceHtml");
- private final static QName _PropertyDateTimeDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTimeDefinition");
- private final static QName _PropertyInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyInteger");
- private final static QName _RemoveObjectFromFolderFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "folderId");
- private final static QName _GetDescendantsFilter_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "filter");
- private final static QName _GetDescendantsDepth_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "depth");
- private final static QName _GetDescendantsIncludeRelationships_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeRelationships");
- private final static QName _GetDescendantsIncludeAllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeAllowableActions");
- private final static QName _GetPropertiesReturnVersion_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnVersion");
- private final static QName _GetContentChangesIncludeProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeProperties");
- private final static QName _GetContentChangesIncludeACL_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeACL");
- private final static QName _GetContentChangesMaxItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "maxItems");
- private final static QName _DeleteTreeContinueOnFailure_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "continueOnFailure");
- private final static QName _SetContentStreamOverwriteFlag_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "overwriteFlag");
- private final static QName _GetTypesIncludePropertyDefinitions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includePropertyDefinitions");
- private final static QName _GetTypesSkipCount_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "skipCount");
- private final static QName _GetTypesTypeId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "typeId");
- private final static QName _CreateDocumentContentStream_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "contentStream");
- private final static QName _CreateDocumentVersioningState_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "versioningState");
- private final static QName _GetFolderParentReturnToRoot_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnToRoot");
- private final static QName _MoveObjectSourceFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "sourceFolderId");
+ private final static QName _GetAllVersionsIncludeRelationships_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeRelationships");
+ private final static QName _GetAllVersionsIncludeAllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeAllowableActions");
+ private final static QName _GetAllVersionsFilter_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "filter");
private final static QName _GetChildrenType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "type");
+ private final static QName _GetChildrenSkipCount_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "skipCount");
+ private final static QName _GetChildrenMaxItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "maxItems");
+ private final static QName _UpdatePropertiesChangeToken_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "changeToken");
+ private final static QName _RemoveObjectFromFolderFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "folderId");
+ private final static QName _GetRelationshipsTypeId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "typeId");
private final static QName _GetRelationshipsIncludeSubRelationshipTypes_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeSubRelationshipTypes");
private final static QName _GetRelationshipsDirection_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "direction");
- private final static QName _UpdatePropertiesChangeToken_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "changeToken");
+ private final static QName _HasMoreItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "hasMoreItems");
+ private final static QName _PropertyIntegerDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIntegerDefinition");
+ private final static QName _PropertyDateTimeDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTimeDefinition");
+ private final static QName _PropertyBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBoolean");
+ private final static QName _PropertyXmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXmlDefinition");
+ private final static QName _PropertyDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDefinition");
+ private final static QName _PolicyType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "policyType");
+ private final static QName _PropertyDecimalDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimalDefinition");
+ private final static QName _PropertyHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtml");
+ private final static QName _DocumentType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "documentType");
+ private final static QName _PropertyDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTime");
+ private final static QName _RepositoryInfo_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "repositoryInfo");
+ private final static QName _ChoiceHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceHtml");
+ private final static QName _PropertyDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimal");
+ private final static QName _Type_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "type");
+ private final static QName _ChoiceInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceInteger");
+ private final static QName _PropertyUriDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUriDefinition");
+ private final static QName _PropertyStringDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyStringDefinition");
+ private final static QName _PropertyInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyInteger");
+ private final static QName _PropertyIdDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIdDefinition");
+ private final static QName _Query_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "query");
+ private final static QName _Property_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "property");
+ private final static QName _ChoiceUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceUri");
+ private final static QName _ChoiceDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDateTime");
+ private final static QName _Choice_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choice");
+ private final static QName _Object_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "object");
+ private final static QName _CmisFault_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "cmisFault");
+ private final static QName _RelationshipType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "relationshipType");
+ private final static QName _Terminator_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "terminator");
+ private final static QName _ChoiceBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceBoolean");
+ private final static QName _ChoiceDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDecimal");
+ private final static QName _PropertyXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXml");
+ private final static QName _PropertyBooleanDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBooleanDefinition");
+ private final static QName _ChoiceId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceId");
+ private final static QName _ChoiceXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceXml");
+ private final static QName _PropertyId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyId");
+ private final static QName _AllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "allowableActions");
+ private final static QName _PropertyUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUri");
+ private final static QName _FolderType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "folderType");
+ private final static QName _ChoiceString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceString");
+ private final static QName _PropertyHtmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtmlDefinition");
+ private final static QName _PropertyString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyString");
+ private final static QName _GetTypesIncludePropertyDefinitions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includePropertyDefinitions");
+ private final static QName _GetDescendantsDepth_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "depth");
+ private final static QName _MoveObjectSourceFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "sourceFolderId");
+ private final static QName _CheckInCheckinComment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "checkinComment");
+ private final static QName _CheckInContentStream_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "contentStream");
private final static QName _CheckInProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "properties");
private final static QName _CheckInMajor_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "major");
- private final static QName _CheckInCheckinComment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "checkinComment");
+ private final static QName _DeleteTreeContinueOnFailure_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "continueOnFailure");
+ private final static QName _CreateDocumentVersioningState_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "versioningState");
+ private final static QName _GetPropertiesReturnVersion_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnVersion");
+ private final static QName _GetFolderParentReturnToRoot_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnToRoot");
+ private final static QName _GetContentChangesIncludeACL_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeACL");
+ private final static QName _GetContentChangesIncludeProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeProperties");
private final static QName _GetCheckedoutDocsOrderBy_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "orderBy");
+ private final static QName _SetContentStreamOverwriteFlag_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "overwriteFlag");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.alfresco.repo.cmis.ws
@@ -101,662 +101,6 @@ public class ObjectFactory {
public ObjectFactory() {
}
- /**
- * Create an instance of {@link CmisChoiceXmlType }
- *
- */
- public CmisChoiceXmlType createCmisChoiceXmlType() {
- return new CmisChoiceXmlType();
- }
-
- /**
- * Create an instance of {@link GetProperties }
- *
- */
- public GetProperties createGetProperties() {
- return new GetProperties();
- }
-
- /**
- * Create an instance of {@link CancelCheckOut }
- *
- */
- public CancelCheckOut createCancelCheckOut() {
- return new CancelCheckOut();
- }
-
- /**
- * Create an instance of {@link GetTypesResponse }
- *
- */
- public GetTypesResponse createGetTypesResponse() {
- return new GetTypesResponse();
- }
-
- /**
- * Create an instance of {@link GetAllVersionsResponse }
- *
- */
- public GetAllVersionsResponse createGetAllVersionsResponse() {
- return new GetAllVersionsResponse();
- }
-
- /**
- * Create an instance of {@link GetCheckedoutDocsResponse }
- *
- */
- public GetCheckedoutDocsResponse createGetCheckedoutDocsResponse() {
- return new GetCheckedoutDocsResponse();
- }
-
- /**
- * Create an instance of {@link CmisChoiceBooleanType }
- *
- */
- public CmisChoiceBooleanType createCmisChoiceBooleanType() {
- return new CmisChoiceBooleanType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyXml.Value }
- *
- */
- public CmisPropertyXml.Value createCmisPropertyXmlValue() {
- return new CmisPropertyXml.Value();
- }
-
- /**
- * Create an instance of {@link CmisTypePolicyDefinitionType }
- *
- */
- public CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType() {
- return new CmisTypePolicyDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyIdDefinitionType }
- *
- */
- public CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType() {
- return new CmisPropertyIdDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetObjectParents }
- *
- */
- public GetObjectParents createGetObjectParents() {
- return new GetObjectParents();
- }
-
- /**
- * Create an instance of {@link GetContentChangesResponse }
- *
- */
- public GetContentChangesResponse createGetContentChangesResponse() {
- return new GetContentChangesResponse();
- }
-
- /**
- * Create an instance of {@link CheckInResponse }
- *
- */
- public CheckInResponse createCheckInResponse() {
- return new CheckInResponse();
- }
-
- /**
- * Create an instance of {@link GetContentStream }
- *
- */
- public GetContentStream createGetContentStream() {
- return new GetContentStream();
- }
-
- /**
- * Create an instance of {@link CmisAccessControlEntryType }
- *
- */
- public CmisAccessControlEntryType createCmisAccessControlEntryType() {
- return new CmisAccessControlEntryType();
- }
-
- /**
- * Create an instance of {@link GetContentChanges }
- *
- */
- public GetContentChanges createGetContentChanges() {
- return new GetContentChanges();
- }
-
- /**
- * Create an instance of {@link CmisPropertyHtml }
- *
- */
- public CmisPropertyHtml createCmisPropertyHtml() {
- return new CmisPropertyHtml();
- }
-
- /**
- * Create an instance of {@link GetRepositoriesResponse }
- *
- */
- public GetRepositoriesResponse createGetRepositoriesResponse() {
- return new GetRepositoriesResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDecimal }
- *
- */
- public CmisPropertyDecimal createCmisPropertyDecimal() {
- return new CmisPropertyDecimal();
- }
-
- /**
- * Create an instance of {@link CheckOut }
- *
- */
- public CheckOut createCheckOut() {
- return new CheckOut();
- }
-
- /**
- * Create an instance of {@link GetFolderParentResponse }
- *
- */
- public GetFolderParentResponse createGetFolderParentResponse() {
- return new GetFolderParentResponse();
- }
-
- /**
- * Create an instance of {@link CmisChoiceStringType }
- *
- */
- public CmisChoiceStringType createCmisChoiceStringType() {
- return new CmisChoiceStringType();
- }
-
- /**
- * Create an instance of {@link CmisChoiceUriType }
- *
- */
- public CmisChoiceUriType createCmisChoiceUriType() {
- return new CmisChoiceUriType();
- }
-
- /**
- * Create an instance of {@link GetChildren }
- *
- */
- public GetChildren createGetChildren() {
- return new GetChildren();
- }
-
- /**
- * Create an instance of {@link CmisPropertyHtml.Value }
- *
- */
- public CmisPropertyHtml.Value createCmisPropertyHtmlValue() {
- return new CmisPropertyHtml.Value();
- }
-
- /**
- * Create an instance of {@link CmisPropertiesType }
- *
- */
- public CmisPropertiesType createCmisPropertiesType() {
- return new CmisPropertiesType();
- }
-
- /**
- * Create an instance of {@link UpdateProperties }
- *
- */
- public UpdateProperties createUpdateProperties() {
- return new UpdateProperties();
- }
-
- /**
- * Create an instance of {@link CmisChoiceHtmlType }
- *
- */
- public CmisChoiceHtmlType createCmisChoiceHtmlType() {
- return new CmisChoiceHtmlType();
- }
-
- /**
- * Create an instance of {@link CheckIn }
- *
- */
- public CheckIn createCheckIn() {
- return new CheckIn();
- }
-
- /**
- * Create an instance of {@link DeleteObject }
- *
- */
- public DeleteObject createDeleteObject() {
- return new DeleteObject();
- }
-
- /**
- * Create an instance of {@link CmisTypeDocumentDefinitionType }
- *
- */
- public CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType() {
- return new CmisTypeDocumentDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisChangedObjectType }
- *
- */
- public CmisChangedObjectType createCmisChangedObjectType() {
- return new CmisChangedObjectType();
- }
-
- /**
- * Create an instance of {@link CmisRepositoryCapabilitiesType }
- *
- */
- public CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType() {
- return new CmisRepositoryCapabilitiesType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyBooleanDefinitionType }
- *
- */
- public CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType() {
- return new CmisPropertyBooleanDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyUri }
- *
- */
- public CmisPropertyUri createCmisPropertyUri() {
- return new CmisPropertyUri();
- }
-
- /**
- * Create an instance of {@link DeleteAllVersionsResponse }
- *
- */
- public DeleteAllVersionsResponse createDeleteAllVersionsResponse() {
- return new DeleteAllVersionsResponse();
- }
-
- /**
- * Create an instance of {@link GetRepositoryInfoResponse }
- *
- */
- public GetRepositoryInfoResponse createGetRepositoryInfoResponse() {
- return new GetRepositoryInfoResponse();
- }
-
- /**
- * Create an instance of {@link DeleteObjectResponse }
- *
- */
- public DeleteObjectResponse createDeleteObjectResponse() {
- return new DeleteObjectResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyIntegerDefinitionType }
- *
- */
- public CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType() {
- return new CmisPropertyIntegerDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetRelationshipsResponse }
- *
- */
- public GetRelationshipsResponse createGetRelationshipsResponse() {
- return new GetRelationshipsResponse();
- }
-
- /**
- * Create an instance of {@link CmisPermissionSetType }
- *
- */
- public CmisPermissionSetType createCmisPermissionSetType() {
- return new CmisPermissionSetType();
- }
-
- /**
- * Create an instance of {@link GetAllowableActions }
- *
- */
- public GetAllowableActions createGetAllowableActions() {
- return new GetAllowableActions();
- }
-
- /**
- * Create an instance of {@link MoveObjectResponse }
- *
- */
- public MoveObjectResponse createMoveObjectResponse() {
- return new MoveObjectResponse();
- }
-
- /**
- * Create an instance of {@link CmisChoiceIdType }
- *
- */
- public CmisChoiceIdType createCmisChoiceIdType() {
- return new CmisChoiceIdType();
- }
-
- /**
- * Create an instance of {@link GetRelationships }
- *
- */
- public GetRelationships createGetRelationships() {
- return new GetRelationships();
- }
-
- /**
- * Create an instance of {@link DeleteTreeResponse.FailedToDelete }
- *
- */
- public DeleteTreeResponse.FailedToDelete createDeleteTreeResponseFailedToDelete() {
- return new DeleteTreeResponse.FailedToDelete();
- }
-
- /**
- * Create an instance of {@link CmisPropertyUriDefinitionType }
- *
- */
- public CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType() {
- return new CmisPropertyUriDefinitionType();
- }
-
- /**
- * Create an instance of {@link ObjectTreeCollectionType }
- *
- */
- public ObjectTreeCollectionType createObjectTreeCollectionType() {
- return new ObjectTreeCollectionType();
- }
-
- /**
- * Create an instance of {@link CreateFolderResponse }
- *
- */
- public CreateFolderResponse createCreateFolderResponse() {
- return new CreateFolderResponse();
- }
-
- /**
- * Create an instance of {@link CmisObjectType }
- *
- */
- public CmisObjectType createCmisObjectType() {
- return new CmisObjectType();
- }
-
- /**
- * Create an instance of {@link CmisRepositoryInfoType }
- *
- */
- public CmisRepositoryInfoType createCmisRepositoryInfoType() {
- return new CmisRepositoryInfoType();
- }
-
- /**
- * Create an instance of {@link GetCheckedoutDocs }
- *
- */
- public GetCheckedoutDocs createGetCheckedoutDocs() {
- return new GetCheckedoutDocs();
- }
-
- /**
- * Create an instance of {@link CreateFolder }
- *
- */
- public CreateFolder createCreateFolder() {
- return new CreateFolder();
- }
-
- /**
- * Create an instance of {@link SetContentStream }
- *
- */
- public SetContentStream createSetContentStream() {
- return new SetContentStream();
- }
-
- /**
- * Create an instance of {@link CreateDocument }
- *
- */
- public CreateDocument createCreateDocument() {
- return new CreateDocument();
- }
-
- /**
- * Create an instance of {@link QueryResponse }
- *
- */
- public QueryResponse createQueryResponse() {
- return new QueryResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyStringDefinitionType }
- *
- */
- public CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType() {
- return new CmisPropertyStringDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetChildrenResponse }
- *
- */
- public GetChildrenResponse createGetChildrenResponse() {
- return new GetChildrenResponse();
- }
-
- /**
- * Create an instance of {@link CreatePolicyResponse }
- *
- */
- public CreatePolicyResponse createCreatePolicyResponse() {
- return new CreatePolicyResponse();
- }
-
- /**
- * Create an instance of {@link CmisAccessControlPrincipalType }
- *
- */
- public CmisAccessControlPrincipalType createCmisAccessControlPrincipalType() {
- return new CmisAccessControlPrincipalType();
- }
-
- /**
- * Create an instance of {@link DeleteContentStream }
- *
- */
- public DeleteContentStream createDeleteContentStream() {
- return new DeleteContentStream();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDecimalDefinitionType }
- *
- */
- public CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType() {
- return new CmisPropertyDecimalDefinitionType();
- }
-
- /**
- * Create an instance of {@link AddObjectToFolder }
- *
- */
- public AddObjectToFolder createAddObjectToFolder() {
- return new AddObjectToFolder();
- }
-
- /**
- * Create an instance of {@link CmisPropertyString }
- *
- */
- public CmisPropertyString createCmisPropertyString() {
- return new CmisPropertyString();
- }
-
- /**
- * Create an instance of {@link AddObjectToFolderResponse }
- *
- */
- public AddObjectToFolderResponse createAddObjectToFolderResponse() {
- return new AddObjectToFolderResponse();
- }
-
- /**
- * Create an instance of {@link RemovePolicy }
- *
- */
- public RemovePolicy createRemovePolicy() {
- return new RemovePolicy();
- }
-
- /**
- * Create an instance of {@link GetAllowableActionsResponse }
- *
- */
- public GetAllowableActionsResponse createGetAllowableActionsResponse() {
- return new GetAllowableActionsResponse();
- }
-
- /**
- * Create an instance of {@link RemovePolicyResponse }
- *
- */
- public RemovePolicyResponse createRemovePolicyResponse() {
- return new RemovePolicyResponse();
- }
-
- /**
- * Create an instance of {@link DeleteContentStreamResponse }
- *
- */
- public DeleteContentStreamResponse createDeleteContentStreamResponse() {
- return new DeleteContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link ApplyPolicy }
- *
- */
- public ApplyPolicy createApplyPolicy() {
- return new ApplyPolicy();
- }
-
- /**
- * Create an instance of {@link CmisPermissionDefinitionType }
- *
- */
- public CmisPermissionDefinitionType createCmisPermissionDefinitionType() {
- return new CmisPermissionDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyBoolean }
- *
- */
- public CmisPropertyBoolean createCmisPropertyBoolean() {
- return new CmisPropertyBoolean();
- }
-
- /**
- * Create an instance of {@link GetDescendantsResponse }
- *
- */
- public GetDescendantsResponse createGetDescendantsResponse() {
- return new GetDescendantsResponse();
- }
-
- /**
- * Create an instance of {@link CmisAccessControlListType }
- *
- */
- public CmisAccessControlListType createCmisAccessControlListType() {
- return new CmisAccessControlListType();
- }
-
- /**
- * Create an instance of {@link CancelCheckOutResponse }
- *
- */
- public CancelCheckOutResponse createCancelCheckOutResponse() {
- return new CancelCheckOutResponse();
- }
-
- /**
- * Create an instance of {@link GetAppliedPolicies }
- *
- */
- public GetAppliedPolicies createGetAppliedPolicies() {
- return new GetAppliedPolicies();
- }
-
- /**
- * Create an instance of {@link CmisChoiceDateTimeType }
- *
- */
- public CmisChoiceDateTimeType createCmisChoiceDateTimeType() {
- return new CmisChoiceDateTimeType();
- }
-
- /**
- * Create an instance of {@link GetAppliedPoliciesResponse }
- *
- */
- public GetAppliedPoliciesResponse createGetAppliedPoliciesResponse() {
- return new GetAppliedPoliciesResponse();
- }
-
- /**
- * Create an instance of {@link CmisAnyXml }
- *
- */
- public CmisAnyXml createCmisAnyXml() {
- return new CmisAnyXml();
- }
-
- /**
- * Create an instance of {@link CmisPropertyInteger }
- *
- */
- public CmisPropertyInteger createCmisPropertyInteger() {
- return new CmisPropertyInteger();
- }
-
- /**
- * Create an instance of {@link CmisPropertyXml }
- *
- */
- public CmisPropertyXml createCmisPropertyXml() {
- return new CmisPropertyXml();
- }
-
- /**
- * Create an instance of {@link MoveObject }
- *
- */
- public MoveObject createMoveObject() {
- return new MoveObject();
- }
-
/**
* Create an instance of {@link CmisChoiceHtmlType.Value }
*
@@ -765,22 +109,6 @@ public class ObjectFactory {
return new CmisChoiceHtmlType.Value();
}
- /**
- * Create an instance of {@link GetObjectParentsResponse }
- *
- */
- public GetObjectParentsResponse createGetObjectParentsResponse() {
- return new GetObjectParentsResponse();
- }
-
- /**
- * Create an instance of {@link CmisTypeRelationshipDefinitionType }
- *
- */
- public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType() {
- return new CmisTypeRelationshipDefinitionType();
- }
-
/**
* Create an instance of {@link CmisChoiceDecimalType }
*
@@ -790,163 +118,43 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link DeleteAllVersions }
+ * Create an instance of {@link RemovePolicy }
*
*/
- public DeleteAllVersions createDeleteAllVersions() {
- return new DeleteAllVersions();
+ public RemovePolicy createRemovePolicy() {
+ return new RemovePolicy();
}
/**
- * Create an instance of {@link CreateDocumentResponse }
+ * Create an instance of {@link CmisPropertyUri }
*
*/
- public CreateDocumentResponse createCreateDocumentResponse() {
- return new CreateDocumentResponse();
+ public CmisPropertyUri createCmisPropertyUri() {
+ return new CmisPropertyUri();
}
/**
- * Create an instance of {@link RemoveObjectFromFolderResponse }
+ * Create an instance of {@link CmisPropertyDecimal }
*
*/
- public RemoveObjectFromFolderResponse createRemoveObjectFromFolderResponse() {
- return new RemoveObjectFromFolderResponse();
+ public CmisPropertyDecimal createCmisPropertyDecimal() {
+ return new CmisPropertyDecimal();
}
/**
- * Create an instance of {@link GetTypeDefinition }
+ * Create an instance of {@link CmisAccessControlEntryType }
*
*/
- public GetTypeDefinition createGetTypeDefinition() {
- return new GetTypeDefinition();
+ public CmisAccessControlEntryType createCmisAccessControlEntryType() {
+ return new CmisAccessControlEntryType();
}
/**
- * Create an instance of {@link RemoveObjectFromFolder }
+ * Create an instance of {@link CheckOut }
*
*/
- public RemoveObjectFromFolder createRemoveObjectFromFolder() {
- return new RemoveObjectFromFolder();
- }
-
- /**
- * Create an instance of {@link GetDescendants }
- *
- */
- public GetDescendants createGetDescendants() {
- return new GetDescendants();
- }
-
- /**
- * Create an instance of {@link GetPropertiesOfLatestVersionResponse }
- *
- */
- public GetPropertiesOfLatestVersionResponse createGetPropertiesOfLatestVersionResponse() {
- return new GetPropertiesOfLatestVersionResponse();
- }
-
- /**
- * Create an instance of {@link UpdatePropertiesResponse }
- *
- */
- public UpdatePropertiesResponse createUpdatePropertiesResponse() {
- return new UpdatePropertiesResponse();
- }
-
- /**
- * Create an instance of {@link GetPropertiesResponse }
- *
- */
- public GetPropertiesResponse createGetPropertiesResponse() {
- return new GetPropertiesResponse();
- }
-
- /**
- * Create an instance of {@link CmisContentStreamType }
- *
- */
- public CmisContentStreamType createCmisContentStreamType() {
- return new CmisContentStreamType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyXmlDefinitionType }
- *
- */
- public CmisPropertyXmlDefinitionType createCmisPropertyXmlDefinitionType() {
- return new CmisPropertyXmlDefinitionType();
- }
-
- /**
- * Create an instance of {@link DeleteTreeResponse }
- *
- */
- public DeleteTreeResponse createDeleteTreeResponse() {
- return new DeleteTreeResponse();
- }
-
- /**
- * Create an instance of {@link ApplyPolicyResponse }
- *
- */
- public ApplyPolicyResponse createApplyPolicyResponse() {
- return new ApplyPolicyResponse();
- }
-
- /**
- * Create an instance of {@link SetContentStreamResponse }
- *
- */
- public SetContentStreamResponse createSetContentStreamResponse() {
- return new SetContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link GetRepositories }
- *
- */
- public GetRepositories createGetRepositories() {
- return new GetRepositories();
- }
-
- /**
- * Create an instance of {@link GetFolderParent }
- *
- */
- public GetFolderParent createGetFolderParent() {
- return new GetFolderParent();
- }
-
- /**
- * Create an instance of {@link CreateRelationshipResponse }
- *
- */
- public CreateRelationshipResponse createCreateRelationshipResponse() {
- return new CreateRelationshipResponse();
- }
-
- /**
- * Create an instance of {@link CmisFaultType }
- *
- */
- public CmisFaultType createCmisFaultType() {
- return new CmisFaultType();
- }
-
- /**
- * Create an instance of {@link GetAllVersions }
- *
- */
- public GetAllVersions createGetAllVersions() {
- return new GetAllVersions();
- }
-
- /**
- * Create an instance of {@link GetTypeDefinitionResponse }
- *
- */
- public GetTypeDefinitionResponse createGetTypeDefinitionResponse() {
- return new GetTypeDefinitionResponse();
+ public CheckOut createCheckOut() {
+ return new CheckOut();
}
/**
@@ -958,11 +166,35 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link CheckOutResponse }
+ * Create an instance of {@link AddObjectToFolder }
*
*/
- public CheckOutResponse createCheckOutResponse() {
- return new CheckOutResponse();
+ public AddObjectToFolder createAddObjectToFolder() {
+ return new AddObjectToFolder();
+ }
+
+ /**
+ * Create an instance of {@link CmisAnyXml }
+ *
+ */
+ public CmisAnyXml createCmisAnyXml() {
+ return new CmisAnyXml();
+ }
+
+ /**
+ * Create an instance of {@link CheckIn }
+ *
+ */
+ public CheckIn createCheckIn() {
+ return new CheckIn();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyBoolean }
+ *
+ */
+ public CmisPropertyBoolean createCmisPropertyBoolean() {
+ return new CmisPropertyBoolean();
}
/**
@@ -974,115 +206,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link GetRepositoryInfo }
+ * Create an instance of {@link GetFolderParentResponse }
*
*/
- public GetRepositoryInfo createGetRepositoryInfo() {
- return new GetRepositoryInfo();
- }
-
- /**
- * Create an instance of {@link CmisTypeFolderDefinitionType }
- *
- */
- public CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType() {
- return new CmisTypeFolderDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisQueryType }
- *
- */
- public CmisQueryType createCmisQueryType() {
- return new CmisQueryType();
- }
-
- /**
- * Create an instance of {@link DeleteTree }
- *
- */
- public DeleteTree createDeleteTree() {
- return new DeleteTree();
- }
-
- /**
- * Create an instance of {@link GetTypes }
- *
- */
- public GetTypes createGetTypes() {
- return new GetTypes();
- }
-
- /**
- * Create an instance of {@link CreatePolicy }
- *
- */
- public CreatePolicy createCreatePolicy() {
- return new CreatePolicy();
- }
-
- /**
- * Create an instance of {@link GetContentStreamResponse }
- *
- */
- public GetContentStreamResponse createGetContentStreamResponse() {
- return new GetContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDateTimeDefinitionType }
- *
- */
- public CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType() {
- return new CmisPropertyDateTimeDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisProperty }
- *
- */
- public CmisProperty createCmisProperty() {
- return new CmisProperty();
- }
-
- /**
- * Create an instance of {@link CmisTypeDefinitionType }
- *
- */
- public CmisTypeDefinitionType createCmisTypeDefinitionType() {
- return new CmisTypeDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisAllowableActionsType }
- *
- */
- public CmisAllowableActionsType createCmisAllowableActionsType() {
- return new CmisAllowableActionsType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDefinitionType }
- *
- */
- public CmisPropertyDefinitionType createCmisPropertyDefinitionType() {
- return new CmisPropertyDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisChoiceIntegerType }
- *
- */
- public CmisChoiceIntegerType createCmisChoiceIntegerType() {
- return new CmisChoiceIntegerType();
- }
-
- /**
- * Create an instance of {@link GetPropertiesOfLatestVersion }
- *
- */
- public GetPropertiesOfLatestVersion createGetPropertiesOfLatestVersion() {
- return new GetPropertiesOfLatestVersion();
+ public GetFolderParentResponse createGetFolderParentResponse() {
+ return new GetFolderParentResponse();
}
/**
@@ -1094,11 +222,195 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link CmisPropertyDateTime }
+ * Create an instance of {@link CreateFolder }
*
*/
- public CmisPropertyDateTime createCmisPropertyDateTime() {
- return new CmisPropertyDateTime();
+ public CreateFolder createCreateFolder() {
+ return new CreateFolder();
+ }
+
+ /**
+ * Create an instance of {@link RemoveObjectFromFolderResponse }
+ *
+ */
+ public RemoveObjectFromFolderResponse createRemoveObjectFromFolderResponse() {
+ return new RemoveObjectFromFolderResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeRelationshipDefinitionType }
+ *
+ */
+ public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType() {
+ return new CmisTypeRelationshipDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CreateRelationshipResponse }
+ *
+ */
+ public CreateRelationshipResponse createCreateRelationshipResponse() {
+ return new CreateRelationshipResponse();
+ }
+
+ /**
+ * Create an instance of {@link RemoveObjectFromFolder }
+ *
+ */
+ public RemoveObjectFromFolder createRemoveObjectFromFolder() {
+ return new RemoveObjectFromFolder();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeDefinitionType }
+ *
+ */
+ public CmisTypeDefinitionType createCmisTypeDefinitionType() {
+ return new CmisTypeDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link GetAllowableActionsResponse }
+ *
+ */
+ public GetAllowableActionsResponse createGetAllowableActionsResponse() {
+ return new GetAllowableActionsResponse();
+ }
+
+ /**
+ * Create an instance of {@link MoveObject }
+ *
+ */
+ public MoveObject createMoveObject() {
+ return new MoveObject();
+ }
+
+ /**
+ * Create an instance of {@link SetContentStreamResponse }
+ *
+ */
+ public SetContentStreamResponse createSetContentStreamResponse() {
+ return new SetContentStreamResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisAllowableActionsType }
+ *
+ */
+ public CmisAllowableActionsType createCmisAllowableActionsType() {
+ return new CmisAllowableActionsType();
+ }
+
+ /**
+ * Create an instance of {@link GetFolderParent }
+ *
+ */
+ public GetFolderParent createGetFolderParent() {
+ return new GetFolderParent();
+ }
+
+ /**
+ * Create an instance of {@link GetContentChanges }
+ *
+ */
+ public GetContentChanges createGetContentChanges() {
+ return new GetContentChanges();
+ }
+
+ /**
+ * Create an instance of {@link GetTypeDefinition }
+ *
+ */
+ public GetTypeDefinition createGetTypeDefinition() {
+ return new GetTypeDefinition();
+ }
+
+ /**
+ * Create an instance of {@link GetAppliedPoliciesResponse }
+ *
+ */
+ public GetAppliedPoliciesResponse createGetAppliedPoliciesResponse() {
+ return new GetAppliedPoliciesResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetAllVersions }
+ *
+ */
+ public GetAllVersions createGetAllVersions() {
+ return new GetAllVersions();
+ }
+
+ /**
+ * Create an instance of {@link CheckOutResponse }
+ *
+ */
+ public CheckOutResponse createCheckOutResponse() {
+ return new CheckOutResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetRelationships }
+ *
+ */
+ public GetRelationships createGetRelationships() {
+ return new GetRelationships();
+ }
+
+ /**
+ * Create an instance of {@link GetCheckedoutDocsResponse }
+ *
+ */
+ public GetCheckedoutDocsResponse createGetCheckedoutDocsResponse() {
+ return new GetCheckedoutDocsResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceDateTimeType }
+ *
+ */
+ public CmisChoiceDateTimeType createCmisChoiceDateTimeType() {
+ return new CmisChoiceDateTimeType();
+ }
+
+ /**
+ * Create an instance of {@link GetAllowableActions }
+ *
+ */
+ public GetAllowableActions createGetAllowableActions() {
+ return new GetAllowableActions();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyDefinitionType }
+ *
+ */
+ public CmisPropertyDefinitionType createCmisPropertyDefinitionType() {
+ return new CmisPropertyDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link GetPropertiesOfLatestVersion }
+ *
+ */
+ public GetPropertiesOfLatestVersion createGetPropertiesOfLatestVersion() {
+ return new GetPropertiesOfLatestVersion();
+ }
+
+ /**
+ * Create an instance of {@link GetTypesResponse }
+ *
+ */
+ public GetTypesResponse createGetTypesResponse() {
+ return new GetTypesResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetContentChangesResponse }
+ *
+ */
+ public GetContentChangesResponse createGetContentChangesResponse() {
+ return new GetContentChangesResponse();
}
/**
@@ -1110,66 +422,943 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link CmisChoiceDateTimeType }{@code >}}
+ * Create an instance of {@link GetObjectParents }
*
*/
- @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", name = "choiceDateTime", substitutionHeadNamespace = "http://docs.oasis-open.org/ns/cmis/core/200901", substitutionHeadName = "choice")
- public JAXBElement