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 Details

    • operator

      protected String operator
    • specificationVersion

      protected String specificationVersion
    • replicationSyncLatency

      protected Duration replicationSyncLatency
    • catalogingLatency

      protected Duration catalogingLatency
    • conformanceProfile

      protected String conformanceProfile
  • Constructor Details

    • RegistryType

      public RegistryType()
  • Method Details

    • 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