com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface UntilT

All Known Implementing Classes:
UntilTImpl

public interface UntilT

Java content class for until_t complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 412)

 <complexType name="until_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="exception" type="{www.pushtotest.com/tm5}exception_t" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="timeExceeds" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getException()
          Gets the value of the Exception property.
 int getTimeExceeds()
          Gets the value of the timeExceeds property.
 void setTimeExceeds(int value)
          Sets the value of the timeExceeds property.
 

Method Detail

getException

java.util.List getException()
Gets the value of the Exception property.

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 Exception property.

For example, to add a new item, do as follows:

    getException().add(newItem);
 

Objects of the following type(s) are allowed in the list ExceptionT


getTimeExceeds

int getTimeExceeds()
Gets the value of the timeExceeds property.


setTimeExceeds

void setTimeExceeds(int value)
Sets the value of the timeExceeds property.