public class SchemaVersion extends Object
Java class for schemaVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="schemaVersion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="checksum" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="installed" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
checksum |
protected String |
description |
protected XMLGregorianCalendar |
installed |
protected String |
state |
protected String |
version |
| Constructor and Description |
|---|
SchemaVersion() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum()
Gets the value of the checksum property.
|
String |
getDescription()
Gets the value of the description property.
|
XMLGregorianCalendar |
getInstalled()
Gets the value of the installed property.
|
String |
getState()
Gets the value of the state property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setChecksum(Integer value)
Sets the value of the checksum property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setInstalled(XMLGregorianCalendar value)
Sets the value of the installed property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String state
protected String description
protected Integer checksum
protected XMLGregorianCalendar installed
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getChecksum()
Integerpublic void setChecksum(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getInstalled()
XMLGregorianCalendarpublic void setInstalled(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2011–2022 aiticon GmbH. All rights reserved.