/src/com/microsoft/schemas/crm/_2007/webservices/ConvertProductToKitResponse.java

http://javamscrm.codeplex.com · Java · 96 lines · 50 code · 24 blank · 22 comment · 0 complexity · c168214848351ee76efd95fc092d4cae MD5 · raw file

  1. /*
  2. * XML Type: ConvertProductToKitResponse
  3. * Namespace: http://schemas.microsoft.com/crm/2007/WebServices
  4. * Java type: com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse
  5. *
  6. * Automatically generated - do not modify.
  7. */
  8. package com.microsoft.schemas.crm._2007.webservices;
  9. /**
  10. * An XML ConvertProductToKitResponse(@http://schemas.microsoft.com/crm/2007/WebServices).
  11. *
  12. * This is a complex type.
  13. */
  14. public interface ConvertProductToKitResponse extends com.microsoft.schemas.crm._2007.webservices.Response
  15. {
  16. public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
  17. org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConvertProductToKitResponse.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD410F7A3293D843D31E344CF6B343266").resolveHandle("convertproducttokitresponse538ctype");
  18. /**
  19. * A factory class with static methods for creating instances
  20. * of this type.
  21. */
  22. public static final class Factory
  23. {
  24. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse newInstance() {
  25. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
  26. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
  27. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
  28. /** @param xmlAsString the string value to parse */
  29. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
  30. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
  31. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
  32. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
  33. /** @param file the file from which to load an xml document */
  34. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  35. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
  36. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  37. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
  38. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  39. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
  40. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  41. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
  42. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  43. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
  44. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  45. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
  46. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  47. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
  48. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
  49. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
  50. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
  51. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
  52. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
  53. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
  54. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
  55. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
  56. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
  57. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
  58. /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
  59. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
  60. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
  61. /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
  62. public static com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
  63. return (com.microsoft.schemas.crm._2007.webservices.ConvertProductToKitResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
  64. /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
  65. 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 {
  66. return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
  67. /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
  68. 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 {
  69. return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
  70. private Factory() { } // No instance of this class allowed
  71. }
  72. }