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

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.RegistryType

public class RegistryType
extends RegistryObjectType

Mapping of the same named interface in ebRIM.

Java class for RegistryType complex type.

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

 <complexType name="RegistryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="operator" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="specificationVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="replicationSyncLatency" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
       <attribute name="catalogingLatency" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
       <attribute name="conformanceProfile" default="registryLite">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
             <enumeration value="registryFull"/>
             <enumeration value="registryLite"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Duration catalogingLatency
           
protected  String conformanceProfile
           
protected  String operator
           
protected  Duration replicationSyncLatency
           
protected  String specificationVersion
           
 
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
RegistryType()
           
 
Method Summary
 Duration getCatalogingLatency()
          Gets the value of the catalogingLatency property.
 String getConformanceProfile()
          Gets the value of the conformanceProfile property.
 String getOperator()
          Gets the value of the operator property.
 Duration getReplicationSyncLatency()
          Gets the value of the replicationSyncLatency property.
 String getSpecificationVersion()
          Gets the value of the specificationVersion property.
 void setCatalogingLatency(Duration value)
          Sets the value of the catalogingLatency property.
 void setConformanceProfile(String value)
          Sets the value of the conformanceProfile property.
 void setOperator(String value)
          Sets the value of the operator property.
 void setReplicationSyncLatency(Duration value)
          Sets the value of the replicationSyncLatency property.
 void setSpecificationVersion(String value)
          Sets the value of the specificationVersion 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

operator

protected String operator

specificationVersion

protected String specificationVersion

replicationSyncLatency

protected Duration replicationSyncLatency

catalogingLatency

protected Duration catalogingLatency

conformanceProfile

protected String conformanceProfile
Constructor Detail

RegistryType

public RegistryType()
Method Detail

getOperator

public String getOperator()
Gets the value of the operator property.

Returns:
possible object is String

setOperator

public void setOperator(String value)
Sets the value of the operator property.

Parameters:
value - allowed object is String

getSpecificationVersion

public String getSpecificationVersion()
Gets the value of the specificationVersion property.

Returns:
possible object is String

setSpecificationVersion

public void setSpecificationVersion(String value)
Sets the value of the specificationVersion property.

Parameters:
value - allowed object is String

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

getCatalogingLatency

public Duration getCatalogingLatency()
Gets the value of the catalogingLatency property.

Returns:
possible object is Duration

setCatalogingLatency

public void setCatalogingLatency(Duration value)
Sets the value of the catalogingLatency property.

Parameters:
value - allowed object is Duration

getConformanceProfile

public String getConformanceProfile()
Gets the value of the conformanceProfile property.

Returns:
possible object is String

setConformanceProfile

public void setConformanceProfile(String value)
Sets the value of the conformanceProfile property.

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.