public class VersionDataObj extends Object
Java class for versionDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="versionDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="externalVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="internalVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalVersion |
protected String |
internalVersion |
| Constructor and Description |
|---|
VersionDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalVersion()
Gets the value of the externalVersion property.
|
String |
getInternalVersion()
Gets the value of the internalVersion property.
|
void |
setExternalVersion(String value)
Sets the value of the externalVersion property.
|
void |
setInternalVersion(String value)
Sets the value of the internalVersion property.
|
protected String externalVersion
protected String internalVersion
public String getExternalVersion()
Stringpublic void setExternalVersion(String value)
value - allowed object is
Stringpublic String getInternalVersion()
StringCopyright © 2016–2019. All rights reserved.