|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.CommunicationGraph.Edge
public static class CommunicationGraph.Edge
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>
| Field Summary | |
|---|---|
protected List<String> |
message
|
protected String |
messageReceiver
|
protected List<String> |
messageReceiverAlternate
|
protected String |
messageSender
|
| Constructor Summary | |
|---|---|
CommunicationGraph.Edge()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> message
protected String messageSender
protected String messageReceiver
protected List<String> messageReceiverAlternate
| Constructor Detail |
|---|
public CommunicationGraph.Edge()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||