public class Themes extends Obj
Java class for themes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="themes">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="default" type="{http://www.intertrust.ru}theme"/>
<element name="theme" type="{http://www.intertrust.ru}theme" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Theme |
_default |
protected List<Theme> |
theme |
| Constructor and Description |
|---|
Themes() |
| Modifier and Type | Method and Description |
|---|---|
Theme |
getDefault()
Gets the value of the default property.
|
List<Theme> |
getTheme()
Gets the value of the theme property.
|
void |
setDefault(Theme value)
Sets the value of the default property.
|
testGeneratedMethodpublic Theme getDefault()
Themepublic void setDefault(Theme value)
value - allowed object is
Themepublic List<Theme> getTheme()
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 theme property.
For example, to add a new item, do as follows:
getTheme().add(newItem);
Objects of the following type(s) are allowed in the list
Theme
Copyright © 2012–2014 RedSoft. All rights reserved.