public class DialogConfig extends Obj
Java class for dialogConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dialogConfig">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="dialog" type="{http://www.intertrust.ru}dialogConfigItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DialogConfigItem> |
dialog |
| Constructor and Description |
|---|
DialogConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<DialogConfigItem> |
getDialog()
Gets the value of the dialog property.
|
testGeneratedMethodprotected List<DialogConfigItem> dialog
public List<DialogConfigItem> getDialog()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dialog property.
For example, to add a new item, do as follows:
getDialog().add(newItem);
Objects of the following type(s) are allowed in the list
DialogConfigItem
Copyright © 2012–2014 RedSoft. All rights reserved.