Class AnyDataAsyncUpdateMessageType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class AnyDataAsyncUpdateMessageType
    extends AsyncUpdateMessageType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Async update carrying any data. Useful e.g. for testing. <p>Java class for AnyDataAsyncUpdateMessageType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AnyDataAsyncUpdateMessageType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateMessageType"&gt; &lt;sequence&gt; &lt;element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_DATA

        public static final ItemName F_DATA
    • Constructor Detail

      • AnyDataAsyncUpdateMessageType

        public AnyDataAsyncUpdateMessageType()
        Creates a new {@code AnyDataAsyncUpdateMessageType} instance.
      • AnyDataAsyncUpdateMessageType

        public AnyDataAsyncUpdateMessageType​(AnyDataAsyncUpdateMessageType o)
        Creates a new {@code AnyDataAsyncUpdateMessageType} instance by deeply copying a given {@code AnyDataAsyncUpdateMessageType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.