public static class CommunicationGraph.Edge 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="message" type="{urn:uddi-org:repl_v3}message_type" maxOccurs="unbounded"/>
<element name="messageSender" type="{urn:uddi-org:repl_v3}operatorNodeID_type"/>
<element name="messageReceiver" type="{urn:uddi-org:repl_v3}operatorNodeID_type"/>
<element name="messageReceiverAlternate" type="{urn:uddi-org:repl_v3}operatorNodeID_type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
message |
protected String |
messageReceiver |
protected List<String> |
messageReceiverAlternate |
protected String |
messageSender |
| Constructor and Description |
|---|
Edge() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessage()
Gets the value of the message property.
|
String |
getMessageReceiver()
Gets the value of the messageReceiver property.
|
List<String> |
getMessageReceiverAlternate()
Gets the value of the messageReceiverAlternate property.
|
String |
getMessageSender()
Gets the value of the messageSender property.
|
void |
setMessageReceiver(String value)
Sets the value of the messageReceiver property.
|
void |
setMessageSender(String value)
Sets the value of the messageSender property.
|
protected String messageSender
protected String messageReceiver
public List<String> getMessage()
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 message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getMessageSender()
Stringpublic void setMessageSender(String value)
value - allowed object is
Stringpublic String getMessageReceiver()
Stringpublic void setMessageReceiver(String value)
value - allowed object is
Stringpublic List<String> getMessageReceiverAlternate()
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 messageReceiverAlternate property.
For example, to add a new item, do as follows:
getMessageReceiverAlternate().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.