com.pushtotest.testmaker.XSTest.xml.impl
Class XSTestTypeImpl.DirectoryTypeImpl

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.xml.impl.XSTestTypeImpl.DirectoryTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, XSTestType.DirectoryType, com.sun.xml.bind.JAXBObject
Enclosing class:
XSTestTypeImpl

public static class XSTestTypeImpl.DirectoryTypeImpl
extends java.lang.Object
implements XSTestType.DirectoryType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class XSTestTypeImpl.DirectoryTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _BaseDir
           
protected  java.lang.String _ChartDir
           
protected  Itemlist _OpenFiles
           
protected  java.lang.String _ResultDir
           
static java.lang.Class version
           
 
Constructor Summary
XSTestTypeImpl.DirectoryTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 java.lang.String getBaseDir()
          Gets the value of the baseDir property.
 java.lang.String getChartDir()
          Gets the value of the chartDir property.
 Itemlist getOpenFiles()
          Gets the value of the openFiles property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getResultDir()
          Gets the value of the resultDir property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setBaseDir(java.lang.String value)
          Sets the value of the baseDir property.
 void setChartDir(java.lang.String value)
          Sets the value of the chartDir property.
 void setOpenFiles(Itemlist value)
          Sets the value of the openFiles property.
 void setResultDir(java.lang.String value)
          Sets the value of the resultDir property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_BaseDir

protected java.lang.String _BaseDir

_ResultDir

protected java.lang.String _ResultDir

_ChartDir

protected java.lang.String _ChartDir

_OpenFiles

protected Itemlist _OpenFiles

version

public static final java.lang.Class version
Constructor Detail

XSTestTypeImpl.DirectoryTypeImpl

public XSTestTypeImpl.DirectoryTypeImpl()
Method Detail

getBaseDir

public java.lang.String getBaseDir()
Description copied from interface: XSTestType.DirectoryType
Gets the value of the baseDir property.

Specified by:
getBaseDir in interface XSTestType.DirectoryType
Returns:
possible object is String

setBaseDir

public void setBaseDir(java.lang.String value)
Description copied from interface: XSTestType.DirectoryType
Sets the value of the baseDir property.

Specified by:
setBaseDir in interface XSTestType.DirectoryType
Parameters:
value - allowed object is String

getResultDir

public java.lang.String getResultDir()
Description copied from interface: XSTestType.DirectoryType
Gets the value of the resultDir property.

Specified by:
getResultDir in interface XSTestType.DirectoryType
Returns:
possible object is String

setResultDir

public void setResultDir(java.lang.String value)
Description copied from interface: XSTestType.DirectoryType
Sets the value of the resultDir property.

Specified by:
setResultDir in interface XSTestType.DirectoryType
Parameters:
value - allowed object is String

getChartDir

public java.lang.String getChartDir()
Description copied from interface: XSTestType.DirectoryType
Gets the value of the chartDir property.

Specified by:
getChartDir in interface XSTestType.DirectoryType
Returns:
possible object is String

setChartDir

public void setChartDir(java.lang.String value)
Description copied from interface: XSTestType.DirectoryType
Sets the value of the chartDir property.

Specified by:
setChartDir in interface XSTestType.DirectoryType
Parameters:
value - allowed object is String

getOpenFiles

public Itemlist getOpenFiles()
Description copied from interface: XSTestType.DirectoryType
Gets the value of the openFiles property.

Specified by:
getOpenFiles in interface XSTestType.DirectoryType
Returns:
possible object is Itemlist

setOpenFiles

public void setOpenFiles(Itemlist value)
Description copied from interface: XSTestType.DirectoryType
Sets the value of the openFiles property.

Specified by:
setOpenFiles in interface XSTestType.DirectoryType
Parameters:
value - allowed object is Itemlist

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject