Class ColorNotationType

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

    @CodingStyleguideUnaware
    public class ColorNotationType
    extends NotationType

    Java class for ColorNotationType complex type.

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

     <complexType name="ColorNotationType">
       <simpleContent>
         <restriction base="<http://data.europa.eu/europass/model/credentials#>NotationType">
           <attribute name="schemeID" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
                 <enumeration value="http://data.europa.eu/europass/colorNotation/hexadecimal"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </simpleContent>
     </complexType>
     

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

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

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

    • Constructor Detail

      • ColorNotationType

        public ColorNotationType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
      • ColorNotationType

        public ColorNotationType​(@Nullable
                                 String valueParam)
        Constructor for value of type String calling super class constructor.
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
    • Method Detail

      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class NotationType
      • hashCode

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

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

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