Added: incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/apache/ws/resource/example/mowsfactory/MowsFactoryPropertiesDocument.java URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/apache/ws/resource/example/mowsfactory/MowsFactoryPropertiesDocument.java?view=auto&rev=158675 ============================================================================== --- incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/apache/ws/resource/example/mowsfactory/MowsFactoryPropertiesDocument.java (added) +++ incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/apache/ws/resource/example/mowsfactory/MowsFactoryPropertiesDocument.java Tue Mar 22 13:29:23 2005 @@ -0,0 +1,455 @@ +/* + * An XML document type. + * Localname: MowsFactoryProperties + * Namespace: http://ws.apache.org/resource/example/mowsfactory + * Java type: org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument + * + * Automatically generated - do not modify. + */ +package org.apache.ws.resource.example.mowsfactory; + + +/** + * A document containing one MowsFactoryProperties(@http://ws.apache.org/resource/example/mowsfactory) element. + * + * This is a complex type. + */ +public interface MowsFactoryPropertiesDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sCC33F0FF6200523A94F502B0D0DAEDC1.TypeSystemHolder.typeSystem.resolveHandle("mowsfactorypropertiesc5d7doctype"); + + /** + * Gets the "MowsFactoryProperties" element + */ + org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties getMowsFactoryProperties(); + + /** + * Sets the "MowsFactoryProperties" element + */ + void setMowsFactoryProperties(org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties mowsFactoryProperties); + + /** + * Appends and returns a new empty "MowsFactoryProperties" element + */ + org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties addNewMowsFactoryProperties(); + + /** + * An XML MowsFactoryProperties(@http://ws.apache.org/resource/example/mowsfactory). + * + * This is a complex type. + */ + public interface MowsFactoryProperties extends org.apache.xmlbeans.XmlObject + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sCC33F0FF6200523A94F502B0D0DAEDC1.TypeSystemHolder.typeSystem.resolveHandle("mowsfactoryproperties17e2elemtype"); + + /** + * 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 "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 "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 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 "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 "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 "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(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties newInstance() { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument.MowsFactoryProperties) 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.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument newInstance() { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + public static org.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument 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.apache.ws.resource.example.mowsfactory.MowsFactoryPropertiesDocument) 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 + } +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
