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()
String
public void setVersion(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Integer getChecksum()
Integer
public void setChecksum(Integer value)
value
- allowed object is
Integer
public XMLGregorianCalendar getInstalled()
XMLGregorianCalendar
public void setInstalled(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2011–2017 aiticon GmbH. All rights reserved.