|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.AttributeChangeNotification
public class 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 | |
|---|---|
protected String |
attributeName
|
protected String |
attributeType
|
protected String |
newValue
|
protected String |
oldValue
|
| Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType |
|---|
dateTime, message, sequence, source, timestamp, type, userData |
| Constructor Summary | |
|---|---|
AttributeChangeNotification()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String attributeName
protected String attributeType
protected String newValue
protected String oldValue
| Constructor Detail |
|---|
public AttributeChangeNotification()
| Method Detail |
|---|
public String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic String getAttributeType()
Stringpublic void setAttributeType(String value)
value - allowed object is
Stringpublic String getNewValue()
Stringpublic void setNewValue(String value)
value - allowed object is
Stringpublic String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic AttributeChangeNotification withAttributeName(String value)
public AttributeChangeNotification withAttributeType(String value)
public AttributeChangeNotification withNewValue(String value)
public AttributeChangeNotification withOldValue(String value)
public AttributeChangeNotification withSource(String value)
withSource in class NotificationEventTypepublic AttributeChangeNotification withMessage(String value)
withMessage in class NotificationEventTypepublic AttributeChangeNotification withSequence(long value)
withSequence in class NotificationEventTypepublic AttributeChangeNotification withTimestamp(long value)
withTimestamp in class NotificationEventTypepublic AttributeChangeNotification withDateTime(XMLGregorianCalendar value)
withDateTime in class NotificationEventTypepublic AttributeChangeNotification withType(String value)
withType in class NotificationEventTypepublic AttributeChangeNotification withUserData(String value)
withUserData in class NotificationEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||