Package org.openapplications.oagis._9
Class NoteType
- java.lang.Object
-
- org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
-
- org.openapplications.oagis._9.DescriptionType
-
- org.openapplications.oagis._9.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 Summary
Constructors Constructor Description NoteType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderNoteType(String valueParam)Constructor for value of type String calling super class constructor.
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoteTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(NoteType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAuthor()Gets the value of the author property.StringgetEntryDateTime()Gets the value of the entryDateTime property.StringgetStatus()Gets the value of the status property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAuthor(String value)Sets the value of the author property.voidsetEntryDateTime(String value)Sets the value of the entryDateTime property.voidsetStatus(String value)Sets the value of the status property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.DescriptionType
cloneTo, getType, setType
-
Methods inherited from class org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
cloneTo, getLanguageID, getValue, setLanguageID, setValue
-
-
-
-
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 isString
-
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 isString
-
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 isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classDescriptionType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classDescriptionType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classDescriptionType
-
cloneTo
public void cloneTo(@Nonnull NoteType ret)
This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public NoteType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classDescriptionType- Returns:
- The cloned object. Never
null.
-
-