Samples JDK
MyStringTypeImpl.java
1 /*
2  * XML Type: MyStringType
3  * Namespace: http://apache.org/hello_world_soap_http/types
4  * Java type: org.apache.helloWorldSoapHttp.types.MyStringType
5  *
6  * Automatically generated - do not modify.
7  */
8 package org.apache.helloWorldSoapHttp.types.impl;
9 /**
10  * An XML MyStringType(@http://apache.org/hello_world_soap_http/types).
11  *
12  * This is an atomic type that is a restriction of org.apache.helloWorldSoapHttp.types.MyStringType.
13  */
14 public class MyStringTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.helloWorldSoapHttp.types.MyStringType
15 {
16  private static final long serialVersionUID = 1L;
17 
18  public MyStringTypeImpl(org.apache.xmlbeans.SchemaType sType)
19  {
20  super(sType, false);
21  }
22 
23  protected MyStringTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
24  {
25  super(sType, b);
26  }
27 }