net.sourceforge.nrl.parser.model.xsd
Class XSDBuiltInSimpleTypes
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XSDBuiltInSimpleTypes
public XSDBuiltInSimpleTypes()
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.