Class ISConfiguration

java.lang.Object
oracle.soa.management.config.identity.ISConfiguration

public class ISConfiguration extends Object

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 Details

    • ISConfiguration

      public ISConfiguration()
  • Method Details

    • getConfigurations

      public ConfigurationListType getConfigurations()
      Gets the value of the configurations property.
      Returns:
      possible object is ConfigurationListType
    • setConfigurations

      public void setConfigurations(ConfigurationListType value)
      Sets the value of the configurations property.
      Parameters:
      value - allowed object is ConfigurationListType
    • getProperties

      public List<PropertyType> 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 set method 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

      public ServiceExtensionsType getServiceExtensions()
      Gets the value of the serviceExtensions property.
      Returns:
      possible object is ServiceExtensionsType
    • setServiceExtensions

      public void setServiceExtensions(ServiceExtensionsType value)
      Sets the value of the serviceExtensions property.
      Parameters:
      value - allowed object is ServiceExtensionsType