public class TestType
extends java.lang.Object
Java class for testType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}description" minOccurs="0"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}injectionPoint"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}fixtures" minOccurs="0"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}assertion" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AssertionType> |
assertion |
protected java.lang.String |
description |
protected FixturesType |
fixtures |
protected InjectionPointType |
injectionPoint |
protected java.lang.String |
name |
Constructor and Description |
---|
TestType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AssertionType> |
getAssertion()
Gets the value of the assertion property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
FixturesType |
getFixtures()
Gets the value of the fixtures property.
|
InjectionPointType |
getInjectionPoint()
Gets the value of the injectionPoint property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFixtures(FixturesType value)
Sets the value of the fixtures property.
|
void |
setInjectionPoint(InjectionPointType value)
Sets the value of the injectionPoint property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String description
protected InjectionPointType injectionPoint
protected FixturesType fixtures
protected java.util.List<AssertionType> assertion
protected java.lang.String name
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public InjectionPointType getInjectionPoint()
InjectionPointType
public void setInjectionPoint(InjectionPointType value)
value
- allowed object is
InjectionPointType
public FixturesType getFixtures()
FixturesType
public void setFixtures(FixturesType value)
value
- allowed object is
FixturesType
public java.util.List<AssertionType> getAssertion()
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 assertion property.
For example, to add a new item, do as follows:
getAssertion().add(newItem);
Objects of the following type(s) are allowed in the list
AssertionType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String