Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.workflow.task.model
Interface AnyType


public interface AnyType

The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable. Please use the setPayloadAsElement method to set the payload.

See Also:
TaskType.setPayloadAsElement(org.w3c.dom.Element payload), TaskType.getPayloadAsElement()

Method Summary
 java.util.List getContent()
          The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable.
 

Method Detail

getContent

java.util.List getContent()
The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable. Please use the setPayloadAsElement method to set the payload.

Returns:
an java.util.List that is unmodifiable
See Also:
TaskType.setPayloadAsElement(org.w3c.dom.Element payload), TaskType.getPayloadAsElement()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.