public class GetScreenLayoutResponse extends Object
Java class for getScreenLayoutResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getScreenLayoutResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ScreenResult" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}screenResult" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ScreenResult |
screenResult |
Constructor and Description |
---|
GetScreenLayoutResponse() |
Modifier and Type | Method and Description |
---|---|
ScreenResult |
getScreenResult()
Gets the value of the screenResult property.
|
void |
setScreenResult(ScreenResult value)
Sets the value of the screenResult property.
|
protected ScreenResult screenResult
public ScreenResult getScreenResult()
ScreenResult
public void setScreenResult(ScreenResult value)
value
- allowed object is
ScreenResult
Copyright © 2021. All rights reserved.