public class Securities 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="security" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="provider">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([\w.])*([:]{2})(\w)+"/>
</restriction>
</simpleType>
</element>
<element name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Securities.Security
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Securities() |
| Modifier and Type | Method and Description |
|---|---|
List<Securities.Security> |
getSecurity()
Gets the value of the security property.
|
public List<Securities.Security> getSecurity()
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 security property.
For example, to add a new item, do as follows:
getSecurity().add(newItem);
Objects of the following type(s) are allowed in the list
Securities.Security
Copyright © 2016–2017 RestNEXT. All rights reserved.