Added: incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherStationPropertiesDocument.java URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherStationPropertiesDocument.java?view=auto&rev=159693 ============================================================================== --- incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherStationPropertiesDocument.java (added) +++ incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherStationPropertiesDocument.java Fri Apr 1 07:20:53 2005 @@ -0,0 +1,695 @@ +/* + * An XML document type. + * Localname: WeatherStationProperties + * Namespace: http://everest-weather.org/wsdm/samples/2005/04/schema + * Java type: org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument + * + * Automatically generated - do not modify. + */ +package org.everestWeather.wsdm.samples.x2005.x04.schema; + + +/** + * A document containing one WeatherStationProperties(@http://everest-weather.org/wsdm/samples/2005/04/schema) element. + * + * This is a complex type. + */ +public interface WeatherStationPropertiesDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s129B959C7C4B51C2A50C5F5250063B2A.TypeSystemHolder.typeSystem.resolveHandle("weatherstationpropertiesfa88doctype"); + + /** + * Gets the "WeatherStationProperties" element + */ + org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties getWeatherStationProperties(); + + /** + * Sets the "WeatherStationProperties" element + */ + void setWeatherStationProperties(org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties weatherStationProperties); + + /** + * Appends and returns a new empty "WeatherStationProperties" element + */ + org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties addNewWeatherStationProperties(); + + /** + * An XML WeatherStationProperties(@http://everest-weather.org/wsdm/samples/2005/04/schema). + * + * This is a complex type. + */ + public interface WeatherStationProperties extends org.apache.xmlbeans.XmlObject + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s129B959C7C4B51C2A50C5F5250063B2A.TypeSystemHolder.typeSystem.resolveHandle("weatherstationpropertiesa177elemtype"); + + /** + * Gets the "ResourceId" element + */ + java.lang.String getResourceId(); + + /** + * Gets (as xml) the "ResourceId" element + */ + org.apache.xmlbeans.XmlAnyURI xgetResourceId(); + + /** + * Sets the "ResourceId" element + */ + void setResourceId(java.lang.String resourceId); + + /** + * Sets (as xml) the "ResourceId" element + */ + void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId); + + /** + * Gets array of all "ManageabilityCapability" elements + */ + java.lang.String[] getManageabilityCapabilityArray(); + + /** + * Gets ith "ManageabilityCapability" element + */ + java.lang.String getManageabilityCapabilityArray(int i); + + /** + * Gets (as xml) array of all "ManageabilityCapability" elements + */ + org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray(); + + /** + * Gets (as xml) ith "ManageabilityCapability" element + */ + org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i); + + /** + * Returns number of "ManageabilityCapability" element + */ + int sizeOfManageabilityCapabilityArray(); + + /** + * Sets array of all "ManageabilityCapability" element + */ + void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray); + + /** + * Sets ith "ManageabilityCapability" element + */ + void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability); + + /** + * Sets (as xml) array of all "ManageabilityCapability" element + */ + void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray); + + /** + * Sets (as xml) ith "ManageabilityCapability" element + */ + void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability); + + /** + * Inserts the value as the ith "ManageabilityCapability" element + */ + void insertManageabilityCapability(int i, java.lang.String manageabilityCapability); + + /** + * Appends the value as the last "ManageabilityCapability" element + */ + void addManageabilityCapability(java.lang.String manageabilityCapability); + + /** + * Removes the ith "ManageabilityCapability" element + */ + void removeManageabilityCapability(int i); + + /** + * Gets the "OperationalStatus" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum getOperationalStatus(); + + /** + * Gets (as xml) the "OperationalStatus" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus xgetOperationalStatus(); + + /** + * Sets the "OperationalStatus" element + */ + void setOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum operationalStatus); + + /** + * Sets (as xml) the "OperationalStatus" element + */ + void xsetOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus operationalStatus); + + /** + * Gets the "CurrentOperationalState" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.OperationalStateType getCurrentOperationalState(); + + /** + * Sets the "CurrentOperationalState" element + */ + void setCurrentOperationalState(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.OperationalStateType currentOperationalState); + + /** + * Appends and returns a new empty "CurrentOperationalState" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.OperationalStateType addNewCurrentOperationalState(); + + /** + * Gets the "LastOperationalStateTransition" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.StateTransitionType getLastOperationalStateTransition(); + + /** + * True if has "LastOperationalStateTransition" element + */ + boolean isSetLastOperationalStateTransition(); + + /** + * Sets the "LastOperationalStateTransition" element + */ + void setLastOperationalStateTransition(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.StateTransitionType lastOperationalStateTransition); + + /** + * Appends and returns a new empty "LastOperationalStateTransition" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.StateTransitionType addNewLastOperationalStateTransition(); + + /** + * Unsets the "LastOperationalStateTransition" element + */ + void unsetLastOperationalStateTransition(); + + /** + * Gets array of all "Topic" elements + */ + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray(); + + /** + * Gets ith "Topic" element + */ + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i); + + /** + * Returns number of "Topic" element + */ + int sizeOfTopicArray(); + + /** + * Sets array of all "Topic" element + */ + void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray); + + /** + * Sets ith "Topic" element + */ + void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic); + + /** + * Inserts and returns a new empty value (as xml) as the ith "Topic" element + */ + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i); + + /** + * Appends and returns a new empty value (as xml) as the last "Topic" element + */ + org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic(); + + /** + * Removes the ith "Topic" element + */ + void removeTopic(int i); + + /** + * Gets the "FixedTopicSet" element + */ + boolean getFixedTopicSet(); + + /** + * Gets (as xml) the "FixedTopicSet" element + */ + org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet(); + + /** + * Sets the "FixedTopicSet" element + */ + void setFixedTopicSet(boolean fixedTopicSet); + + /** + * Sets (as xml) the "FixedTopicSet" element + */ + void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet); + + /** + * Gets array of all "TopicExpressionDialects" elements + */ + java.lang.String[] getTopicExpressionDialectsArray(); + + /** + * Gets ith "TopicExpressionDialects" element + */ + java.lang.String getTopicExpressionDialectsArray(int i); + + /** + * Gets (as xml) array of all "TopicExpressionDialects" elements + */ + org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray(); + + /** + * Gets (as xml) ith "TopicExpressionDialects" element + */ + org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i); + + /** + * Returns number of "TopicExpressionDialects" element + */ + int sizeOfTopicExpressionDialectsArray(); + + /** + * Sets array of all "TopicExpressionDialects" element + */ + void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray); + + /** + * Sets ith "TopicExpressionDialects" element + */ + void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects); + + /** + * Sets (as xml) array of all "TopicExpressionDialects" element + */ + void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray); + + /** + * Sets (as xml) ith "TopicExpressionDialects" element + */ + void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects); + + /** + * Inserts the value as the ith "TopicExpressionDialects" element + */ + void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects); + + /** + * Appends the value as the last "TopicExpressionDialects" element + */ + void addTopicExpressionDialects(java.lang.String topicExpressionDialects); + + /** + * Removes the ith "TopicExpressionDialects" element + */ + void removeTopicExpressionDialects(int i); + + /** + * Gets array of all "Relationship" elements + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] getRelationshipArray(); + + /** + * Gets ith "Relationship" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationshipArray(int i); + + /** + * Returns number of "Relationship" element + */ + int sizeOfRelationshipArray(); + + /** + * Sets array of all "Relationship" element + */ + void setRelationshipArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] relationshipArray); + + /** + * Sets ith "Relationship" element + */ + void setRelationshipArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType relationship); + + /** + * Inserts and returns a new empty value (as xml) as the ith "Relationship" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType insertNewRelationship(int i); + + /** + * Appends and returns a new empty value (as xml) as the last "Relationship" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType addNewRelationship(); + + /** + * Removes the ith "Relationship" element + */ + void removeRelationship(int i); + + /** + * Gets the "EndpointReference" element + */ + org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getEndpointReference(); + + /** + * Sets the "EndpointReference" element + */ + void setEndpointReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType endpointReference); + + /** + * Appends and returns a new empty "EndpointReference" element + */ + org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewEndpointReference(); + + /** + * Gets the "EndpointDescriptions" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.EndpointDescriptionsDocument.EndpointDescriptions getEndpointDescriptions(); + + /** + * True if has "EndpointDescriptions" element + */ + boolean isSetEndpointDescriptions(); + + /** + * Sets the "EndpointDescriptions" element + */ + void setEndpointDescriptions(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.EndpointDescriptionsDocument.EndpointDescriptions endpointDescriptions); + + /** + * Appends and returns a new empty "EndpointDescriptions" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.EndpointDescriptionsDocument.EndpointDescriptions addNewEndpointDescriptions(); + + /** + * Unsets the "EndpointDescriptions" element + */ + void unsetEndpointDescriptions(); + + /** + * Gets the "CurrentTime" element + */ + java.util.Calendar getCurrentTime(); + + /** + * Gets (as xml) the "CurrentTime" element + */ + org.apache.xmlbeans.XmlDateTime xgetCurrentTime(); + + /** + * Sets the "CurrentTime" element + */ + void setCurrentTime(java.util.Calendar currentTime); + + /** + * Sets (as xml) the "CurrentTime" element + */ + void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime); + + /** + * Gets the "NumberOfRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter getNumberOfRequests(); + + /** + * True if has "NumberOfRequests" element + */ + boolean isSetNumberOfRequests(); + + /** + * Sets the "NumberOfRequests" element + */ + void setNumberOfRequests(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter numberOfRequests); + + /** + * Appends and returns a new empty "NumberOfRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter addNewNumberOfRequests(); + + /** + * Unsets the "NumberOfRequests" element + */ + void unsetNumberOfRequests(); + + /** + * Gets the "NumberOfSuccessfulRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter getNumberOfSuccessfulRequests(); + + /** + * True if has "NumberOfSuccessfulRequests" element + */ + boolean isSetNumberOfSuccessfulRequests(); + + /** + * Sets the "NumberOfSuccessfulRequests" element + */ + void setNumberOfSuccessfulRequests(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter numberOfSuccessfulRequests); + + /** + * Appends and returns a new empty "NumberOfSuccessfulRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter addNewNumberOfSuccessfulRequests(); + + /** + * Unsets the "NumberOfSuccessfulRequests" element + */ + void unsetNumberOfSuccessfulRequests(); + + /** + * Gets the "NumberOfFailedRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter getNumberOfFailedRequests(); + + /** + * True if has "NumberOfFailedRequests" element + */ + boolean isSetNumberOfFailedRequests(); + + /** + * Sets the "NumberOfFailedRequests" element + */ + void setNumberOfFailedRequests(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter numberOfFailedRequests); + + /** + * Appends and returns a new empty "NumberOfFailedRequests" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.IntegerCounter addNewNumberOfFailedRequests(); + + /** + * Unsets the "NumberOfFailedRequests" element + */ + void unsetNumberOfFailedRequests(); + + /** + * Gets the "ServiceTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric getServiceTime(); + + /** + * True if has "ServiceTime" element + */ + boolean isSetServiceTime(); + + /** + * Sets the "ServiceTime" element + */ + void setServiceTime(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric serviceTime); + + /** + * Appends and returns a new empty "ServiceTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric addNewServiceTime(); + + /** + * Unsets the "ServiceTime" element + */ + void unsetServiceTime(); + + /** + * Gets the "MaxResponseTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric getMaxResponseTime(); + + /** + * True if has "MaxResponseTime" element + */ + boolean isSetMaxResponseTime(); + + /** + * Sets the "MaxResponseTime" element + */ + void setMaxResponseTime(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric maxResponseTime); + + /** + * Appends and returns a new empty "MaxResponseTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric addNewMaxResponseTime(); + + /** + * Unsets the "MaxResponseTime" element + */ + void unsetMaxResponseTime(); + + /** + * Gets the "LastResponseTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric getLastResponseTime(); + + /** + * True if has "LastResponseTime" element + */ + boolean isSetLastResponseTime(); + + /** + * Sets the "LastResponseTime" element + */ + void setLastResponseTime(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric lastResponseTime); + + /** + * Appends and returns a new empty "LastResponseTime" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric addNewLastResponseTime(); + + /** + * Unsets the "LastResponseTime" element + */ + void unsetLastResponseTime(); + + /** + * Gets array of all "CorrelatableProperties" elements + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType[] getCorrelatablePropertiesArray(); + + /** + * Gets ith "CorrelatableProperties" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType getCorrelatablePropertiesArray(int i); + + /** + * Returns number of "CorrelatableProperties" element + */ + int sizeOfCorrelatablePropertiesArray(); + + /** + * Sets array of all "CorrelatableProperties" element + */ + void setCorrelatablePropertiesArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType[] correlatablePropertiesArray); + + /** + * Sets ith "CorrelatableProperties" element + */ + void setCorrelatablePropertiesArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType correlatableProperties); + + /** + * Inserts and returns a new empty value (as xml) as the ith "CorrelatableProperties" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType insertNewCorrelatableProperties(int i); + + /** + * Appends and returns a new empty value (as xml) as the last "CorrelatableProperties" element + */ + org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart1.CorrelatablePropertiesType addNewCorrelatableProperties(); + + /** + * Removes the ith "CorrelatableProperties" element + */ + void removeCorrelatableProperties(int i); + + /** + * Gets the "FCCID" element + */ + java.lang.String getFCCID(); + + /** + * Gets (as xml) the "FCCID" element + */ + org.apache.xmlbeans.XmlString xgetFCCID(); + + /** + * Sets the "FCCID" element + */ + void setFCCID(java.lang.String fccid); + + /** + * Sets (as xml) the "FCCID" element + */ + void xsetFCCID(org.apache.xmlbeans.XmlString fccid); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties newInstance() { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument.WeatherStationProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument newInstance() { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + public static org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherStationPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +}
Added: incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/impl/FCCIDDocumentImpl.java URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/impl/FCCIDDocumentImpl.java?view=auto&rev=159693 ============================================================================== --- incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/impl/FCCIDDocumentImpl.java (added) +++ incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everestWeather/wsdm/samples/x2005/x04/schema/impl/FCCIDDocumentImpl.java Fri Apr 1 07:20:53 2005 @@ -0,0 +1,94 @@ +/* + * An XML document type. + * Localname: FCCID + * Namespace: http://everest-weather.org/wsdm/samples/2005/04/schema + * Java type: org.everestWeather.wsdm.samples.x2005.x04.schema.FCCIDDocument + * + * Automatically generated - do not modify. + */ +package org.everestWeather.wsdm.samples.x2005.x04.schema.impl; +/** + * A document containing one FCCID(@http://everest-weather.org/wsdm/samples/2005/04/schema) element. + * + * This is a complex type. + */ +public class FCCIDDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.everestWeather.wsdm.samples.x2005.x04.schema.FCCIDDocument +{ + + public FCCIDDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName FCCID$0 = + new javax.xml.namespace.QName("http://everest-weather.org/wsdm/samples/2005/04/schema", "FCCID"); + + + /** + * Gets the "FCCID" element + */ + public java.lang.String getFCCID() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FCCID$0, 0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "FCCID" element + */ + public org.apache.xmlbeans.XmlString xgetFCCID() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(FCCID$0, 0); + return target; + } + } + + /** + * Sets the "FCCID" element + */ + public void setFCCID(java.lang.String fccid) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FCCID$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FCCID$0); + } + target.setStringValue(fccid); + } + } + + /** + * Sets (as xml) the "FCCID" element + */ + public void xsetFCCID(org.apache.xmlbeans.XmlString fccid) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(FCCID$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(FCCID$0); + } + target.set(fccid); + } + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
