Package org.proforma

Class TestConfiguration


  • public class TestConfiguration
    extends Object

    Java-Klasse für test-configuration complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType name="test-configuration">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="filerefs" type="{urn:proforma:task:v1.0.1}filerefs" minOccurs="0"/>
             <element name="externalresourcerefs" type="{urn:proforma:task:v1.0.1}externalresourcerefs" minOccurs="0"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
             <element name="test-meta-data" type="{urn:proforma:task:v1.0.1}test-meta-data" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TestConfiguration

        public TestConfiguration()
    • Method Detail

      • getFilerefs

        public FilerefsType getFilerefs()
        Ruft den Wert der filerefs-Eigenschaft ab.
        Returns:
        possible object is FilerefsType
      • setFilerefs

        public void setFilerefs​(FilerefsType value)
        Legt den Wert der filerefs-Eigenschaft fest.
        Parameters:
        value - allowed object is FilerefsType
      • setTimeout

        public void setTimeout​(BigInteger timeout)
      • getAny

        public List<Object> getAny()
        Gets the value of the any 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 any property.

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

            getAny().add(newItem);
         

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

      • getTestMetaData

        public TestMetaData getTestMetaData()
        Ruft den Wert der testMetaData-Eigenschaft ab.
        Returns:
        possible object is TestMetaData
      • setTestMetaData

        public void setTestMetaData​(TestMetaData value)
        Legt den Wert der testMetaData-Eigenschaft fest.
        Parameters:
        value - allowed object is TestMetaData
      • findAnyByInstanceOfClass

        public <T> T findAnyByInstanceOfClass​(Class<T> clazz)