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 ServiceInstanceP

All Superinterfaces:
ConfigPersistenceElement

public interface ServiceInstanceP
extends ConfigPersistenceElement
Author:
vbkumarjayanti

Method Summary
 java.util.List<DependentServiceP> getDependentService()
          Gets the value of the dependentService property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<ExtendedPropertyP> getExtendedProperty()
          Gets the value of the extendedProperty property.
 java.util.List<ExtendedPropertySetRefP> getExtendedPropertySetRef()
          Gets the value of the extendedPropertySetRef property.
 java.lang.String getLocation()
          Gets the value of the location property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<PropertyP> getProperty()
          Gets the value of the property property.
 java.util.List<PropertySetRefP> getPropertySetRef()
          Gets the value of the propertySetRef property.
 java.lang.Object getProvider()
          Gets the value of the provider property.
 java.util.List<ServiceInstanceRefP> getServiceInstanceRef()
          Gets the value of the serviceInstanceRef property.
 ServiceRefType getServiceRefType()
          Gets the value of the serviceRefType property.
 java.lang.Boolean isOptionalService()
          Gets the value of the optionalService property.
 java.lang.Boolean isTransient()
          Gets the value of the transient property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOptionalService(java.lang.Boolean value)
          Sets the value of the optionalService property.
 void setProvider(java.lang.Object value)
          Sets the value of the provider property.
 void setServiceRefType(ServiceRefType value)
          Sets the value of the serviceRefType property.
 void setTransient(java.lang.Boolean value)
          Sets the value of the transient property.

 

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

 

Method Detail

getDependentService

java.util.List<DependentServiceP> getDependentService()
Gets the value of the dependentService 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 dependentService property.

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

 getDependentService().add(newItem);
 

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


getDescription

java.lang.String getDescription()
Gets the value of the description property.
Returns:
possible object is String

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


getExtendedPropertySetRef

java.util.List<ExtendedPropertySetRefP> getExtendedPropertySetRef()
Gets the value of the extendedPropertySetRef 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 extendedPropertySetRef property.

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

 getExtendedPropertySetRef().add(newItem);
 

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


getLocation

java.lang.String getLocation()
Gets the value of the location property.
Returns:
possible object is String

getName

java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

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


getPropertySetRef

java.util.List<PropertySetRefP> getPropertySetRef()
Gets the value of the propertySetRef 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 propertySetRef property.

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

 getPropertySetRef().add(newItem);
 

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


getProvider

java.lang.Object getProvider()
Gets the value of the provider property.
Returns:
possible object is Object

getServiceInstanceRef

java.util.List<ServiceInstanceRefP> getServiceInstanceRef()
Gets the value of the serviceInstanceRef 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 serviceInstanceRef property.

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

 getServiceInstanceRef().add(newItem);
 

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


getServiceRefType

ServiceRefType getServiceRefType()
Gets the value of the serviceRefType property.
Returns:
possible object is ServiceRefType

isOptionalService

java.lang.Boolean isOptionalService()
Gets the value of the optionalService property.
Returns:
possible object is Boolean

isTransient

java.lang.Boolean isTransient()
Gets the value of the transient property.
Returns:
possible object is Boolean

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.
Parameters:
value - allowed object is String

setLocation

void setLocation(java.lang.String value)
Sets the value of the location property.
Parameters:
value - allowed object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

setOptionalService

void setOptionalService(java.lang.Boolean value)
Sets the value of the optionalService property.
Parameters:
value - allowed object is Boolean

setProvider

void setProvider(java.lang.Object value)
Sets the value of the provider property.
Parameters:
value - allowed object is Object

setServiceRefType

void setServiceRefType(ServiceRefType value)
Sets the value of the serviceRefType property.
Parameters:
value - allowed object is ServiceRef

setTransient

void setTransient(java.lang.Boolean value)
Sets the value of the transient property.
Parameters:
value - allowed object is Boolean

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.