public class ModificationHistory extends Object implements Serializable
Java class for ModificationHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationHistory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ModificationHistory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComment()
StringCopyright © 2012–2017 CoGrOO. All rights reserved.