public class GetReplicationNodesResponse extends Object
Java class for get_ReplicationNodesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_ReplicationNodesResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:repl_v3}replicationConfiguration"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReplicationConfiguration |
replicationConfiguration |
Constructor and Description |
---|
GetReplicationNodesResponse() |
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
getReplicationConfiguration()
Gets the value of the replicationConfiguration property.
|
void |
setReplicationConfiguration(ReplicationConfiguration value)
Sets the value of the replicationConfiguration property.
|
protected ReplicationConfiguration replicationConfiguration
public ReplicationConfiguration getReplicationConfiguration()
ReplicationConfiguration
public void setReplicationConfiguration(ReplicationConfiguration value)
value
- allowed object is
ReplicationConfiguration
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.