|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.test.TestSuite
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class TestSuiteList of tests.
| Field Summary | |
|---|---|
protected List<ImplementationTest> |
implementationTest
|
protected List<ModulesConstraintsTest> |
modulesConstraintsTest
|
protected List<SchemaConstraintsTest> |
schemaConstraintsTest
|
| Constructor Summary | |
|---|---|
TestSuite()
Creates a new TestSuite instance. |
|
TestSuite(TestSuite o)
Creates a new TestSuite instance by deeply copying a given instance. |
|
| Method Summary | |
|---|---|
TestSuite |
clone()
Creates and returns a deep copy of this object. |
private static void |
copyImplementationTest(List<ImplementationTest> source,
List<ImplementationTest> target)
Copies all values of property ImplementationTest deeply. |
private static void |
copyModulesConstraintsTest(List<ModulesConstraintsTest> source,
List<ModulesConstraintsTest> target)
Copies all values of property ModulesConstraintsTest deeply. |
private static void |
copySchemaConstraintsTest(List<SchemaConstraintsTest> source,
List<SchemaConstraintsTest> target)
Copies all values of property SchemaConstraintsTest deeply. |
List<ImplementationTest> |
getImplementationTest()
Gets the value of the implementationTest property. |
List<ModulesConstraintsTest> |
getModulesConstraintsTest()
Gets the value of the modulesConstraintsTest property. |
List<SchemaConstraintsTest> |
getSchemaConstraintsTest()
Gets the value of the schemaConstraintsTest property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<SchemaConstraintsTest> schemaConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<ModulesConstraintsTest> modulesConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<ImplementationTest> implementationTest
| Constructor Detail |
|---|
public TestSuite()
TestSuite instance.
public TestSuite(TestSuite o)
TestSuite instance by deeply copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<SchemaConstraintsTest> getSchemaConstraintsTest()
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 schemaConstraintsTest property.
For example, to add a new item, do as follows:
getSchemaConstraintsTest().add(newItem);
Objects of the following type(s) are allowed in the list
SchemaConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<ModulesConstraintsTest> getModulesConstraintsTest()
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 modulesConstraintsTest property.
For example, to add a new item, do as follows:
getModulesConstraintsTest().add(newItem);
Objects of the following type(s) are allowed in the list
ModulesConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<ImplementationTest> getImplementationTest()
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 implementationTest property.
For example, to add a new item, do as follows:
getImplementationTest().add(newItem);
Objects of the following type(s) are allowed in the list
ImplementationTest
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static void copySchemaConstraintsTest(List<SchemaConstraintsTest> source,
List<SchemaConstraintsTest> target)
SchemaConstraintsTest deeply.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static void copyModulesConstraintsTest(List<ModulesConstraintsTest> source,
List<ModulesConstraintsTest> target)
ModulesConstraintsTest deeply.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static void copyImplementationTest(List<ImplementationTest> source,
List<ImplementationTest> target)
ImplementationTest deeply.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public TestSuite clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||