public class Notification extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sender" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recipient" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameters" type="{http://xmlns.oracle.com/ucs/messaging/extension}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
contentType |
protected String |
messageId |
protected List<Parameter> |
parameters |
protected String |
recipient |
protected String |
sender |
protected String |
subject |
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getMessageId()
Gets the value of the messageId property.
|
List<Parameter> |
getParameters()
Gets the value of the parameters property.
|
String |
getRecipient()
Gets the value of the recipient property.
|
String |
getSender()
Gets the value of the sender property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setMessageId(String value)
Sets the value of the messageId property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
void |
setSender(String value)
Sets the value of the sender property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String messageId
protected String sender
protected String recipient
protected String subject
protected String contentType
protected String content
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic String getRecipient()
Stringpublic void setRecipient(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic List<Parameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
Copyright © 2006,2015 Oracle and/or its affiliates. All rights reserved.