org.uddi.repl_v3
Class ReplicationConfiguration

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

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>
 

See Also:
Serialized Form

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

serialNumber

protected long serialNumber

timeOfConfigurationUpdate

protected String timeOfConfigurationUpdate

registryContact

protected ReplicationConfiguration.RegistryContact registryContact

operator

protected List<Operator> operator

communicationGraph

protected CommunicationGraph communicationGraph

maximumTimeToSyncRegistry

protected BigInteger maximumTimeToSyncRegistry

maximumTimeToGetChanges

protected BigInteger maximumTimeToGetChanges

signature

protected 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 String getTimeOfConfigurationUpdate()
Gets the value of the timeOfConfigurationUpdate property.

Returns:
possible object is String

setTimeOfConfigurationUpdate

public void setTimeOfConfigurationUpdate(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 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 BigInteger getMaximumTimeToSyncRegistry()
Gets the value of the maximumTimeToSyncRegistry property.

Returns:
possible object is BigInteger

setMaximumTimeToSyncRegistry

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

Parameters:
value - allowed object is BigInteger

getMaximumTimeToGetChanges

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

Returns:
possible object is BigInteger

setMaximumTimeToGetChanges

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

Parameters:
value - allowed object is BigInteger

getSignature

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