public class VersionInfoType extends Object
Java class for VersionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="versionName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String16" default="1.1" />
<attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VersionInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getVersionName()
Gets the value of the versionName property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setVersionName(String value)
Sets the value of the versionName property.
|
public String getVersionName()
Stringpublic void setVersionName(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2010–2025. All rights reserved.