Samples JDK
Main Page
Related Pages
Packages
Classes
Files
File List
build
generated-src
com
freemindcafe
purchase3
impl
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
}
org
com
com.freemindcafe.purchase3.SKU
Definition:
SKU.java:16
org.apache
com.freemindcafe.purchase3.impl.SKUImpl
Definition:
SKUImpl.java:14
Generated on Fri Feb 19 2016 08:35:41 for Samples JDK by
1.8.9.1