Class AsyncUpdateListeningActivityInformationType

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

    public class AsyncUpdateListeningActivityInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Information on async update listening activity. <p>Java class for AsyncUpdateListeningActivityInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AsyncUpdateListeningActivityInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateListeningActivityStatusType" minOccurs="0"/&gt; &lt;element name="subActivity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateListeningActivityInformationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form