|
||||||||||
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="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class TestSuite
List of tests.
Java class for TestSuite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestSuite"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="schema-constraints-test" type="{http://jomc.org/model/test}SchemaConstraintsTestType" maxOccurs="unbounded" minOccurs="0"/> <element name="modules-constraints-test" type="{http://jomc.org/model/test}ModulesConstraintsTestType" maxOccurs="unbounded" minOccurs="0"/> <element name="implementation-test" type="{http://jomc.org/model/test}ImplementationTestType" maxOccurs="unbounded" minOccurs="0"/> <element name="instance-test" type="{http://jomc.org/model/test}InstanceTestType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ImplementationTestType> |
implementationTest
|
protected List<InstanceTestType> |
instanceTest
|
protected List<ModulesConstraintsTestType> |
modulesConstraintsTest
|
protected List<SchemaConstraintsTestType> |
schemaConstraintsTest
|
Constructor Summary | |
---|---|
TestSuite()
Creates a new TestSuite instance. |
|
TestSuite(TestSuite o)
Creates a new TestSuite instance by deeply copying a given TestSuite instance. |
Method Summary | |
---|---|
TestSuite |
clone()
Creates and returns a deep copy of this object. |
List<ImplementationTestType> |
getImplementationTest()
Gets the value of the implementationTest property. |
List<InstanceTestType> |
getInstanceTest()
Gets the value of the instanceTest property. |
List<ModulesConstraintsTestType> |
getModulesConstraintsTest()
Gets the value of the modulesConstraintsTest property. |
List<SchemaConstraintsTestType> |
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="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<SchemaConstraintsTestType> schemaConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<ModulesConstraintsTestType> modulesConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<ImplementationTestType> implementationTest
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<InstanceTestType> instanceTest
Constructor Detail |
---|
public TestSuite()
TestSuite
instance.
public TestSuite(TestSuite o)
TestSuite
instance by deeply copying a given TestSuite
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public List<SchemaConstraintsTestType> 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
SchemaConstraintsTestType
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public List<ModulesConstraintsTestType> 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
ModulesConstraintsTestType
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public List<ImplementationTestType> 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
ImplementationTestType
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public List<InstanceTestType> getInstanceTest()
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 instanceTest property.
For example, to add a new item, do as follows:
getInstanceTest().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceTestType
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public TestSuite clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |