Class PublicServiceLanguageCodeType

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

    @CodingStyleguideUnaware
    public class PublicServiceLanguageCodeType
    extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.CodeType

    Java class for PublicServiceLanguageCodeType complex type.

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

     <complexType name="PublicServiceLanguageCodeType">
       <simpleContent>
         <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>CodeType">
         </extension>
       </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

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PublicServiceLanguageCodeType()
      Default constructor
      Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PublicServiceLanguageCodeType clone()
      Created by ph-jaxb22-plugin -Xph-cloneable2
      void cloneTo​(PublicServiceLanguageCodeType ret)
      This method clones all values from this to the passed object.
      boolean equals​(Object o)
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      int hashCode()
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      • Methods inherited from class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.CodeType

        cloneTo
      • Methods inherited from class com.helger.xsds.ccts.cct.schemamodule.CodeType

        cloneTo, getLanguageID, getListAgencyID, getListAgencyName, getListID, getListName, getListSchemeURI, getListURI, getListVersionID, getName, getValue, setLanguageID, setListAgencyID, setListAgencyName, setListID, setListName, setListSchemeURI, setListURI, setListVersionID, setName, setValue, toString
    • Constructor Detail

      • PublicServiceLanguageCodeType

        public PublicServiceLanguageCodeType()
        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 oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.CodeType
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.CodeType
      • cloneTo

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