org.uddi.repl_v3
Class CommunicationGraph

java.lang.Object
  extended by org.uddi.repl_v3.CommunicationGraph
All Implemented Interfaces:
Serializable

public class CommunicationGraph
extends Object
implements Serializable

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="node" type="{urn:uddi-org:repl_v3}operatorNodeID_type" maxOccurs="unbounded"/>
         <element name="controlledMessage" type="{urn:uddi-org:repl_v3}controlledMessage_type" maxOccurs="unbounded"/>
         <element name="edge" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class CommunicationGraph.Edge
          Java class for anonymous complex type.
 
Field Summary
protected  List<String> controlledMessage
           
protected  List<CommunicationGraph.Edge> edge
           
protected  List<String> node
           
 
Constructor Summary
CommunicationGraph()
           
 
Method Summary
 List<String> getControlledMessage()
          Gets the value of the controlledMessage property.
 List<CommunicationGraph.Edge> getEdge()
          Gets the value of the edge property.
 List<String> getNode()
          Gets the value of the node property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected List<String> node

controlledMessage

protected List<String> controlledMessage

edge

protected List<CommunicationGraph.Edge> edge
Constructor Detail

CommunicationGraph

public CommunicationGraph()
Method Detail

getNode

public List<String> getNode()
Gets the value of the node 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 node property.

For example, to add a new item, do as follows:

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getControlledMessage

public List<String> getControlledMessage()
Gets the value of the controlledMessage 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 controlledMessage property.

For example, to add a new item, do as follows:

    getControlledMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getEdge

public List<CommunicationGraph.Edge> getEdge()
Gets the value of the edge 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 edge property.

For example, to add a new item, do as follows:

    getEdge().add(newItem);
 

Objects of the following type(s) are allowed in the list CommunicationGraph.Edge



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.