Class RegistryType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class RegistryType
    extends RegistryObjectType
    Represents an ebXML RegRep server 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:4.0}RegistryObjectType">
           <attribute name="baseURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="operator" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" />
           <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="PT0S" />
           <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>
     

    This class was annotated by ph-jaxb-plugin -Xph-annotate

    This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb-plugin -Xph-tostring

    This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • RegistryType

        public RegistryType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Detail

      • getBaseURL

        @Nullable
        public String getBaseURL()
        Gets the value of the baseURL property.
        Returns:
        possible object is String
      • setBaseURL

        public void setBaseURL​(@Nullable
                               String value)
        Sets the value of the baseURL property.
        Parameters:
        value - allowed object is String
      • getOperator

        @Nullable
        public String getOperator()
        Gets the value of the operator property.
        Returns:
        possible object is String
      • setOperator

        public void setOperator​(@Nullable
                                String value)
        Sets the value of the operator property.
        Parameters:
        value - allowed object is String
      • getSpecificationVersion

        @Nullable
        public String getSpecificationVersion()
        Gets the value of the specificationVersion property.
        Returns:
        possible object is String
      • setSpecificationVersion

        public void setSpecificationVersion​(@Nullable
                                            String value)
        Sets the value of the specificationVersion property.
        Parameters:
        value - allowed object is String
      • getReplicationSyncLatency

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

        public void setReplicationSyncLatency​(@Nullable
                                              Duration value)
        Sets the value of the replicationSyncLatency property.
        Parameters:
        value - allowed object is Duration
      • getCatalogingLatency

        @Nullable
        public Duration getCatalogingLatency()
        Gets the value of the catalogingLatency property.
        Returns:
        possible object is Duration
      • setCatalogingLatency

        public void setCatalogingLatency​(@Nullable
                                         Duration value)
        Sets the value of the catalogingLatency property.
        Parameters:
        value - allowed object is Duration
      • getConformanceProfile

        @Nullable
        public String getConformanceProfile()
        Gets the value of the conformanceProfile property.
        Returns:
        possible object is String
      • setConformanceProfile

        public void setConformanceProfile​(@Nullable
                                          String value)
        Sets the value of the conformanceProfile property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Created by ph-jaxb-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class RegistryObjectType
      • cloneTo

        public void cloneTo​(@Nonnull
                            RegistryType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public RegistryType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class RegistryObjectType
        Returns:
        The cloned object. Never null.