org.uddi.repl_v3
Class CommunicationGraph.Edge

java.lang.Object
  extended by org.uddi.repl_v3.CommunicationGraph.Edge
Enclosing class:
CommunicationGraph

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>
 


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

message

protected List<String> message

messageSender

protected String messageSender

messageReceiver

protected String messageReceiver

messageReceiverAlternate

protected List<String> messageReceiverAlternate
Constructor Detail

CommunicationGraph.Edge

public CommunicationGraph.Edge()
Method Detail

getMessage

public List<String> getMessage()
Gets the value of the message property.

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


getMessageSender

public String getMessageSender()
Gets the value of the messageSender property.

Returns:
possible object is String

setMessageSender

public void setMessageSender(String value)
Sets the value of the messageSender property.

Parameters:
value - allowed object is String

getMessageReceiver

public String getMessageReceiver()
Gets the value of the messageReceiver property.

Returns:
possible object is String

setMessageReceiver

public void setMessageReceiver(String value)
Sets the value of the messageReceiver property.

Parameters:
value - allowed object is String

getMessageReceiverAlternate

public List<String> getMessageReceiverAlternate()
Gets the value of the messageReceiverAlternate property.

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-2013 The Apache Software Foundation. All Rights Reserved.