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  javax.xml.datatype.Duration catalogingLatency
           
protected  java.lang.String conformanceProfile
           
protected  java.lang.String operator
           
protected  javax.xml.datatype.Duration replicationSyncLatency
           
protected  java.lang.String specificationVersion
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
RegistryType()
           
 
Method Summary
 javax.xml.datatype.Duration getCatalogingLatency()
          Gets the value of the catalogingLatency property.
 java.lang.String getConformanceProfile()
          Gets the value of the conformanceProfile property.
 java.lang.String getOperator()
          Gets the value of the operator property.
 javax.xml.datatype.Duration getReplicationSyncLatency()
          Gets the value of the replicationSyncLatency property.
 java.lang.String getSpecificationVersion()
          Gets the value of the specificationVersion property.
 void setCatalogingLatency(javax.xml.datatype.Duration value)
          Sets the value of the catalogingLatency property.
 void setConformanceProfile(java.lang.String value)
          Sets the value of the conformanceProfile property.
 void setOperator(java.lang.String value)
          Sets the value of the operator property.
 void setReplicationSyncLatency(javax.xml.datatype.Duration value)
          Sets the value of the replicationSyncLatency property.
 void setSpecificationVersion(java.lang.String value)
          Sets the value of the specificationVersion property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, 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, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operator

protected java.lang.String operator

specificationVersion

protected java.lang.String specificationVersion

replicationSyncLatency

protected javax.xml.datatype.Duration replicationSyncLatency

catalogingLatency

protected javax.xml.datatype.Duration catalogingLatency

conformanceProfile

protected java.lang.String conformanceProfile
Constructor Detail

RegistryType

public RegistryType()
Method Detail

getOperator

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

Returns:
possible object is String

setOperator

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

Parameters:
value - allowed object is String

getSpecificationVersion

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

Returns:
possible object is String

setSpecificationVersion

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

Parameters:
value - allowed object is String

getReplicationSyncLatency

public javax.xml.datatype.Duration getReplicationSyncLatency()
Gets the value of the replicationSyncLatency property.

Returns:
possible object is Duration

setReplicationSyncLatency

public void setReplicationSyncLatency(javax.xml.datatype.Duration value)
Sets the value of the replicationSyncLatency property.

Parameters:
value - allowed object is Duration

getCatalogingLatency

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

Returns:
possible object is Duration

setCatalogingLatency

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

Parameters:
value - allowed object is Duration

getConformanceProfile

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

Returns:
possible object is String

setConformanceProfile

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

Parameters:
value - allowed object is String