Class AttributeChangeNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.AttributeChangeNotification
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeName property.Gets the value of the attributeType property.Gets the value of the newValue property.Gets the value of the oldValue property.voidsetAttributeName(String value) Sets the value of the attributeName property.voidsetAttributeType(String value) Sets the value of the attributeType property.voidsetNewValue(String value) Sets the value of the newValue property.voidsetOldValue(String value) Sets the value of the oldValue property.withAttributeName(String value) withAttributeType(String value) withDateTime(XMLGregorianCalendar value) withMessage(String value) withNewValue(String value) withOldValue(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
-
attributeName
-
attributeType
-
newValue
-
oldValue
-
-
Constructor Details
-
AttributeChangeNotification
public AttributeChangeNotification()
-
-
Method Details
-
getAttributeName
Gets the value of the attributeName property.- Returns:
- possible object is
String
-
setAttributeName
Sets the value of the attributeName property.- Parameters:
value- allowed object isString
-
getAttributeType
Gets the value of the attributeType property.- Returns:
- possible object is
String
-
setAttributeType
Sets the value of the attributeType property.- Parameters:
value- allowed object isString
-
getNewValue
Gets the value of the newValue property.- Returns:
- possible object is
String
-
setNewValue
Sets the value of the newValue property.- Parameters:
value- allowed object isString
-
getOldValue
Gets the value of the oldValue property.- Returns:
- possible object is
String
-
setOldValue
Sets the value of the oldValue property.- Parameters:
value- allowed object isString
-
withAttributeName
-
withAttributeType
-
withNewValue
-
withOldValue
-
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
-