public class ServicesJar 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 ref="{http://www.openejb.org/Service/Configuration}ServiceProvider" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ServiceProvider> |
serviceProvider |
| Constructor and Description |
|---|
ServicesJar() |
protected List<ServiceProvider> serviceProvider
public List<ServiceProvider> getServiceProvider()
set method for the serviceProvider property.
For example, to add a new item, do as follows:
getServiceProvider().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceProviderCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.