public class FederationType extends RegistryObjectType
Mapping of the same named interface in ebRIM.

Java class for FederationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FederationType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="replicationSyncLatency" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • replicationSyncLatency

      protected Duration replicationSyncLatency
  • Constructor Details

    • FederationType

      public FederationType()
  • Method Details

    • getReplicationSyncLatency

      public Duration getReplicationSyncLatency()
      Gets the value of the replicationSyncLatency property.
      Returns:
      possible object is Duration
    • setReplicationSyncLatency

      public void setReplicationSyncLatency(Duration value)
      Sets the value of the replicationSyncLatency property.
      Parameters:
      value - allowed object is Duration