|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceProviderP
| Method Summary | |
|---|---|
java.lang.String |
getClazz()Gets the value of the clazz property. |
java.lang.String |
getDescription()Gets the value of the description property. |
java.lang.String |
getInstanceConfigBeanClass()Gets the value of the instanceConfigBeanClass 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.lang.String |
getServiceInterface()Gets the value of the serviceInterface property. |
ServiceType |
getType()Gets the value of the type property. |
void |
setClazz(java.lang.String value)Sets the value of the clazz property. |
void |
setDescription(java.lang.String value)Sets the value of the description property. |
void |
setInstanceConfigBeanClass(java.lang.String value)Sets the value of the instanceConfigBeanClass property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setServiceInterface(java.lang.String value)Sets the value of the serviceInterface property. |
void |
setType(ServiceType value)Sets the value of the type property. |
| Method Detail |
|---|
java.lang.String getClazz()
Stringjava.lang.String getDescription()
Stringjava.lang.String getInstanceConfigBeanClass()
Stringjava.lang.String getName()
Stringjava.util.List<PropertyP> getProperty()
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
java.lang.String getServiceInterface()
StringServiceType getType()
ServiceTypevoid setClazz(java.lang.String value)
value - allowed object is Stringvoid setDescription(java.lang.String value)
value - allowed object is Stringvoid setInstanceConfigBeanClass(java.lang.String value)
value - allowed object is Stringvoid setName(java.lang.String value)
value - allowed object is Stringvoid setServiceInterface(java.lang.String value)
value - allowed object is Stringvoid setType(ServiceType value)
value - allowed object is ServiceType
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||