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>
Modifier and Type | Class and Description |
---|---|
static class |
CommunicationGraph.Edge
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<String> |
controlledMessage |
protected List<CommunicationGraph.Edge> |
edge |
protected List<String> |
node |
Constructor and Description |
---|
CommunicationGraph() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<CommunicationGraph.Edge> edge
public List<String> getNode()
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
public List<String> getControlledMessage()
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
public List<CommunicationGraph.Edge> getEdge()
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–2021 The Apache Software Foundation. All rights reserved.