public class VersionUsed extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Year" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
release |
protected String |
version |
protected String |
year |
| Constructor and Description |
|---|
VersionUsed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelease()
Gets the value of the release property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getYear()
Gets the value of the year property.
|
void |
setRelease(String value)
Sets the value of the release property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setYear(String value)
Sets the value of the year property.
|
protected String release
protected String version
protected String year
public String getRelease()
Stringpublic void setRelease(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getYear()
StringCopyright © 2020. All rights reserved.