org.uddi.repl_v3
Class ReplicationConfiguration

java.lang.Object
  extended by org.uddi.repl_v3.ReplicationConfiguration
All Implemented Interfaces:
java.io.Serializable

public class ReplicationConfiguration
extends java.lang.Object
implements java.io.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>
 

See Also:
Serialized Form

Nested Class Summary
static class ReplicationConfiguration.RegistryContact
          Java class for anonymous complex type.
 
Field Summary
protected  CommunicationGraph communicationGraph
           
protected  java.math.BigInteger maximumTimeToGetChanges
           
protected  java.math.BigInteger maximumTimeToSyncRegistry
           
protected  java.util.List<Operator> operator
           
protected  ReplicationConfiguration.RegistryContact registryContact
           
protected  long serialNumber
           
protected  java.util.List<SignatureType> signature
           
protected  java.lang.String timeOfConfigurationUpdate
           
 
Constructor Summary
ReplicationConfiguration()
           
 
Method Summary
 CommunicationGraph getCommunicationGraph()
          Gets the value of the communicationGraph property.
 java.math.BigInteger getMaximumTimeToGetChanges()
          Gets the value of the maximumTimeToGetChanges property.
 java.math.BigInteger getMaximumTimeToSyncRegistry()
          Gets the value of the maximumTimeToSyncRegistry property.
 java.util.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.
 java.util.List<SignatureType> getSignature()
          Gets the value of the signature property.
 java.lang.String getTimeOfConfigurationUpdate()
          Gets the value of the timeOfConfigurationUpdate property.
 void setCommunicationGraph(CommunicationGraph value)
          Sets the value of the communicationGraph property.
 void setMaximumTimeToGetChanges(java.math.BigInteger value)
          Sets the value of the maximumTimeToGetChanges property.
 void setMaximumTimeToSyncRegistry(java.math.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(java.lang.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

serialNumber

protected long serialNumber

timeOfConfigurationUpdate

protected java.lang.String timeOfConfigurationUpdate

registryContact

protected ReplicationConfiguration.RegistryContact registryContact

operator

protected java.util.List<Operator> operator

communicationGraph

protected CommunicationGraph communicationGraph

maximumTimeToSyncRegistry

protected java.math.BigInteger maximumTimeToSyncRegistry

maximumTimeToGetChanges

protected java.math.BigInteger maximumTimeToGetChanges

signature

protected java.util.List<SignatureType> signature
Constructor Detail

ReplicationConfiguration

public ReplicationConfiguration()
Method Detail

getSerialNumber

public long getSerialNumber()
Gets the value of the serialNumber property.


setSerialNumber

public void setSerialNumber(long value)
Sets the value of the serialNumber property.


getTimeOfConfigurationUpdate

public java.lang.String getTimeOfConfigurationUpdate()
Gets the value of the timeOfConfigurationUpdate property.

Returns:
possible object is String

setTimeOfConfigurationUpdate

public void setTimeOfConfigurationUpdate(java.lang.String value)
Sets the value of the timeOfConfigurationUpdate property.

Parameters:
value - allowed object is String

getRegistryContact

public ReplicationConfiguration.RegistryContact getRegistryContact()
Gets the value of the registryContact property.

Returns:
possible object is ReplicationConfiguration.RegistryContact

setRegistryContact

public void setRegistryContact(ReplicationConfiguration.RegistryContact value)
Sets the value of the registryContact property.

Parameters:
value - allowed object is ReplicationConfiguration.RegistryContact

getOperator

public java.util.List<Operator> getOperator()
Gets the value of the operator property.

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


getCommunicationGraph

public CommunicationGraph getCommunicationGraph()
Gets the value of the communicationGraph property.

Returns:
possible object is CommunicationGraph

setCommunicationGraph

public void setCommunicationGraph(CommunicationGraph value)
Sets the value of the communicationGraph property.

Parameters:
value - allowed object is CommunicationGraph

getMaximumTimeToSyncRegistry

public java.math.BigInteger getMaximumTimeToSyncRegistry()
Gets the value of the maximumTimeToSyncRegistry property.

Returns:
possible object is BigInteger

setMaximumTimeToSyncRegistry

public void setMaximumTimeToSyncRegistry(java.math.BigInteger value)
Sets the value of the maximumTimeToSyncRegistry property.

Parameters:
value - allowed object is BigInteger

getMaximumTimeToGetChanges

public java.math.BigInteger getMaximumTimeToGetChanges()
Gets the value of the maximumTimeToGetChanges property.

Returns:
possible object is BigInteger

setMaximumTimeToGetChanges

public void setMaximumTimeToGetChanges(java.math.BigInteger value)
Sets the value of the maximumTimeToGetChanges property.

Parameters:
value - allowed object is BigInteger

getSignature

public java.util.List<SignatureType> getSignature()
Gets the value of the signature property.

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-2012 The Apache Software Foundation. All Rights Reserved.