public class IsAliveRequest 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">
<sequence>
<element name="refId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IsAliveRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRefId()
Gets the value of the refId property.
|
void |
setRefId(String value)
Sets the value of the refId property.
|
protected String refId
Copyright © 2021. All rights reserved.