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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectNamesTypemBeansToUnregisterprotected ObjectNamesTypenewRoleValueprotected StringobjectNameprotected ObjectNamesTypeoldRoleValueprotected StringrelationIdprotected StringrelationTypeNameprotected StringroleName
-
Constructor Summary
Constructors Constructor Description RelationNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectNamesTypegetMBeansToUnregister()Gets the value of the mBeansToUnregister property.ObjectNamesTypegetNewRoleValue()Gets the value of the newRoleValue property.StringgetObjectName()Gets the value of the objectName property.ObjectNamesTypegetOldRoleValue()Gets the value of the oldRoleValue property.StringgetRelationId()Gets the value of the relationId property.StringgetRelationTypeName()Gets the value of the relationTypeName property.StringgetRoleName()Gets the value of the roleName property.voidsetMBeansToUnregister(ObjectNamesType value)Sets 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.RelationNotificationwithDateTime(XMLGregorianCalendar value)RelationNotificationwithMBeansToUnregister(ObjectNamesType value)RelationNotificationwithMessage(String value)RelationNotificationwithNewRoleValue(ObjectNamesType value)RelationNotificationwithObjectName(String value)RelationNotificationwithOldRoleValue(ObjectNamesType value)RelationNotificationwithRelationId(String value)RelationNotificationwithRelationTypeName(String value)RelationNotificationwithRoleName(String value)RelationNotificationwithSequence(long value)RelationNotificationwithSource(String value)RelationNotificationwithTimestamp(long value)RelationNotificationwithType(String value)RelationNotificationwithUserData(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 Detail
-
objectName
protected String objectName
-
relationId
protected String relationId
-
relationTypeName
protected String relationTypeName
-
roleName
protected String roleName
-
mBeansToUnregister
protected ObjectNamesType mBeansToUnregister
-
newRoleValue
protected ObjectNamesType newRoleValue
-
oldRoleValue
protected ObjectNamesType oldRoleValue
-
-
Method Detail
-
getObjectName
public String getObjectName()
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
public void setObjectName(String value)
Sets the value of the objectName property.- Parameters:
value- allowed object isString
-
getRelationId
public String getRelationId()
Gets the value of the relationId property.- Returns:
- possible object is
String
-
setRelationId
public void setRelationId(String value)
Sets the value of the relationId property.- Parameters:
value- allowed object isString
-
getRelationTypeName
public String getRelationTypeName()
Gets the value of the relationTypeName property.- Returns:
- possible object is
String
-
setRelationTypeName
public void setRelationTypeName(String value)
Sets the value of the relationTypeName property.- Parameters:
value- allowed object isString
-
getRoleName
public String getRoleName()
Gets the value of the roleName property.- Returns:
- possible object is
String
-
setRoleName
public void setRoleName(String value)
Sets the value of the roleName property.- Parameters:
value- allowed object isString
-
getMBeansToUnregister
public ObjectNamesType getMBeansToUnregister()
Gets the value of the mBeansToUnregister property.- Returns:
- possible object is
ObjectNamesType
-
setMBeansToUnregister
public void setMBeansToUnregister(ObjectNamesType value)
Sets the value of the mBeansToUnregister property.- Parameters:
value- allowed object isObjectNamesType
-
getNewRoleValue
public ObjectNamesType getNewRoleValue()
Gets the value of the newRoleValue property.- Returns:
- possible object is
ObjectNamesType
-
setNewRoleValue
public void setNewRoleValue(ObjectNamesType value)
Sets the value of the newRoleValue property.- Parameters:
value- allowed object isObjectNamesType
-
getOldRoleValue
public ObjectNamesType getOldRoleValue()
Gets the value of the oldRoleValue property.- Returns:
- possible object is
ObjectNamesType
-
setOldRoleValue
public void setOldRoleValue(ObjectNamesType value)
Sets the value of the oldRoleValue property.- Parameters:
value- allowed object isObjectNamesType
-
withObjectName
public RelationNotification withObjectName(String value)
-
withRelationId
public RelationNotification withRelationId(String value)
-
withRelationTypeName
public RelationNotification withRelationTypeName(String value)
-
withRoleName
public RelationNotification withRoleName(String value)
-
withMBeansToUnregister
public RelationNotification withMBeansToUnregister(ObjectNamesType value)
-
withNewRoleValue
public RelationNotification withNewRoleValue(ObjectNamesType value)
-
withOldRoleValue
public RelationNotification withOldRoleValue(ObjectNamesType value)
-
withSource
public RelationNotification withSource(String value)
- Overrides:
withSourcein classNotificationEventType
-
withMessage
public RelationNotification withMessage(String value)
- Overrides:
withMessagein classNotificationEventType
-
withSequence
public RelationNotification withSequence(long value)
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
public RelationNotification withTimestamp(long value)
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
public RelationNotification withDateTime(XMLGregorianCalendar value)
- Overrides:
withDateTimein classNotificationEventType
-
withType
public RelationNotification withType(String value)
- Overrides:
withTypein classNotificationEventType
-
withUserData
public RelationNotification withUserData(String value)
- Overrides:
withUserDatain classNotificationEventType
-
-