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.

    Java class for AnyDataAsyncUpdateMessageType complex type.

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

     <complexType name="AnyDataAsyncUpdateMessageType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateMessageType">
           <sequence>
             <element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form