Class AbstractWorkItemOutputType

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

    public class AbstractWorkItemOutputType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO

    Java class for AbstractWorkItemOutputType complex type.

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

     <complexType name="AbstractWorkItemOutputType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="evidence" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="evidenceFilename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="evidenceContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form