Class AttributeChangeNotification

java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.AttributeChangeNotification

public class AttributeChangeNotification extends NotificationEventType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{urn:org.apache.camel.component:jmx}notificationEventType">
       <sequence>
         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="attributeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="newValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="oldValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>