addComment
public void addComment(int index,
java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
addComment
public void addComment(java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
addSchemaDifferences
public void addSchemaDifferences(int index,
SchemaDifferences vSchemaDifferences)
throws java.lang.IndexOutOfBoundsException
index
- vSchemaDifferences
-
addSchemaDifferences
public void addSchemaDifferences(SchemaDifferences vSchemaDifferences)
throws java.lang.IndexOutOfBoundsException
deleteGenerateImported
public void deleteGenerateImported()
deleteJavaSourceVersion
public void deleteJavaSourceVersion()
deleteSkip
public void deleteSkip()
enumerateComment
public java.util.Enumeration enumerateComment()
Method enumerateComment.
- an Enumeration over all java.lang.String elements
enumerateSchemaDifferences
public java.util.Enumeration enumerateSchemaDifferences()
Method enumerateSchemaDifferences.
- an Enumeration over all
org.exolab.castor.tests.framework.testDescriptor.SchemaDifferences
elements
getComment
public java.lang.String[] getComment()
Method getComment.Returns the contents of the collection in
an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getComment
public java.lang.String getComment(int index)
throws java.lang.IndexOutOfBoundsException
Method getComment.
- the value of the java.lang.String at the given index
getCommentCount
public int getCommentCount()
Method getCommentCount.
- the size of this collection
getConfiguration
public Configuration getConfiguration()
Returns the value of field 'configuration'.
- the value of field 'Configuration'.
getCustomTest
public CustomTest getCustomTest()
Returns the value of field 'customTest'.
- the value of field 'CustomTest'.
getFailure
public Failure getFailure()
Returns the value of field 'failure'.
- the value of field 'Failure'.
getGenerateImported
public boolean getGenerateImported()
Returns the value of field 'generateImported'.
- the value of field 'GenerateImported'.
getGoldFile
public java.lang.String getGoldFile()
Returns the value of field 'goldFile'.
- the value of field 'GoldFile'.
getInput
public java.lang.String getInput()
Returns the value of field 'input'.
- the value of field 'Input'.
getJavaSourceVersion
public float getJavaSourceVersion()
Returns the value of field 'javaSourceVersion'.
- the value of field 'JavaSourceVersion'.
getListener
public Listener getListener()
Returns the value of field 'listener'.
- the value of field 'Listener'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getObjectBuilder
public java.lang.String getObjectBuilder()
Returns the value of field 'objectBuilder'.
- the value of field 'ObjectBuilder'.
getSchemaDifferences
public SchemaDifferences[] getSchemaDifferences()
Method getSchemaDifferences.Returns the contents of the
collection in an Array.
Note: Just in case the
collection contents are changing in another thread, we pass
a 0-length Array of the correct type into the API call.
This way we
know that the Array returned is of
exactly the correct length.
- this collection as an Array
getSchemaDifferences
public SchemaDifferences getSchemaDifferences(int index)
throws java.lang.IndexOutOfBoundsException
Method getSchemaDifferences.
- the value of the
org.exolab.castor.tests.framework.testDescriptor.SchemaDifferences
at the given index
getSchemaDifferencesCount
public int getSchemaDifferencesCount()
Method getSchemaDifferencesCount.
- the size of this collection
getSkip
public boolean getSkip()
Returns the value of field 'skip'.
- the value of field 'Skip'.
getUnitTestCaseChoice
public UnitTestCaseChoice getUnitTestCaseChoice()
Returns the value of field 'unitTestCaseChoice'.
- the value of field 'UnitTestCaseChoice'.
hasGenerateImported
public boolean hasGenerateImported()
Method hasGenerateImported.
- true if at least one GenerateImported has been added
hasJavaSourceVersion
public boolean hasJavaSourceVersion()
Method hasJavaSourceVersion.
- true if at least one JavaSourceVersion has been added
hasSkip
public boolean hasSkip()
Method hasSkip.
- true if at least one Skip has been added
isGenerateImported
public boolean isGenerateImported()
Returns the value of field 'generateImported'.
- the value of field 'GenerateImported'.
isSkip
public boolean isSkip()
Returns the value of field 'skip'.
- the value of field 'Skip'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllComment
public void removeAllComment()
removeAllSchemaDifferences
public void removeAllSchemaDifferences()
removeComment
public boolean removeComment(java.lang.String vComment)
Method removeComment.
- true if the object was removed from the collection.
removeCommentAt
public java.lang.String removeCommentAt(int index)
Method removeCommentAt.
- the element removed from the collection
removeSchemaDifferences
public boolean removeSchemaDifferences(SchemaDifferences vSchemaDifferences)
Method removeSchemaDifferences.
- true if the object was removed from the collection.
removeSchemaDifferencesAt
public SchemaDifferences removeSchemaDifferencesAt(int index)
Method removeSchemaDifferencesAt.
- the element removed from the collection
setComment
public void setComment(int index,
java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
setComment
public void setComment(java.lang.String[] vCommentArray)
setConfiguration
public void setConfiguration(Configuration configuration)
Sets the value of field 'configuration'.
configuration
- the value of field 'configuration'.
setCustomTest
public void setCustomTest(CustomTest customTest)
Sets the value of field 'customTest'.
customTest
- the value of field 'customTest'.
setFailure
public void setFailure(Failure failure)
Sets the value of field 'failure'.
failure
- the value of field 'failure'.
setGenerateImported
public void setGenerateImported(boolean generateImported)
Sets the value of field 'generateImported'.
generateImported
- the value of field 'generateImported'
setGoldFile
public void setGoldFile(java.lang.String goldFile)
Sets the value of field 'goldFile'.
goldFile
- the value of field 'goldFile'.
setInput
public void setInput(java.lang.String input)
Sets the value of field 'input'.
input
- the value of field 'input'.
setJavaSourceVersion
public void setJavaSourceVersion(float javaSourceVersion)
Sets the value of field 'javaSourceVersion'.
javaSourceVersion
- the value of field
'javaSourceVersion'.
setListener
public void setListener(Listener listener)
Sets the value of field 'listener'.
listener
- the value of field 'listener'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setObjectBuilder
public void setObjectBuilder(java.lang.String objectBuilder)
Sets the value of field 'objectBuilder'.
objectBuilder
- the value of field 'objectBuilder'.
setSchemaDifferences
public void setSchemaDifferences(int index,
SchemaDifferences vSchemaDifferences)
throws java.lang.IndexOutOfBoundsException
index
- vSchemaDifferences
-
setSchemaDifferences
public void setSchemaDifferences(SchemaDifferences[] vSchemaDifferencesArray)
vSchemaDifferencesArray
-
setSkip
public void setSkip(boolean skip)
Sets the value of field 'skip'.
skip
- the value of field 'skip'.
setUnitTestCaseChoice
public void setUnitTestCaseChoice(UnitTestCaseChoice unitTestCaseChoice)
Sets the value of field 'unitTestCaseChoice'.
unitTestCaseChoice
- the value of field
'unitTestCaseChoice'.