Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.config.persistence
Interface JpsConfigurationP

All Superinterfaces:
ConfigPersistenceElement

public interface JpsConfigurationP
extends ConfigPersistenceElement
Author:
vbkumarjayanti

Method Summary
 java.util.List<ExtendedPropertyP> getExtendedProperty()
          Gets the value of the extendedProperty property.
 ExtendedPropertySetsP getExtendedPropertySets()
          Gets the value of the extendedPropertySets property.
 JpsContextsP getJpsContexts()
          Gets the value of the jpsContexts property.
 java.util.List<PropertyP> getProperty()
          Gets the value of the property property.
 PropertySetsP getPropertySets()
          Gets the value of the propertySets property.
 ServiceInstancesP getServiceInstances()
          Gets the value of the serviceInstances property.
 ServiceProvidersP getServiceProviders()
          Gets the value of the serviceProviders property.
 void setExtendedPropertySets(ExtendedPropertySetsP value)
          Sets the value of the extendedPropertySets property.
 void setJpsContexts(JpsContextsP value)
          Sets the value of the jpsContexts property.
 void setPropertySets(PropertySetsP value)
          Sets the value of the propertySets property.
 void setServiceInstances(ServiceInstancesP value)
          Sets the value of the serviceInstances property.
 void setServiceProviders(ServiceProvidersP value)
          Sets the value of the serviceProviders property.

 

Methods inherited from interface oracle.security.opss.config.persistence.ConfigPersistenceElement
getChanges, getMetaFactory, getParent, persist

 

Method Detail

getExtendedProperty

java.util.List<ExtendedPropertyP> getExtendedProperty()
Gets the value of the extendedProperty 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 extendedProperty property.

For example, to add a new item, do as follows:

 getExtendedProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtendedPropertyP


getExtendedPropertySets

ExtendedPropertySetsP getExtendedPropertySets()
Gets the value of the extendedPropertySets property.
Returns:
possible object is ExtendedPropertySetsP

getJpsContexts

JpsContextsP getJpsContexts()
Gets the value of the jpsContexts property.
Returns:
possible object is JpsContextsP

getProperty

java.util.List<PropertyP> getProperty()
Gets the value of the property 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 property property.

For example, to add a new item, do as follows:

 getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list PropertyP


getPropertySets

PropertySetsP getPropertySets()
Gets the value of the propertySets property.
Returns:
possible object is PropertySetsP

getServiceInstances

ServiceInstancesP getServiceInstances()
Gets the value of the serviceInstances property.
Returns:
possible object is ServiceInstancesP

getServiceProviders

ServiceProvidersP getServiceProviders()
Gets the value of the serviceProviders property.
Returns:
possible object is ServiceProvidersP

setExtendedPropertySets

void setExtendedPropertySets(ExtendedPropertySetsP value)
Sets the value of the extendedPropertySets property.
Parameters:
value - allowed object is ExtendedPropertySetsP

setJpsContexts

void setJpsContexts(JpsContextsP value)
Sets the value of the jpsContexts property.
Parameters:
value - allowed object is JpsContextsP

setPropertySets

void setPropertySets(PropertySetsP value)
Sets the value of the propertySets property.
Parameters:
value - allowed object is PropertySetsP

setServiceInstances

void setServiceInstances(ServiceInstancesP value)
Sets the value of the serviceInstances property.
Parameters:
value - allowed object is ServiceInstancesP

setServiceProviders

void setServiceProviders(ServiceProvidersP value)
Sets the value of the serviceProviders property.
Parameters:
value - allowed object is ServiceProvidersP

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.