oasis.names.tc.ebxml_regrep.xsd.rim._3
Class FederationType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.FederationType

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 Summary
protected  Duration replicationSyncLatency
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
FederationType()
           
 
Method Summary
 Duration getReplicationSyncLatency()
          Gets the value of the replicationSyncLatency property.
 void setReplicationSyncLatency(Duration value)
          Sets the value of the replicationSyncLatency property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replicationSyncLatency

protected Duration replicationSyncLatency
Constructor Detail

FederationType

public FederationType()
Method Detail

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


Copyright © 2010-2011. All Rights Reserved.