Class AttributeChangeNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.AttributeChangeNotification
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeName property.Gets the value of the attributeType property.Value will be converted to a string. xsi:nil is used to convey a null valueValue will be converted to a string. xsi:nil is used to convey a null valuevoidsetAttributeName(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
Value will be converted to a string. xsi:nil is used to convey a null value -
oldValue
Value will be converted to a string. xsi:nil is used to convey a null value
-
-
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
Value will be converted to a string. xsi:nil is used to convey a null value- Returns:
- possible object is
String
-
setNewValue
Sets the value of the newValue property.- Parameters:
value- allowed object isString- See Also:
-
getOldValue
Value will be converted to a string. xsi:nil is used to convey a null value- Returns:
- possible object is
String
-
setOldValue
Sets the value of the oldValue property.- Parameters:
value- allowed object isString- See Also:
-
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
-