|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.Project
public class Project
Java class for project element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="project">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/jaxp}settings" minOccurs="0"/>
<element ref="{http://www.xmlhammer.org/2007/project}input"/>
<element ref="{http://www.xmlhammer.org/2007/project}parser" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.xmlhammer.org/2007/project}schemaValidator"/>
<element ref="{http://www.xmlhammer.org/2007/tools/xpath}xpath"/>
<element ref="{http://www.xmlhammer.org/2007/tools/xslt}xslt"/>
</choice>
<element ref="{http://www.xmlhammer.org/2007/project}output"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected Input |
input
|
protected Settings |
jaxpSettings
|
protected Output |
output
|
protected Parser |
parser
|
protected SchemaValidator |
schemaValidator
|
protected XPath |
xPath
|
protected XSLT |
xslt
|
| Constructor Summary | |
|---|---|
Project()
|
|
| Method Summary | |
|---|---|
Input |
getInput()
Gets the value of the input property. |
Settings |
getJAXPSettings()
Gets the value of the jaxpSettings property. |
Output |
getOutput()
Gets the value of the output property. |
Parser |
getParser()
Gets the value of the parser property. |
SchemaValidator |
getSchemaValidator()
Gets the value of the schemaValidator property. |
XPath |
getXPath()
Gets the value of the xPath property. |
XSLT |
getXSLT()
Gets the value of the xslt property. |
void |
setInput(Input value)
Sets the value of the input property. |
void |
setJAXPSettings(Settings value)
Sets the value of the jaxpSettings property. |
void |
setOutput(Output value)
Sets the value of the output property. |
void |
setParser(Parser value)
Sets the value of the parser property. |
void |
setSchemaValidator(SchemaValidator value)
Sets the value of the schemaValidator property. |
void |
setXPath(XPath value)
Sets the value of the xPath property. |
void |
setXSLT(XSLT value)
Sets the value of the xslt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Settings jaxpSettings
protected Input input
protected Parser parser
protected SchemaValidator schemaValidator
protected XPath xPath
protected XSLT xslt
protected Output output
| Constructor Detail |
|---|
public Project()
| Method Detail |
|---|
public Settings getJAXPSettings()
Settingspublic void setJAXPSettings(Settings value)
value - allowed object is
Settingspublic Input getInput()
Inputpublic void setInput(Input value)
value - allowed object is
Inputpublic Parser getParser()
Parserpublic void setParser(Parser value)
value - allowed object is
Parserpublic SchemaValidator getSchemaValidator()
SchemaValidatorpublic void setSchemaValidator(SchemaValidator value)
value - allowed object is
SchemaValidatorpublic XPath getXPath()
XPathpublic void setXPath(XPath value)
value - allowed object is
XPathpublic XSLT getXSLT()
XSLTpublic void setXSLT(XSLT value)
value - allowed object is
XSLTpublic Output getOutput()
Outputpublic void setOutput(Output value)
value - allowed object is
Output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||