|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.CommunicationGraph
public class CommunicationGraph
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>
| 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 |
|---|
protected List<String> node
protected List<String> controlledMessage
protected List<CommunicationGraph.Edge> edge
| Constructor Detail |
|---|
public CommunicationGraph()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||