Class AbstractWorkItemOutputType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    WorkItemResultType

    public class AbstractWorkItemOutputType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO <p>Java class for AbstractWorkItemOutputType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AbstractWorkItemOutputType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="evidence" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/&gt; &lt;element name="evidenceFilename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="evidenceContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form