public class GetVersionResponse extends Object
Java class for getVersionResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getVersionResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetVersionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReturn()
Gets the value of the return property.
|
void |
setReturn(String value)
Sets the value of the return property.
|
protected String _return
Copyright © 2022 The ICAT Collaboration. All rights reserved.