org.xmlhammer.model.jaxp
Class JAXPSchemaFactory

java.lang.Object
  extended by org.xmlhammer.model.jaxp.JAXPSchemaFactory

public class JAXPSchemaFactory
extends java.lang.Object

Java class for jaxpSchemaFactory element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="jaxpSchemaFactory">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="settings">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="resourceResolver" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element ref="{http://www.xmlhammer.org/2007/jaxp}schemaFactoryProperties"/>
           <element ref="{http://www.xmlhammer.org/2007/jaxp}features"/>
           <element ref="{http://www.xmlhammer.org/2007/jaxp}properties"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
static class JAXPSchemaFactory.Settings
          Java class for anonymous complex type.
 
Field Summary
protected  Features features
           
protected  Properties properties
           
protected  SchemaFactoryProperties schemaFactoryProperties
           
protected  JAXPSchemaFactory.Settings settings
           
 
Constructor Summary
JAXPSchemaFactory()
           
 
Method Summary
 Features getFeatures()
          Gets the value of the features property.
 Properties getProperties()
          Gets the value of the properties property.
 SchemaFactoryProperties getSchemaFactoryProperties()
          Gets the value of the schemaFactoryProperties property.
 JAXPSchemaFactory.Settings getSettings()
          Gets the value of the settings property.
 void setFeatures(Features value)
          Sets the value of the features property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSchemaFactoryProperties(SchemaFactoryProperties value)
          Sets the value of the schemaFactoryProperties property.
 void setSettings(JAXPSchemaFactory.Settings value)
          Sets the value of the settings property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

protected JAXPSchemaFactory.Settings settings

schemaFactoryProperties

protected SchemaFactoryProperties schemaFactoryProperties

features

protected Features features

properties

protected Properties properties
Constructor Detail

JAXPSchemaFactory

public JAXPSchemaFactory()
Method Detail

getSettings

public JAXPSchemaFactory.Settings getSettings()
Gets the value of the settings property.

Returns:
possible object is JAXPSchemaFactory.Settings

setSettings

public void setSettings(JAXPSchemaFactory.Settings value)
Sets the value of the settings property.

Parameters:
value - allowed object is JAXPSchemaFactory.Settings

getSchemaFactoryProperties

public SchemaFactoryProperties getSchemaFactoryProperties()
Gets the value of the schemaFactoryProperties property.

Returns:
possible object is SchemaFactoryProperties

setSchemaFactoryProperties

public void setSchemaFactoryProperties(SchemaFactoryProperties value)
Sets the value of the schemaFactoryProperties property.

Parameters:
value - allowed object is SchemaFactoryProperties

getFeatures

public Features getFeatures()
Gets the value of the features property.

Returns:
possible object is Features

setFeatures

public void setFeatures(Features value)
Sets the value of the features property.

Parameters:
value - allowed object is Features

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.