Class Ebms3Description

java.lang.Object
com.helger.phase4.ebms3header.Ebms3Description
All Implemented Interfaces:
com.helger.base.lang.IExplicitlyCloneable, Serializable, Cloneable

@CodingStyleguideUnaware public class Ebms3Description extends Object implements Serializable, com.helger.base.lang.IExplicitlyCloneable

Java class for Description complex type

.

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


 <complexType name="Description">
   <simpleContent>
     <extension base="<http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/>non-empty-string">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </extension>
   </simpleContent>
 </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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    Ebms3Description(@Nullable String valueParam)
    Constructor for value of type String
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Summary

    Modifier and Type
    Method
    Description
    Created by ph-jaxb-plugin -Xph-cloneable2
    void
    This method clones all values from this to the passed object.
    boolean
    Created by ph-jaxb-plugin -Xph-equalshashcode
    @Nullable String
    <pre> &lt;?
    @Nullable String
    Gets the value of the value property.
    int
    Created by ph-jaxb-plugin -Xph-equalshashcode
    void
    setLang(@Nullable String value)
    Sets the value of the lang property.
    void
    setValue(@Nullable String value)
    Sets the value of the value property.
    Created by ph-jaxb-plugin -Xph-tostring

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Ebms3Description

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

      public Ebms3Description(@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 Details

    • getValue

      public @Nullable String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(@Nullable String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLang

      public @Nullable String getLang()
      <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;h3&gt;lang (as an attribute name)&lt;/h3&gt; &lt;p&gt; denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.&lt;/p&gt; &lt;/div&gt; </pre> <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;h4&gt;Notes&lt;/h4&gt; &lt;p&gt; Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. &lt;/p&gt; &lt;p&gt; See BCP 47 at &lt;a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt"&gt; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a&gt; and the IANA language subtag registry at &lt;a href="http://www.iana.org/assignments/language-subtag-registry"&gt; http://www.iana.org/assignments/language-subtag-registry&lt;/a&gt; for further information. &lt;/p&gt; &lt;p&gt; The union allows for the 'un-declaration' of xml:lang with the empty string. &lt;/p&gt; &lt;/div&gt; </pre>
      Returns:
      possible object is String
    • setLang

      public void setLang(@Nullable String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
      See Also:
    • equals

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

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

      public String toString()
      Created by ph-jaxb-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(Ebms3Description 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

      @ReturnsMutableCopy public Ebms3Description clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.base.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never null.