public interface ServiceInstanceP extends ConfigPersistenceElement
| Modifier and Type | Method and Description |
|---|---|
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.
|
getChanges, getMetaFactory, getParent, persistjava.util.List<DependentServiceP> getDependentService()
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
java.lang.String getDescription()
Stringjava.util.List<ExtendedPropertyP> getExtendedProperty()
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
java.util.List<ExtendedPropertySetRefP> getExtendedPropertySetRef()
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
java.lang.String getLocation()
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.util.List<PropertySetRefP> getPropertySetRef()
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
java.lang.Object getProvider()
Objectjava.util.List<ServiceInstanceRefP> getServiceInstanceRef()
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
ServiceRefType getServiceRefType()
ServiceRefTypejava.lang.Boolean isOptionalService()
Booleanjava.lang.Boolean isTransient()
Booleanvoid setDescription(java.lang.String value)
value - allowed object is Stringvoid setLocation(java.lang.String value)
value - allowed object is Stringvoid setName(java.lang.String value)
value - allowed object is Stringvoid setOptionalService(java.lang.Boolean value)
value - allowed object is Booleanvoid setProvider(java.lang.Object value)
value - allowed object is Objectvoid setServiceRefType(ServiceRefType value)
value - allowed object is ServiceRefvoid setTransient(java.lang.Boolean value)
value - allowed object is Boolean