public class StatusMessageType extends Object
Java class for statusMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="statusMessageType"
<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="messageRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/
<element name="acceptanceFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/
<element name="version" 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 Boolean |
acceptanceFlag |
|
protected String |
ccnMessageType |
|
protected String |
ccnQueueName |
|
protected String |
content |
|
protected String |
messageRefId |
|
protected List<Parameters> |
parameters |
|
protected String |
receiver |
|
protected String |
sender |
|
protected String |
version |
| Constructor | Description |
|---|---|
StatusMessageType() |
| 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.
|
String |
getMessageRefId() |
Gets the value of the messageRefId 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.
|
String |
getVersion() |
Gets the value of the version property.
|
Boolean |
isAcceptanceFlag() |
Gets the value of the acceptanceFlag property.
|
void |
setAcceptanceFlag(Boolean value) |
Sets the value of the acceptanceFlag 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 |
setMessageRefId(String value) |
Sets the value of the messageRefId property.
|
void |
setReceiver(String value) |
Sets the value of the receiver property.
|
void |
setSender(String value) |
Sets the value of the sender property.
|
void |
setVersion(String value) |
Sets the value of the version property.
|
protected String content
protected String sender
protected String receiver
protected String ccnQueueName
protected String ccnMessageType
protected String messageRefId
protected Boolean acceptanceFlag
protected String version
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 String getMessageRefId()
Stringpublic void setMessageRefId(String value)
value - allowed object is
Stringpublic Boolean isAcceptanceFlag()
Booleanpublic void setAcceptanceFlag(Boolean value)
value - allowed object is
Booleanpublic String getVersion()
Stringpublic void setVersion(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.