public class ServiceProvidersType extends Object
Java class for ServiceProvidersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceProvidersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceProvider" type="{urn:picketlink:identity-federation:config:1.0}ServiceProviderType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ServiceProviderType> |
serviceProvider |
Constructor and Description |
---|
ServiceProvidersType() |
Modifier and Type | Method and Description |
---|---|
void |
add(ServiceProviderType sp) |
List<ServiceProviderType> |
getServiceProvider()
Gets the value of the serviceProvider property.
|
void |
remove(ServiceProviderType sp) |
protected List<ServiceProviderType> serviceProvider
public void add(ServiceProviderType sp)
public void remove(ServiceProviderType sp)
public List<ServiceProviderType> getServiceProvider()
Objects of the following type(s) are allowed in the list ServiceProviderType
Copyright © 2017 JBoss by Red Hat. All rights reserved.