Added: webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStationDir/impl/WeatherStationDirectoryResourcePropertiesDocumentImpl.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStationDir/impl/WeatherStationDirectoryResourcePropertiesDocumentImpl.java?rev=226804&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStationDir/impl/WeatherStationDirectoryResourcePropertiesDocumentImpl.java (added) +++ webservices/muse/trunk/src/examples/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStationDir/impl/WeatherStationDirectoryResourcePropertiesDocumentImpl.java Mon Aug 1 07:42:17 2005 @@ -0,0 +1,889 @@ +/*
+ * An XML document type. + * Localname: WeatherStationDirectoryResourceProperties + * Namespace: http://wsdmdemo.org/service/weather-station-dir + * Java type: org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument + * + * Automatically generated - do not modify. + */ +package org.wsdmdemo.service.weatherStationDir.impl; +/** + * A document containing one WeatherStationDirectoryResourceProperties(@http://wsdmdemo.org/service/weather-station-dir) element. + * + * This is a complex type. + */ +public class WeatherStationDirectoryResourcePropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument +{ + + public WeatherStationDirectoryResourcePropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName WEATHERSTATIONDIRECTORYRESOURCEPROPERTIES$0 = + new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station-dir", "WeatherStationDirectoryResourceProperties"); + + + /** + * Gets the "WeatherStationDirectoryResourceProperties" element + */ + public org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties getWeatherStationDirectoryResourceProperties() + { + synchronized (monitor()) + { + check_orphaned(); + org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties target = null; + target = (org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties)get_store().find_element_user(WEATHERSTATIONDIRECTORYRESOURCEPROPERTIES$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "WeatherStationDirectoryResourceProperties" element + */ + public void setWeatherStationDirectoryResourceProperties(org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties weatherStationDirectoryResourceProperties) + { + synchronized (monitor()) + { + check_orphaned(); + org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties target = null; + target = (org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties)get_store().find_element_user(WEATHERSTATIONDIRECTORYRESOURCEPROPERTIES$0, 0); + if (target == null) + { + target = (org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties)get_store().add_element_user(WEATHERSTATIONDIRECTORYRESOURCEPROPERTIES$0); + } + target.set(weatherStationDirectoryResourceProperties); + } + } + + /** + * Appends and returns a new empty "WeatherStationDirectoryResourceProperties" element + */ + public org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties addNewWeatherStationDirectoryResourceProperties() + { + synchronized (monitor()) + { + check_orphaned(); + org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties target = null; + target = (org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties)get_store().add_element_user(WEATHERSTATIONDIRECTORYRESOURCEPROPERTIES$0); + return target; + } + } + /** + * An XML WeatherStationDirectoryResourceProperties(@http://wsdmdemo.org/service/weather-station-dir). + * + * This is a complex type. + */ + public static class WeatherStationDirectoryResourcePropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStationDir.WeatherStationDirectoryResourcePropertiesDocument.WeatherStationDirectoryResourceProperties + { + + public WeatherStationDirectoryResourcePropertiesImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName TOPIC$0 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "Topic"); + private static final javax.xml.namespace.QName FIXEDTOPICSET$2 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "FixedTopicSet"); + private static final javax.xml.namespace.QName TOPICEXPRESSIONDIALECTS$4 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "TopicExpressionDialects"); + private static final javax.xml.namespace.QName RESOURCEID$6 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ResourceId"); + private static final javax.xml.namespace.QName MANAGEABILITYCAPABILITY$8 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ManageabilityCapability"); + private static final javax.xml.namespace.QName RELATIONSHIP$10 = + new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Relationship"); + + + /** + * Gets array of all "Topic" elements + */ + public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(TOPIC$0, targetList); + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] result = new org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[targetList.size()]; + targetList.toArray(result); + return result; + } + } + + /** + * Gets ith "Topic" element + */ + public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null; + target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return target; + } + } + + /** + * Returns number of "Topic" element + */ + public int sizeOfTopicArray() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().count_elements(TOPIC$0); + } + } + + /** + * Sets array of all "Topic" element + */ + public void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(topicArray, TOPIC$0); + } + } + + /** + * Sets ith "Topic" element + */ + public void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null; + target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.set(topic); + } + } + + /** + * Inserts and returns a new empty value (as xml) as the ith "Topic" element + */ + public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null; + target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().insert_element_user(TOPIC$0, i); + return target; + } + } + + /** + * Appends and returns a new empty value (as xml) as the last "Topic" element + */ + public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic() + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null; + target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().add_element_user(TOPIC$0); + return target; + } + } + + /** + * Removes the ith "Topic" element + */ + public void removeTopic(int i) + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_element(TOPIC$0, i); + } + } + + /** + * Gets the "FixedTopicSet" element + */ + public boolean getFixedTopicSet() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0); + if (target == null) + { + return false; + } + return target.getBooleanValue(); + } + } + + /** + * Gets (as xml) the "FixedTopicSet" element + */ + public org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0); + return target; + } + } + + /** + * Sets the "FixedTopicSet" element + */ + public void setFixedTopicSet(boolean fixedTopicSet) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIXEDTOPICSET$2); + } + target.setBooleanValue(fixedTopicSet); + } + } + + /** + * Sets (as xml) the "FixedTopicSet" element + */ + public void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(FIXEDTOPICSET$2); + } + target.set(fixedTopicSet); + } + } + + /** + * Gets array of all "TopicExpressionDialects" elements + */ + public java.lang.String[] getTopicExpressionDialectsArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(TOPICEXPRESSIONDIALECTS$4, targetList); + java.lang.String[] result = new java.lang.String[targetList.size()]; + for (int i = 0, len = targetList.size() ; i < len ; i++) + result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue(); + return result; + } + } + + /** + * Gets ith "TopicExpressionDialects" element + */ + public java.lang.String getTopicExpressionDialectsArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) array of all "TopicExpressionDialects" elements + */ + public org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(TOPICEXPRESSIONDIALECTS$4, targetList); + org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()]; + targetList.toArray(result); + return result; + } + } + + /** + * Gets (as xml) ith "TopicExpressionDialects" element + */ + public org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return (org.apache.xmlbeans.XmlAnyURI)target; + } + } + + /** + * Returns number of "TopicExpressionDialects" element + */ + public int sizeOfTopicExpressionDialectsArray() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().count_elements(TOPICEXPRESSIONDIALECTS$4); + } + } + + /** + * Sets array of all "TopicExpressionDialects" element + */ + public void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(topicExpressionDialectsArray, TOPICEXPRESSIONDIALECTS$4); + } + } + + /** + * Sets ith "TopicExpressionDialects" element + */ + public void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.setStringValue(topicExpressionDialects); + } + } + + /** + * Sets (as xml) array of all "TopicExpressionDialects" element + */ + public void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(topicExpressionDialectsArray, TOPICEXPRESSIONDIALECTS$4); + } + } + + /** + * Sets (as xml) ith "TopicExpressionDialects" element + */ + public void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.set(topicExpressionDialects); + } + } + + /** + * Inserts the value as the ith "TopicExpressionDialects" element + */ + public void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = + (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(TOPICEXPRESSIONDIALECTS$4, i); + target.setStringValue(topicExpressionDialects); + } + } + + /** + * Appends the value as the last "TopicExpressionDialects" element + */ + public void addTopicExpressionDialects(java.lang.String topicExpressionDialects) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4); + target.setStringValue(topicExpressionDialects); + } + } + + /** + * Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialects" element + */ + public org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialects(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(TOPICEXPRESSIONDIALECTS$4, i); + return target; + } + } + + /** + * Appends and returns a new empty value (as xml) as the last "TopicExpressionDialects" element + */ + public org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialects() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4); + return target; + } + } + + /** + * Removes the ith "TopicExpressionDialects" element + */ + public void removeTopicExpressionDialects(int i) + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_element(TOPICEXPRESSIONDIALECTS$4, i); + } + } + + /** + * Gets the "ResourceId" element + */ + public java.lang.String getResourceId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "ResourceId" element + */ + public org.apache.xmlbeans.XmlAnyURI xgetResourceId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0); + return target; + } + } + + /** + * Sets the "ResourceId" element + */ + public void setResourceId(java.lang.String resourceId) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEID$6); + } + target.setStringValue(resourceId); + } + } + + /** + * Sets (as xml) the "ResourceId" element + */ + public void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCEID$6); + } + target.set(resourceId); + } + } + + /** + * Gets array of all "ManageabilityCapability" elements + */ + public java.lang.String[] getManageabilityCapabilityArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList); + java.lang.String[] result = new java.lang.String[targetList.size()]; + for (int i = 0, len = targetList.size() ; i < len ; i++) + result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue(); + return result; + } + } + + /** + * Gets ith "ManageabilityCapability" element + */ + public java.lang.String getManageabilityCapabilityArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) array of all "ManageabilityCapability" elements + */ + public org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList); + org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()]; + targetList.toArray(result); + return result; + } + } + + /** + * Gets (as xml) ith "ManageabilityCapability" element + */ + public org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return (org.apache.xmlbeans.XmlAnyURI)target; + } + } + + /** + * Returns number of "ManageabilityCapability" element + */ + public int sizeOfManageabilityCapabilityArray() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().count_elements(MANAGEABILITYCAPABILITY$8); + } + } + + /** + * Sets array of all "ManageabilityCapability" element + */ + public void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8); + } + } + + /** + * Sets ith "ManageabilityCapability" element + */ + public void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.setStringValue(manageabilityCapability); + } + } + + /** + * Sets (as xml) array of all "ManageabilityCapability" element + */ + public void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8); + } + } + + /** + * Sets (as xml) ith "ManageabilityCapability" element + */ + public void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.set(manageabilityCapability); + } + } + + /** + * Inserts the value as the ith "ManageabilityCapability" element + */ + public void insertManageabilityCapability(int i, java.lang.String manageabilityCapability) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = + (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i); + target.setStringValue(manageabilityCapability); + } + } + + /** + * Appends the value as the last "ManageabilityCapability" element + */ + public void addManageabilityCapability(java.lang.String manageabilityCapability) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MANAGEABILITYCAPABILITY$8); + target.setStringValue(manageabilityCapability); + } + } + + /** + * Inserts and returns a new empty value (as xml) as the ith "ManageabilityCapability" element + */ + public org.apache.xmlbeans.XmlAnyURI insertNewManageabilityCapability(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i); + return target; + } + } + + /** + * Appends and returns a new empty value (as xml) as the last "ManageabilityCapability" element + */ + public org.apache.xmlbeans.XmlAnyURI addNewManageabilityCapability() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(MANAGEABILITYCAPABILITY$8); + return target; + } + } + + /** + * Removes the ith "ManageabilityCapability" element + */ + public void removeManageabilityCapability(int i) + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_element(MANAGEABILITYCAPABILITY$8, i); + } + } + + /** + * Gets array of all "Relationship" elements + */ + public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] getRelationshipArray() + { + synchronized (monitor()) + { + check_orphaned(); + java.util.List targetList = new java.util.ArrayList(); + get_store().find_all_element_users(RELATIONSHIP$10, targetList); + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] result = new org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[targetList.size()]; + targetList.toArray(result); + return result; + } + } + + /** + * Gets ith "Relationship" element + */ + public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationshipArray(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null; + target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().find_element_user(RELATIONSHIP$10, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + return target; + } + } + + /** + * Returns number of "Relationship" element + */ + public int sizeOfRelationshipArray() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().count_elements(RELATIONSHIP$10); + } + } + + /** + * Sets array of all "Relationship" element + */ + public void setRelationshipArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] relationshipArray) + { + synchronized (monitor()) + { + check_orphaned(); + arraySetterHelper(relationshipArray, RELATIONSHIP$10); + } + } + + /** + * Sets ith "Relationship" element + */ + public void setRelationshipArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType relationship) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null; + target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().find_element_user(RELATIONSHIP$10, i); + if (target == null) + { + throw new IndexOutOfBoundsException(); + } + target.set(relationship); + } + } + + /** + * Inserts and returns a new empty value (as xml) as the ith "Relationship" element + */ + public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType insertNewRelationship(int i) + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null; + target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().insert_element_user(RELATIONSHIP$10, i); + return target; + } + } + + /** + * Appends and returns a new empty value (as xml) as the last "Relationship" element + */ + public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType addNewRelationship() + { + synchronized (monitor()) + { + check_orphaned(); + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null; + target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().add_element_user(RELATIONSHIP$10); + return target; + } + } + + /** + * Removes the ith "Relationship" element + */ + public void removeRelationship(int i) + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_element(RELATIONSHIP$10, i); + } + } + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
