public class VersionType extends Object
Java class for VersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="createdBy" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="creatorLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="author" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="lastUpdate" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}dateAndTime" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected XMLGregorianCalendar |
created |
protected String |
createdBy |
protected String |
creatorLink |
protected String |
lastUpdate |
| Constructor and Description |
|---|
VersionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getAuthor()
Gets the value of the author property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatorLink()
Gets the value of the creatorLink property.
|
String |
getLastUpdate()
Gets the value of the lastUpdate property.
|
int |
hashCode() |
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatorLink(String value)
Sets the value of the creatorLink property.
|
void |
setLastUpdate(String value)
Sets the value of the lastUpdate property.
|
String |
toString() |
VersionType |
withAuthor(String value) |
VersionType |
withCreated(XMLGregorianCalendar value) |
VersionType |
withCreatedBy(String value) |
VersionType |
withCreatorLink(String value) |
VersionType |
withLastUpdate(String value) |
protected String createdBy
protected String creatorLink
protected String author
protected String lastUpdate
protected XMLGregorianCalendar created
public String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic String getCreatorLink()
Stringpublic void setCreatorLink(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getLastUpdate()
Stringpublic void setLastUpdate(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic VersionType withCreatedBy(String value)
public VersionType withCreatorLink(String value)
public VersionType withAuthor(String value)
public VersionType withLastUpdate(String value)
public VersionType withCreated(XMLGregorianCalendar value)
Copyright © 2021. All rights reserved.