public class ProgramVersion extends Object
Java class for programVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="programVersionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="copyright" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="build_date" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="build_time" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="compiler_ident" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="configuration" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected String |
buildDate |
|
protected String |
buildTime |
|
protected String |
compilerIdent |
|
protected String |
configuration |
|
protected String |
copyright |
|
protected String |
version |
Constructor | Description |
---|---|
ProgramVersion() |
Modifier and Type | Method | Description |
---|---|---|
String |
getBuildDate() |
Gets the value of the buildDate property.
|
String |
getBuildTime() |
Gets the value of the buildTime property.
|
String |
getCompilerIdent() |
Gets the value of the compilerIdent property.
|
String |
getConfiguration() |
Gets the value of the configuration property.
|
String |
getCopyright() |
Gets the value of the copyright property.
|
String |
getVersion() |
Gets the value of the version property.
|
void |
setBuildDate(String value) |
Sets the value of the buildDate property.
|
void |
setBuildTime(String value) |
Sets the value of the buildTime property.
|
void |
setCompilerIdent(String value) |
Sets the value of the compilerIdent property.
|
void |
setConfiguration(String value) |
Sets the value of the configuration property.
|
void |
setCopyright(String value) |
Sets the value of the copyright property.
|
void |
setVersion(String value) |
Sets the value of the version property.
|
protected String version
protected String copyright
protected String buildDate
protected String buildTime
protected String compilerIdent
protected String configuration
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getCopyright()
String
public void setCopyright(String value)
value
- allowed object is
String
public String getBuildDate()
String
public void setBuildDate(String value)
value
- allowed object is
String
public String getBuildTime()
String
public void setBuildTime(String value)
value
- allowed object is
String
public String getCompilerIdent()
String
public void setCompilerIdent(String value)
value
- allowed object is
String
public String getConfiguration()
String
Copyright © 2018. All rights reserved.