Class RelationNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.RelationNotification
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ObjectNamesTypeprotected ObjectNamesTypeprotected Stringprotected ObjectNamesTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mBeansToUnregister property.Gets the value of the newRoleValue property.Gets the value of the objectName property.Gets the value of the oldRoleValue property.Gets the value of the relationId property.Gets the value of the relationTypeName property.Gets the value of the roleName property.voidSets the value of the mBeansToUnregister property.voidsetNewRoleValue(ObjectNamesType value) Sets the value of the newRoleValue property.voidsetObjectName(String value) Sets the value of the objectName property.voidsetOldRoleValue(ObjectNamesType value) Sets the value of the oldRoleValue property.voidsetRelationId(String value) Sets the value of the relationId property.voidsetRelationTypeName(String value) Sets the value of the relationTypeName property.voidsetRoleName(String value) Sets the value of the roleName property.withDateTime(XMLGregorianCalendar value) withMessage(String value) withNewRoleValue(ObjectNamesType value) withObjectName(String value) withOldRoleValue(ObjectNamesType value) withRelationId(String value) withRelationTypeName(String value) withRoleName(String value) withSequence(long value) withSource(String value) withTimestamp(long value) withUserData(String value) Methods inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserData
-
Field Details
-
objectName
-
relationId
-
relationTypeName
-
roleName
-
mBeansToUnregister
-
newRoleValue
-
oldRoleValue
-
-
Constructor Details
-
RelationNotification
public RelationNotification()
-
-
Method Details
-
getObjectName
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
Sets the value of the objectName property.- Parameters:
value- allowed object isString
-
getRelationId
Gets the value of the relationId property.- Returns:
- possible object is
String
-
setRelationId
Sets the value of the relationId property.- Parameters:
value- allowed object isString
-
getRelationTypeName
Gets the value of the relationTypeName property.- Returns:
- possible object is
String
-
setRelationTypeName
Sets the value of the relationTypeName property.- Parameters:
value- allowed object isString
-
getRoleName
Gets the value of the roleName property.- Returns:
- possible object is
String
-
setRoleName
Sets the value of the roleName property.- Parameters:
value- allowed object isString
-
getMBeansToUnregister
Gets the value of the mBeansToUnregister property.- Returns:
- possible object is
ObjectNamesType
-
setMBeansToUnregister
Sets the value of the mBeansToUnregister property.- Parameters:
value- allowed object isObjectNamesType
-
getNewRoleValue
Gets the value of the newRoleValue property.- Returns:
- possible object is
ObjectNamesType
-
setNewRoleValue
Sets the value of the newRoleValue property.- Parameters:
value- allowed object isObjectNamesType
-
getOldRoleValue
Gets the value of the oldRoleValue property.- Returns:
- possible object is
ObjectNamesType
-
setOldRoleValue
Sets the value of the oldRoleValue property.- Parameters:
value- allowed object isObjectNamesType
-
withObjectName
-
withRelationId
-
withRelationTypeName
-
withRoleName
-
withMBeansToUnregister
-
withNewRoleValue
-
withOldRoleValue
-
withSource
- Overrides:
withSourcein classNotificationEventType
-
withMessage
- Overrides:
withMessagein classNotificationEventType
-
withSequence
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
- Overrides:
withDateTimein classNotificationEventType
-
withType
- Overrides:
withTypein classNotificationEventType
-
withUserData
- Overrides:
withUserDatain classNotificationEventType
-