public class AgentPropertyNotification
extends java.lang.Object
Java class for agentPropertyNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyNotification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notificationType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="notificationText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tokens" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentPropertyNotification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNotificationText()
Gets the value of the notificationText property.
|
java.lang.Integer |
getNotificationType()
Gets the value of the notificationType property.
|
java.util.List<java.lang.String> |
getTokens()
Gets the value of the tokens property.
|
void |
setNotificationText(java.lang.String value)
Sets the value of the notificationText property.
|
void |
setNotificationType(java.lang.Integer value)
Sets the value of the notificationType property.
|
public java.lang.Integer getNotificationType()
Integerpublic void setNotificationType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getNotificationText()
Stringpublic void setNotificationText(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getTokens()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tokens property.
For example, to add a new item, do as follows:
getTokens().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2010 All Rights Reserved.