| Commit in servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl on MAIN | |||
| InsertDocumentImpl.java | +76 | added 1.1 | |
| GetResourcePropertyResponseDocumentImpl.java | +91 | added 1.1 | |
| GetMultipleResourcePropertiesResponseDocumentImpl.java | +91 | added 1.1 | |
| DeleteTypeImpl.java | +93 | added 1.1 | |
| GetMultipleResourcePropertiesDocumentImpl.java | +302 | added 1.1 | |
| DeleteDocumentImpl.java | +76 | added 1.1 | |
| GetResourcePropertyDocumentImpl.java | +94 | added 1.1 | |
| +823 | |||
migrated the XMLBeans code into a sub module
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
InsertDocumentImpl.java added at 1.1
diff -N InsertDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ InsertDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: Insert
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.InsertDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one Insert(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class InsertDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.InsertDocument
+{
+
+ public InsertDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName INSERT$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "Insert");
+
+
+ /**
+ * Gets the "Insert" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.InsertType getInsert()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.InsertType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.InsertType)get_store().find_element_user(INSERT$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "Insert" element
+ */
+ public void setInsert(org.servicemix.ws.xmlbeans.resource.properties.InsertType insert)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.InsertType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.InsertType)get_store().find_element_user(INSERT$0, 0);
+ if (target == null)
+ {
+ target = (org.servicemix.ws.xmlbeans.resource.properties.InsertType)get_store().add_element_user(INSERT$0);
+ }
+ target.set(insert);
+ }
+ }
+
+ /**
+ * Appends and returns a new empty "Insert" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.InsertType addNewInsert()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.InsertType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.InsertType)get_store().add_element_user(INSERT$0);
+ return target;
+ }
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
GetResourcePropertyResponseDocumentImpl.java added at 1.1
diff -N GetResourcePropertyResponseDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ GetResourcePropertyResponseDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: GetResourcePropertyResponse
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one GetResourcePropertyResponse(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class GetResourcePropertyResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument
+{
+
+ public GetResourcePropertyResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName GETRESOURCEPROPERTYRESPONSE$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "GetResourcePropertyResponse");
+
+
+ /**
+ * Gets the "GetResourcePropertyResponse" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse getGetResourcePropertyResponse()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse)get_store().find_element_user(GETRESOURCEPROPERTYRESPONSE$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "GetResourcePropertyResponse" element
+ */
+ public void setGetResourcePropertyResponse(org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse getResourcePropertyResponse)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse)get_store().find_element_user(GETRESOURCEPROPERTYRESPONSE$0, 0);
+ if (target == null)
+ {
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse)get_store().add_element_user(GETRESOURCEPROPERTYRESPONSE$0);
+ }
+ target.set(getResourcePropertyResponse);
+ }
+ }
+
+ /**
+ * Appends and returns a new empty "GetResourcePropertyResponse" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse addNewGetResourcePropertyResponse()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse)get_store().add_element_user(GETRESOURCEPROPERTYRESPONSE$0);
+ return target;
+ }
+ }
+ /**
+ * An XML GetResourcePropertyResponse(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd).
+ *
+ * This is a complex type.
+ */
+ public static class GetResourcePropertyResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyResponseDocument.GetResourcePropertyResponse
+ {
+
+ public GetResourcePropertyResponseImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
GetMultipleResourcePropertiesResponseDocumentImpl.java added at 1.1
diff -N GetMultipleResourcePropertiesResponseDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ GetMultipleResourcePropertiesResponseDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: GetMultipleResourcePropertiesResponse
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one GetMultipleResourcePropertiesResponse(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class GetMultipleResourcePropertiesResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument
+{
+
+ public GetMultipleResourcePropertiesResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName GETMULTIPLERESOURCEPROPERTIESRESPONSE$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "GetMultipleResourcePropertiesResponse");
+
+
+ /**
+ * Gets the "GetMultipleResourcePropertiesResponse" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse getGetMultipleResourcePropertiesResponse()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse)get_store().find_element_user(GETMULTIPLERESOURCEPROPERTIESRESPONSE$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "GetMultipleResourcePropertiesResponse" element
+ */
+ public void setGetMultipleResourcePropertiesResponse(org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse getMultipleResourcePropertiesResponse)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse)get_store().find_element_user(GETMULTIPLERESOURCEPROPERTIESRESPONSE$0, 0);
+ if (target == null)
+ {
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse)get_store().add_element_user(GETMULTIPLERESOURCEPROPERTIESRESPONSE$0);
+ }
+ target.set(getMultipleResourcePropertiesResponse);
+ }
+ }
+
+ /**
+ * Appends and returns a new empty "GetMultipleResourcePropertiesResponse" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse addNewGetMultipleResourcePropertiesResponse()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse)get_store().add_element_user(GETMULTIPLERESOURCEPROPERTIESRESPONSE$0);
+ return target;
+ }
+ }
+ /**
+ * An XML GetMultipleResourcePropertiesResponse(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd).
+ *
+ * This is a complex type.
+ */
+ public static class GetMultipleResourcePropertiesResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesResponseDocument.GetMultipleResourcePropertiesResponse
+ {
+
+ public GetMultipleResourcePropertiesResponseImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
DeleteTypeImpl.java added at 1.1
diff -N DeleteTypeImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ DeleteTypeImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,93 @@
+/*
+ * XML Type: DeleteType
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.DeleteType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * An XML DeleteType(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd).
+ *
+ * This is a complex type.
+ */
+public class DeleteTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.DeleteType
+{
+
+ public DeleteTypeImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName RESOURCEPROPERTY$0 =
+ new javax.xml.namespace.QName("", "ResourceProperty");
+
+
+ /**
+ * Gets the "ResourceProperty" attribute
+ */
+ public javax.xml.namespace.QName getResourceProperty()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESOURCEPROPERTY$0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target.getQNameValue();
+ }
+ }
+
+ /**
+ * Gets (as xml) the "ResourceProperty" attribute
+ */
+ public org.apache.xmlbeans.XmlQName xgetResourceProperty()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_attribute_user(RESOURCEPROPERTY$0);
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "ResourceProperty" attribute
+ */
+ public void setResourceProperty(javax.xml.namespace.QName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESOURCEPROPERTY$0);
+ if (target == null)
+ {
+ target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(RESOURCEPROPERTY$0);
+ }
+ target.setQNameValue(resourceProperty);
+ }
+ }
+
+ /**
+ * Sets (as xml) the "ResourceProperty" attribute
+ */
+ public void xsetResourceProperty(org.apache.xmlbeans.XmlQName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_attribute_user(RESOURCEPROPERTY$0);
+ if (target == null)
+ {
+ target = (org.apache.xmlbeans.XmlQName)get_store().add_attribute_user(RESOURCEPROPERTY$0);
+ }
+ target.set(resourceProperty);
+ }
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
GetMultipleResourcePropertiesDocumentImpl.java added at 1.1
diff -N GetMultipleResourcePropertiesDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ GetMultipleResourcePropertiesDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,302 @@
+/*
+ * An XML document type.
+ * Localname: GetMultipleResourceProperties
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one GetMultipleResourceProperties(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class GetMultipleResourcePropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument
+{
+
+ public GetMultipleResourcePropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName GETMULTIPLERESOURCEPROPERTIES$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "GetMultipleResourceProperties");
+
+
+ /**
+ * Gets the "GetMultipleResourceProperties" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties getGetMultipleResourceProperties()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties)get_store().find_element_user(GETMULTIPLERESOURCEPROPERTIES$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "GetMultipleResourceProperties" element
+ */
+ public void setGetMultipleResourceProperties(org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties getMultipleResourceProperties)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties)get_store().find_element_user(GETMULTIPLERESOURCEPROPERTIES$0, 0);
+ if (target == null)
+ {
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties)get_store().add_element_user(GETMULTIPLERESOURCEPROPERTIES$0);
+ }
+ target.set(getMultipleResourceProperties);
+ }
+ }
+
+ /**
+ * Appends and returns a new empty "GetMultipleResourceProperties" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties addNewGetMultipleResourceProperties()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties)get_store().add_element_user(GETMULTIPLERESOURCEPROPERTIES$0);
+ return target;
+ }
+ }
+ /**
+ * An XML GetMultipleResourceProperties(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd).
+ *
+ * This is a complex type.
+ */
+ public static class GetMultipleResourcePropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties
+ {
+
+ public GetMultipleResourcePropertiesImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName RESOURCEPROPERTY$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "ResourceProperty");
+
+
+ /**
+ * Gets array of all "ResourceProperty" elements
+ */
+ public javax.xml.namespace.QName[] getResourcePropertyArray()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ java.util.List targetList = new java.util.ArrayList();
+ get_store().find_all_element_users(RESOURCEPROPERTY$0, targetList);
+ javax.xml.namespace.QName[] result = new javax.xml.namespace.QName[targetList.size()];
+ for (int i = 0, len = targetList.size() ; i < len ; i++)
+ result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getQNameValue();
+ return result;
+ }
+ }
+
+ /**
+ * Gets ith "ResourceProperty" element
+ */
+ public javax.xml.namespace.QName getResourcePropertyArray(int i)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEPROPERTY$0, i);
+ if (target == null)
+ {
+ throw new IndexOutOfBoundsException();
+ }
+ return target.getQNameValue();
+ }
+ }
+
+ /**
+ * Gets (as xml) array of all "ResourceProperty" elements
+ */
+ public org.apache.xmlbeans.XmlQName[] xgetResourcePropertyArray()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ java.util.List targetList = new java.util.ArrayList();
+ get_store().find_all_element_users(RESOURCEPROPERTY$0, targetList);
+ org.apache.xmlbeans.XmlQName[] result = new org.apache.xmlbeans.XmlQName[targetList.size()];
+ targetList.toArray(result);
+ return result;
+ }
+ }
+
+ /**
+ * Gets (as xml) ith "ResourceProperty" element
+ */
+ public org.apache.xmlbeans.XmlQName xgetResourcePropertyArray(int i)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_element_user(RESOURCEPROPERTY$0, i);
+ if (target == null)
+ {
+ throw new IndexOutOfBoundsException();
+ }
+ return (org.apache.xmlbeans.XmlQName)target;
+ }
+ }
+
+ /**
+ * Returns number of "ResourceProperty" element
+ */
+ public int sizeOfResourcePropertyArray()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ return get_store().count_elements(RESOURCEPROPERTY$0);
+ }
+ }
+
+ /**
+ * Sets array of all "ResourceProperty" element
+ */
+ public void setResourcePropertyArray(javax.xml.namespace.QName[] resourcePropertyArray)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ arraySetterHelper(resourcePropertyArray, RESOURCEPROPERTY$0);
+ }
+ }
+
+ /**
+ * Sets ith "ResourceProperty" element
+ */
+ public void setResourcePropertyArray(int i, javax.xml.namespace.QName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEPROPERTY$0, i);
+ if (target == null)
+ {
+ throw new IndexOutOfBoundsException();
+ }
+ target.setQNameValue(resourceProperty);
+ }
+ }
+
+ /**
+ * Sets (as xml) array of all "ResourceProperty" element
+ */
+ public void xsetResourcePropertyArray(org.apache.xmlbeans.XmlQName[]resourcePropertyArray)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ arraySetterHelper(resourcePropertyArray, RESOURCEPROPERTY$0);
+ }
+ }
+
+ /**
+ * Sets (as xml) ith "ResourceProperty" element
+ */
+ public void xsetResourcePropertyArray(int i, org.apache.xmlbeans.XmlQName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_element_user(RESOURCEPROPERTY$0, i);
+ if (target == null)
+ {
+ throw new IndexOutOfBoundsException();
+ }
+ target.set(resourceProperty);
+ }
+ }
+
+ /**
+ * Inserts the value as the ith "ResourceProperty" element
+ */
+ public void insertResourceProperty(int i, javax.xml.namespace.QName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target =
+ (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(RESOURCEPROPERTY$0, i);
+ target.setQNameValue(resourceProperty);
+ }
+ }
+
+ /**
+ * Appends the value as the last "ResourceProperty" element
+ */
+ public void addResourceProperty(javax.xml.namespace.QName resourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEPROPERTY$0);
+ target.setQNameValue(resourceProperty);
+ }
+ }
+
+ /**
+ * Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" element
+ */
+ public org.apache.xmlbeans.XmlQName insertNewResourceProperty(int i)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().insert_element_user(RESOURCEPROPERTY$0, i);
+ return target;
+ }
+ }
+
+ /**
+ * Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
+ */
+ public org.apache.xmlbeans.XmlQName addNewResourceProperty()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().add_element_user(RESOURCEPROPERTY$0);
+ return target;
+ }
+ }
+
+ /**
+ * Removes the ith "ResourceProperty" element
+ */
+ public void removeResourceProperty(int i)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ get_store().remove_element(RESOURCEPROPERTY$0, i);
+ }
+ }
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
DeleteDocumentImpl.java added at 1.1
diff -N DeleteDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ DeleteDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: Delete
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.DeleteDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one Delete(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class DeleteDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.DeleteDocument
+{
+
+ public DeleteDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName DELETE$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "Delete");
+
+
+ /**
+ * Gets the "Delete" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.DeleteType getDelete()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.DeleteType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.DeleteType)get_store().find_element_user(DELETE$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "Delete" element
+ */
+ public void setDelete(org.servicemix.ws.xmlbeans.resource.properties.DeleteType delete)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.DeleteType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.DeleteType)get_store().find_element_user(DELETE$0, 0);
+ if (target == null)
+ {
+ target = (org.servicemix.ws.xmlbeans.resource.properties.DeleteType)get_store().add_element_user(DELETE$0);
+ }
+ target.set(delete);
+ }
+ }
+
+ /**
+ * Appends and returns a new empty "Delete" element
+ */
+ public org.servicemix.ws.xmlbeans.resource.properties.DeleteType addNewDelete()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.servicemix.ws.xmlbeans.resource.properties.DeleteType target = null;
+ target = (org.servicemix.ws.xmlbeans.resource.properties.DeleteType)get_store().add_element_user(DELETE$0);
+ return target;
+ }
+ }
+}
servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/resource/properties/impl
GetResourcePropertyDocumentImpl.java added at 1.1
diff -N GetResourcePropertyDocumentImpl.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ GetResourcePropertyDocumentImpl.java 23 Aug 2005 08:51:09 -0000 1.1 @@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: GetResourceProperty
+ * Namespace: http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
+ * Java type: org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.resource.properties.impl;
+/**
+ * A document containing one GetResourceProperty(@http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class GetResourcePropertyDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.resource.properties.GetResourcePropertyDocument
+{
+
+ public GetResourcePropertyDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+ {
+ super(sType);
+ }
+
+ private static final javax.xml.namespace.QName GETRESOURCEPROPERTY$0 =
+ new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd", "GetResourceProperty");
+
+
+ /**
+ * Gets the "GetResourceProperty" element
+ */
+ public javax.xml.namespace.QName getGetResourceProperty()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GETRESOURCEPROPERTY$0, 0);
+ if (target == null)
+ {
+ return null;
+ }
+ return target.getQNameValue();
+ }
+ }
+
+ /**
+ * Gets (as xml) the "GetResourceProperty" element
+ */
+ public org.apache.xmlbeans.XmlQName xgetGetResourceProperty()
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_element_user(GETRESOURCEPROPERTY$0, 0);
+ return target;
+ }
+ }
+
+ /**
+ * Sets the "GetResourceProperty" element
+ */
+ public void setGetResourceProperty(javax.xml.namespace.QName getResourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.SimpleValue target = null;
+ target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GETRESOURCEPROPERTY$0, 0);
+ if (target == null)
+ {
+ target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GETRESOURCEPROPERTY$0);
+ }
+ target.setQNameValue(getResourceProperty);
+ }
+ }
+
+ /**
+ * Sets (as xml) the "GetResourceProperty" element
+ */
+ public void xsetGetResourceProperty(org.apache.xmlbeans.XmlQName getResourceProperty)
+ {
+ synchronized (monitor())
+ {
+ check_orphaned();
+ org.apache.xmlbeans.XmlQName target = null;
+ target = (org.apache.xmlbeans.XmlQName)get_store().find_element_user(GETRESOURCEPROPERTY$0, 0);
+ if (target == null)
+ {
+ target = (org.apache.xmlbeans.XmlQName)get_store().add_element_user(GETRESOURCEPROPERTY$0);
+ }
+ target.set(getResourceProperty);
+ }
+ }
+}
