Class NoteType

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

    @CodingStyleguideUnaware
    public class NoteType
    extends DescriptionType
    A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.

    Java class for NoteType complex type.

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

     <complexType name="NoteType">
       <simpleContent>
         <extension base="<http://www.openapplications.org/oagis/9>DescriptionType">
           <attribute name="author" type="{http://www.openapplications.org/oagis/9}StringType" />
           <attribute name="entryDateTime" type="{http://www.openapplications.org/oagis/9}DateTimeType" />
           <attribute name="status" type="{http://www.openapplications.org/oagis/9}StringType" />
         </extension>
       </simpleContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

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

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

    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 Detail

      • NoteType

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

        public NoteType​(@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

      • getAuthor

        @Nullable
        public String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(@Nullable
                              String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • getEntryDateTime

        @Nullable
        public String getEntryDateTime()
        Gets the value of the entryDateTime property.
        Returns:
        possible object is String
      • setEntryDateTime

        public void setEntryDateTime​(@Nullable
                                     String value)
        Sets the value of the entryDateTime property.
        Parameters:
        value - allowed object is String
      • getStatus

        @Nullable
        public String getStatus()
        Gets the value of the status property.
        Returns:
        possible object is String
      • setStatus

        public void setStatus​(@Nullable
                              String value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is String
      • equals

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

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

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