Class LearningOutcomeTypeCodeType

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

    @CodingStyleguideUnaware
    public class LearningOutcomeTypeCodeType
    extends CodeType

    Java class for LearningOutcomeTypeCodeType complex type.

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

     <complexType name="LearningOutcomeTypeCodeType">
       <complexContent>
         <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType">
           <sequence>
             <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/>
             <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}LearningOutcomeTypeEnumType" />
           <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
           <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" />
           <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" />
           <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" />
           <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" />
         </restriction>
       </complexContent>
     </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

      • LearningOutcomeTypeCodeType

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

      • equals

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

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

        public void cloneTo​(@Nonnull
                            LearningOutcomeTypeCodeType 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 LearningOutcomeTypeCodeType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class CodeType
        Returns:
        The cloned object. Never null.