Class RegistryPackageType

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

    @CodingStyleguideUnaware
    public class RegistryPackageType
    extends RegistryObjectType
    Represents a collection of objects in ebRIM. Also serves a similar role as folder in file-folder metaphor.

    Java class for RegistryPackageType complex type.

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

    
     <complexType name="RegistryPackageType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectType">
           <sequence>
             <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectList" minOccurs="0"/>
           </sequence>
         </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

      • RegistryPackageType

        public RegistryPackageType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender