org.openmobilealliance.schema.sti.v1_0
Class JobResult.AdaptationsPerformed

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.JobResult.AdaptationsPerformed
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JobResult

public static class JobResult.AdaptationsPerformed
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adaptationPerformed" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
JobResult.AdaptationsPerformed()
           
 
Method Summary
 java.util.List<java.lang.String> getAdaptationPerformed()
          Gets the value of the adaptationPerformed property.
 boolean isSetAdaptationPerformed()
           
 void unsetAdaptationPerformed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobResult.AdaptationsPerformed

public JobResult.AdaptationsPerformed()
Method Detail

getAdaptationPerformed

public java.util.List<java.lang.String> getAdaptationPerformed()
Gets the value of the adaptationPerformed 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 adaptationPerformed property.

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

    getAdaptationPerformed().add(newItem);
 

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


isSetAdaptationPerformed

public boolean isSetAdaptationPerformed()

unsetAdaptationPerformed

public void unsetAdaptationPerformed()