
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class TestSuite extends Object implements Cloneable
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ImplementationTestType> |
implementationTest |
protected List<InstanceTestType> |
instanceTest |
protected List<ModulesConstraintsTestType> |
modulesConstraintsTest |
protected List<SchemaConstraintsTestType> |
schemaConstraintsTest |
| Constructor and Description |
|---|
TestSuite()
Creates a new
TestSuite instance. |
TestSuite(TestSuite o)
Creates a new
TestSuite instance by deeply copying a given TestSuite instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<SchemaConstraintsTestType> schemaConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<ModulesConstraintsTestType> modulesConstraintsTest
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<ImplementationTestType> implementationTest
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected List<InstanceTestType> instanceTest
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.@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+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="2014-02-21T01:54:07+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="2014-02-21T01:54:07+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="2014-02-21T01:54:07+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
Copyright © 2005–2014 The JOMC Project. All rights reserved.