public class ReplicationConfiguration 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="serialNumber" type="{urn:uddi-org:repl_v3}USN_type"/>
<element name="timeOfConfigurationUpdate" type="{urn:uddi-org:repl_v3}timeOfConfigurationUpdate_type"/>
<element name="registryContact">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}contact"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:uddi-org:repl_v3}operator" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:uddi-org:repl_v3}communicationGraph" minOccurs="0"/>
<element name="maximumTimeToSyncRegistry" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maximumTimeToGetChanges" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicationConfiguration.RegistryContact
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommunicationGraph |
communicationGraph |
protected BigInteger |
maximumTimeToGetChanges |
protected BigInteger |
maximumTimeToSyncRegistry |
protected List<Operator> |
operator |
protected ReplicationConfiguration.RegistryContact |
registryContact |
protected long |
serialNumber |
protected List<SignatureType> |
signature |
protected String |
timeOfConfigurationUpdate |
| Constructor and Description |
|---|
ReplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CommunicationGraph |
getCommunicationGraph()
Gets the value of the communicationGraph property.
|
BigInteger |
getMaximumTimeToGetChanges()
The element, maximumTimeToGetChanges, allows for the specification of the maximum amount of time (in hours) that an individual node may wait to request changes.
|
BigInteger |
getMaximumTimeToSyncRegistry()
The element, maximumTimeToSyncRegistry, allows for the specification of when (in hours) a change made at any single node in the Registry is expected to be visible at all nodes within the registry.
|
List<Operator> |
getOperator()
Gets the value of the operator property.
|
ReplicationConfiguration.RegistryContact |
getRegistryContact()
Gets the value of the registryContact property.
|
long |
getSerialNumber()
Gets the value of the serialNumber property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
String |
getTimeOfConfigurationUpdate()
Gets the value of the timeOfConfigurationUpdate property.
|
void |
setCommunicationGraph(CommunicationGraph value)
Sets the value of the communicationGraph property.
|
void |
setMaximumTimeToGetChanges(BigInteger value)
Sets the value of the maximumTimeToGetChanges property.
|
void |
setMaximumTimeToSyncRegistry(BigInteger value)
Sets the value of the maximumTimeToSyncRegistry property.
|
void |
setRegistryContact(ReplicationConfiguration.RegistryContact value)
Sets the value of the registryContact property.
|
void |
setSerialNumber(long value)
Sets the value of the serialNumber property.
|
void |
setTimeOfConfigurationUpdate(String value)
Sets the value of the timeOfConfigurationUpdate property.
|
protected long serialNumber
protected String timeOfConfigurationUpdate
protected ReplicationConfiguration.RegistryContact registryContact
protected CommunicationGraph communicationGraph
protected BigInteger maximumTimeToSyncRegistry
protected BigInteger maximumTimeToGetChanges
protected List<SignatureType> signature
public long getSerialNumber()
public void setSerialNumber(long value)
public String getTimeOfConfigurationUpdate()
Stringpublic void setTimeOfConfigurationUpdate(String value)
value - allowed object is
Stringpublic ReplicationConfiguration.RegistryContact getRegistryContact()
ReplicationConfiguration.RegistryContactpublic void setRegistryContact(ReplicationConfiguration.RegistryContact value)
value - allowed object is
ReplicationConfiguration.RegistryContactpublic List<Operator> getOperator()
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 operator property.
For example, to add a new item, do as follows:
getOperator().add(newItem);
Objects of the following type(s) are allowed in the list
Operator
public CommunicationGraph getCommunicationGraph()
CommunicationGraphpublic void setCommunicationGraph(CommunicationGraph value)
value - allowed object is
CommunicationGraphpublic BigInteger getMaximumTimeToSyncRegistry()
BigIntegerpublic void setMaximumTimeToSyncRegistry(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaximumTimeToGetChanges()
BigIntegerpublic void setMaximumTimeToGetChanges(BigInteger value)
value - allowed object is
BigIntegerpublic List<SignatureType> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureType
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.