public class ServerListType extends Object
Classe Java pour ServerListType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ServerListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="server" type="{http://java.sun.com/xml/ns/jbi/registry}InstalledComponentsListType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InstalledComponentsListType> |
server |
| Constructor and Description |
|---|
ServerListType() |
protected List<InstalledComponentsListType> server
public List<InstalledComponentsListType> getServer()
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 server property.
For example, to add a new item, do as follows:
getServer().add(newItem);
Objects of the following type(s) are allowed in the list
InstalledComponentsListType
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.