public interface JpsConfigurationP extends ConfigPersistenceElement
| Modifier and Type | Method and Description |
|---|---|
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.
|
getChanges, getMetaFactory, getParent, persistjava.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
ExtendedPropertySetsP getExtendedPropertySets()
ExtendedPropertySetsPJpsContextsP getJpsContexts()
JpsContextsPjava.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
PropertySetsP getPropertySets()
PropertySetsPServiceInstancesP getServiceInstances()
ServiceInstancesPServiceProvidersP getServiceProviders()
ServiceProvidersPvoid setExtendedPropertySets(ExtendedPropertySetsP value)
value - allowed object is ExtendedPropertySetsPvoid setJpsContexts(JpsContextsP value)
value - allowed object is JpsContextsPvoid setPropertySets(PropertySetsP value)
value - allowed object is PropertySetsPvoid setServiceInstances(ServiceInstancesP value)
value - allowed object is ServiceInstancesPvoid setServiceProviders(ServiceProvidersP value)
value - allowed object is ServiceProvidersP