public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.w3._2001.xmlschema.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the org.w3._2001.xmlschema package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2001.xmlschema
Public Methods
ENTITIES createENTITIES()
Create an instance of ENTITIES
ENTITY createENTITY()
Create an instance of ENTITY
IDREFS createIDREFS()
Create an instance of IDREFS
Language createLanguage()
Create an instance of Language
NCName createNCName()
Create an instance of NCName
NMTOKEN createNMTOKEN()
Create an instance of NMTOKEN
NMTOKENS createNMTOKENS()
Create an instance of NMTOKENS
Name createName()
Create an instance of Name
NegativeInteger createNegativeInteger()
Create an instance of NegativeInteger
NonNegativeInteger createNonNegativeInteger()
Create an instance of NonNegativeInteger
NonPositiveInteger createNonPositiveInteger()
Create an instance of NonPositiveInteger
PositiveInteger createPositiveInteger()
Create an instance of PositiveInteger
UnsignedLong createUnsignedLong()
Create an instance of UnsignedLong
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2001.xmlschema

Public Methods

public ENTITIES createENTITIES ()

Create an instance of ENTITIES

public ENTITY createENTITY ()

Create an instance of ENTITY

public IDREFS createIDREFS ()

Create an instance of IDREFS

public Language createLanguage ()

Create an instance of Language

public NCName createNCName ()

Create an instance of NCName

public NMTOKEN createNMTOKEN ()

Create an instance of NMTOKEN

public NMTOKENS createNMTOKENS ()

Create an instance of NMTOKENS

public Name createName ()

Create an instance of Name

public NegativeInteger createNegativeInteger ()

Create an instance of NegativeInteger

public NonNegativeInteger createNonNegativeInteger ()

Create an instance of NonNegativeInteger

public NonPositiveInteger createNonPositiveInteger ()

Create an instance of NonPositiveInteger

public PositiveInteger createPositiveInteger ()

Create an instance of PositiveInteger

public UnsignedLong createUnsignedLong ()

Create an instance of UnsignedLong