Class ServiceExtension
java.lang.Object
oracle.soa.management.config.identity.ServiceExtension
Java class for ServiceExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceExtension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serviceProviders"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serviceProviders" type="{http://www.oracle.com/pcbpel/identityservice/isconfig}ServiceProviderType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceProviders property.void
Sets the value of the serviceProviders property.
-
Constructor Details
-
ServiceExtension
public ServiceExtension()
-
-
Method Details
-
getServiceProviders
Gets the value of the serviceProviders property.- Returns:
- possible object is
ServiceExtension.ServiceProviders
-
setServiceProviders
Sets the value of the serviceProviders property.- Parameters:
value
- allowed object isServiceExtension.ServiceProviders
-