Class ISConfiguration
java.lang.Object
oracle.soa.management.config.identity.ISConfiguration
Java class for ISConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ISConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configurations" type="{http://www.oracle.com/pcbpel/identityservice/isconfig}ConfigurationListType"/>
<element name="property" type="{http://www.oracle.com/pcbpel/identityservice/isconfig}PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="serviceExtensions" type="{http://www.oracle.com/pcbpel/identityservice/isconfig}ServiceExtensionsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the configurations property.Gets the value of the properties property.Gets the value of the serviceExtensions property.voidSets the value of the configurations property.voidSets the value of the serviceExtensions property.
-
Constructor Details
-
ISConfiguration
public ISConfiguration()
-
-
Method Details
-
getConfigurations
Gets the value of the configurations property.- Returns:
- possible object is
ConfigurationListType
-
setConfigurations
Sets the value of the configurations property.- Parameters:
value- allowed object isConfigurationListType
-
getProperties
Gets the value of the properties property.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
setmethod for the properties property.For example, to add a new item, do as follows:
getProperties().add(newItem);Objects of the following type(s) are allowed in the list
PropertyType -
getServiceExtensions
Gets the value of the serviceExtensions property.- Returns:
- possible object is
ServiceExtensionsType
-
setServiceExtensions
Sets the value of the serviceExtensions property.- Parameters:
value- allowed object isServiceExtensionsType
-