public class MessageType extends Object
Java class for messageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="messageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sender" type="{}countryCode"/>
<element name="receiver" type="{}countryCode"/>
<element name="ccnQueueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ccnMessageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameters" type="{}parameters" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
ccnMessageType |
|
protected String |
ccnQueueName |
|
protected String |
content |
|
protected List<Parameters> |
parameters |
|
protected String |
receiver |
|
protected String |
sender |
| Constructor | Description |
|---|---|
MessageType() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCcnMessageType() |
Gets the value of the ccnMessageType property.
|
String |
getCcnQueueName() |
Gets the value of the ccnQueueName property.
|
String |
getContent() |
Gets the value of the content property.
|
List<Parameters> |
getParameters() |
Gets the value of the parameters property.
|
String |
getReceiver() |
Gets the value of the receiver property.
|
String |
getSender() |
Gets the value of the sender property.
|
void |
setCcnMessageType(String value) |
Sets the value of the ccnMessageType property.
|
void |
setCcnQueueName(String value) |
Sets the value of the ccnQueueName property.
|
void |
setContent(String value) |
Sets the value of the content property.
|
void |
setReceiver(String value) |
Sets the value of the receiver property.
|
void |
setSender(String value) |
Sets the value of the sender property.
|
protected String content
protected String sender
protected String receiver
protected String ccnQueueName
protected String ccnMessageType
protected List<Parameters> parameters
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic String getReceiver()
Stringpublic void setReceiver(String value)
value - allowed object is
Stringpublic String getCcnQueueName()
Stringpublic void setCcnQueueName(String value)
value - allowed object is
Stringpublic String getCcnMessageType()
Stringpublic void setCcnMessageType(String value)
value - allowed object is
Stringpublic List<Parameters> 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
Parameters
Copyright © 2025. All rights reserved.