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