Class XHE10DescriptionType

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

    @CodingStyleguideUnaware
    public class XHE10DescriptionType
    extends XHE10TextType

    Java class for DescriptionType complex type.

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

    
     <complexType name="DescriptionType">
       <simpleContent>
         <restriction base="<http://docs.oasis-open.org/bdxr/ns/XHE/1/UnqualifiedDataTypes>TextType">
         </restriction>
       </simpleContent>
     </complexType>
     

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

    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

      • XHE10DescriptionType

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

        public XHE10DescriptionType​(@Nullable
                                    String valueParam)
        Constructor for value of type String
        Note: automatically created by ph-jaxb-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-jaxb-plugin -Xph-equalshashcode
        Overrides:
        equals in class XHE10TextType
      • hashCode

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

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