|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.Settings
public class Settings
Java class for settings element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="settings">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/jaxp}jaxpSAXParserFactory" minOccurs="0"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}jaxpDocumentBuilderFactory" minOccurs="0"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}jaxpXPathFactory" minOccurs="0"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}jaxpTransformerFactory" minOccurs="0"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}jaxpSchemaFactory" minOccurs="0"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.xmlhammer.org/2007/jaxp}catalog"/>
</sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.xmlhammer.org/2007/jaxp}property"/>
</sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.xmlhammer.org/2007/jaxp}feature"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.util.List<Catalog> |
catalog
|
protected java.util.List<Feature> |
feature
|
protected JAXPDocumentBuilderFactory |
jaxpDocumentBuilderFactory
|
protected JAXPSAXParserFactory |
jaxpsaxParserFactory
|
protected JAXPSchemaFactory |
jaxpSchemaFactory
|
protected JAXPTransformerFactory |
jaxpTransformerFactory
|
protected JAXPXPathFactory |
jaxpxPathFactory
|
protected java.util.List<Property> |
property
|
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
java.util.List<Catalog> |
getCatalog()
Gets the value of the catalog property. |
java.util.List<Feature> |
getFeature()
Gets the value of the feature property. |
JAXPDocumentBuilderFactory |
getJAXPDocumentBuilderFactory()
Gets the value of the jaxpDocumentBuilderFactory property. |
JAXPSAXParserFactory |
getJAXPSAXParserFactory()
Gets the value of the jaxpsaxParserFactory property. |
JAXPSchemaFactory |
getJAXPSchemaFactory()
Gets the value of the jaxpSchemaFactory property. |
JAXPTransformerFactory |
getJAXPTransformerFactory()
Gets the value of the jaxpTransformerFactory property. |
JAXPXPathFactory |
getJAXPXPathFactory()
Gets the value of the jaxpxPathFactory property. |
java.util.List<Property> |
getProperty()
Gets the value of the property property. |
void |
setJAXPDocumentBuilderFactory(JAXPDocumentBuilderFactory value)
Sets the value of the jaxpDocumentBuilderFactory property. |
void |
setJAXPSAXParserFactory(JAXPSAXParserFactory value)
Sets the value of the jaxpsaxParserFactory property. |
void |
setJAXPSchemaFactory(JAXPSchemaFactory value)
Sets the value of the jaxpSchemaFactory property. |
void |
setJAXPTransformerFactory(JAXPTransformerFactory value)
Sets the value of the jaxpTransformerFactory property. |
void |
setJAXPXPathFactory(JAXPXPathFactory value)
Sets the value of the jaxpxPathFactory property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXPSAXParserFactory jaxpsaxParserFactory
protected JAXPDocumentBuilderFactory jaxpDocumentBuilderFactory
protected JAXPXPathFactory jaxpxPathFactory
protected JAXPTransformerFactory jaxpTransformerFactory
protected JAXPSchemaFactory jaxpSchemaFactory
protected java.util.List<Catalog> catalog
protected java.util.List<Property> property
protected java.util.List<Feature> feature
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
public JAXPSAXParserFactory getJAXPSAXParserFactory()
JAXPSAXParserFactorypublic void setJAXPSAXParserFactory(JAXPSAXParserFactory value)
value - allowed object is
JAXPSAXParserFactorypublic JAXPDocumentBuilderFactory getJAXPDocumentBuilderFactory()
JAXPDocumentBuilderFactorypublic void setJAXPDocumentBuilderFactory(JAXPDocumentBuilderFactory value)
value - allowed object is
JAXPDocumentBuilderFactorypublic JAXPXPathFactory getJAXPXPathFactory()
JAXPXPathFactorypublic void setJAXPXPathFactory(JAXPXPathFactory value)
value - allowed object is
JAXPXPathFactorypublic JAXPTransformerFactory getJAXPTransformerFactory()
JAXPTransformerFactorypublic void setJAXPTransformerFactory(JAXPTransformerFactory value)
value - allowed object is
JAXPTransformerFactorypublic JAXPSchemaFactory getJAXPSchemaFactory()
JAXPSchemaFactorypublic void setJAXPSchemaFactory(JAXPSchemaFactory value)
value - allowed object is
JAXPSchemaFactorypublic java.util.List<Catalog> getCatalog()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the catalog property.
For example, to add a new item, do as follows:
getCatalog().add(newItem);
Objects of the following type(s) are allowed in the list
Catalog
public java.util.List<Property> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.util.List<Feature> getFeature()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the feature property.
For example, to add a new item, do as follows:
getFeature().add(newItem);
Objects of the following type(s) are allowed in the list
Feature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||