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