Castor Testing Framework Test Descriptor XML Schema
Namespace: http://castor.exolab.org/Test
This schema is used to generate the
org.exolab.castor.tests.framework.testdescriptor package
Note: This schema is under evolution and subject to change.
This schema is under the Exolab license.
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
deleteMinimumJavaVersion
public void deleteMinimumJavaVersion()
enumerateComment
public java.util.Enumeration enumerateComment()
Method enumerateComment.
- an Enumeration over all java.lang.String elements
getAuthor
public java.lang.String getAuthor()
Returns the value of field 'author'.
- the value of field 'Author'.
getBugFix
public BugFix getBugFix()
Returns the value of field 'bugFix'. The field 'bugFix' has
the following description: Encapsulates information about a
bug fix, including the reporter's
name (or Email address), the date of the report and of the
fix,
and one or more comments about the bug.
- the value of field 'BugFix'.
getCategory
public CategoryType getCategory()
Returns the value of field 'category'.
- the value of field 'Category'.
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
getMinimumJavaVersion
public float getMinimumJavaVersion()
Returns the value of field 'minimumJavaVersion'.
- the value of field 'MinimumJavaVersion'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getTestDescriptorChoice
public TestDescriptorChoice getTestDescriptorChoice()
Returns the value of field 'testDescriptorChoice'.
- the value of field 'TestDescriptorChoice'.
hasMinimumJavaVersion
public boolean hasMinimumJavaVersion()
Method hasMinimumJavaVersion.
- true if at least one MinimumJavaVersion has been adde
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllComment
public void removeAllComment()
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
setAuthor
public void setAuthor(java.lang.String author)
Sets the value of field 'author'.
author
- the value of field 'author'.
setBugFix
public void setBugFix(BugFix bugFix)
Sets the value of field 'bugFix'. The field 'bugFix' has the
following description: Encapsulates information about a bug
fix, including the reporter's
name (or Email address), the date of the report and of the
fix,
and one or more comments about the bug.
bugFix
- the value of field 'bugFix'.
setCategory
public void setCategory(CategoryType category)
Sets the value of field 'category'.
category
- the value of field 'category'.
setComment
public void setComment(int index,
java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
setComment
public void setComment(java.lang.String[] vCommentArray)
setMinimumJavaVersion
public void setMinimumJavaVersion(float minimumJavaVersion)
Sets the value of field 'minimumJavaVersion'.
minimumJavaVersion
- the value of field
'minimumJavaVersion'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setTestDescriptorChoice
public void setTestDescriptorChoice(TestDescriptorChoice testDescriptorChoice)
Sets the value of field 'testDescriptorChoice'.
testDescriptorChoice
- the value of field
'testDescriptorChoice'.