public static class FindModel.Element.Styles 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="style" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FindModel.Element.Styles.Style
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FindModel.Element.Styles.Style> |
styles |
| Constructor and Description |
|---|
Styles() |
| Modifier and Type | Method and Description |
|---|---|
List<FindModel.Element.Styles.Style> |
getStyles()
Gets the value of the styles property.
|
protected List<FindModel.Element.Styles.Style> styles
public List<FindModel.Element.Styles.Style> getStyles()
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 styles property.
For example, to add a new item, do as follows:
getStyles().add(newItem);
Objects of the following type(s) are allowed in the list
FindModel.Element.Styles.Style
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.