@CodingStyleguideUnaware public class NoteType extends DescriptionType
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
| Constructor and Description |
|---|
NoteType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NoteType(String valueParam)
Constructor for value of type String calling super class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NoteType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(NoteType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getEntryDateTime()
Gets the value of the entryDateTime property.
|
String |
getStatus()
Gets the value of the status property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setEntryDateTime(String value)
Sets the value of the entryDateTime property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getType, setTypecloneTo, getLanguageID, getValue, setLanguageID, setValuepublic NoteType()
@Nullable public String getAuthor()
Stringpublic void setAuthor(@Nullable String value)
value - allowed object is
String@Nullable public String getEntryDateTime()
Stringpublic void setEntryDateTime(@Nullable String value)
value - allowed object is
String@Nullable public String getStatus()
Stringpublic void setStatus(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
equals in class DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic String toString()
toString in class DescriptionTypepublic void cloneTo(@Nonnull NoteType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public NoteType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class DescriptionTypenull.Copyright © 2016–2020 Philip Helger. All rights reserved.