net.sourceforge.nrl.parser.model.xsd
Class XSDBuiltInSimpleTypes

java.lang.Object
  extended by net.sourceforge.nrl.parser.model.xsd.XSDBuiltInSimpleTypes

public class XSDBuiltInSimpleTypes
extends Object

A factory for the XSD built in simple types. This returns type objects for xsd:string, xsd:int, etc. in a package.

Author:
Christian Nentwich

Field Summary
static String NAMESPACE
          The schema namespace
static String PACKAGE
          The package name.
 
Constructor Summary
XSDBuiltInSimpleTypes()
           
 
Method Summary
protected  void addType(XSDPackage target, String name)
           
 XSDPackage getSimpleTypePackage()
          Return the package containing the simple types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE

public static final String PACKAGE
The package name.

See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
The schema namespace

See Also:
Constant Field Values
Constructor Detail

XSDBuiltInSimpleTypes

public XSDBuiltInSimpleTypes()
Method Detail

getSimpleTypePackage

public XSDPackage getSimpleTypePackage()
Return the package containing the simple types

Returns:
the package

addType

protected void addType(XSDPackage target,
                       String name)


Copyright © 2006-2013. All Rights Reserved.