Class RelationNotification

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

public class RelationNotification 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="objectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="relationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="relationTypeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MBeansToUnregister" type="{urn:org.apache.camel.component:jmx}objectNamesType" minOccurs="0"/>
         <element name="newRoleValue" type="{urn:org.apache.camel.component:jmx}objectNamesType" minOccurs="0"/>
         <element name="oldRoleValue" type="{urn:org.apache.camel.component:jmx}objectNamesType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>