|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.ReplicationConfiguration
public class ReplicationConfiguration
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>
| Nested Class Summary | |
|---|---|
static class |
ReplicationConfiguration.RegistryContact
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ReplicationConfiguration()
|
|
| Method Summary | |
|---|---|
CommunicationGraph |
getCommunicationGraph()
Gets the value of the communicationGraph property. |
BigInteger |
getMaximumTimeToGetChanges()
Gets the value of the maximumTimeToGetChanges property. |
BigInteger |
getMaximumTimeToSyncRegistry()
Gets the value of the maximumTimeToSyncRegistry property. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long serialNumber
protected String timeOfConfigurationUpdate
protected ReplicationConfiguration.RegistryContact registryContact
protected List<Operator> operator
protected CommunicationGraph communicationGraph
protected BigInteger maximumTimeToSyncRegistry
protected BigInteger maximumTimeToGetChanges
protected List<SignatureType> signature
| Constructor Detail |
|---|
public ReplicationConfiguration()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||