public class GetUserDeviceResponse
extends java.lang.Object
Java class for getUserDeviceResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserDeviceResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://common.cerbercrypt.modules.bgbilling.bitel.ru/}userDevice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected UserDevice |
_return |
Constructor and Description |
---|
GetUserDeviceResponse() |
Modifier and Type | Method and Description |
---|---|
UserDevice |
getReturn()
Gets the value of the return property.
|
void |
setReturn(UserDevice value)
Sets the value of the return property.
|
protected UserDevice _return
public UserDevice getReturn()
UserDevice
public void setReturn(UserDevice value)
value
- allowed object is
UserDevice