|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.systemstate.generated.SystemState
public class SystemState
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{http://petals.ow2.org/systemstate}components"/>
<element ref="{http://petals.ow2.org/systemstate}shared-libraries"/>
<element ref="{http://petals.ow2.org/systemstate}service-assemblies"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Components |
components
|
protected ServiceAssemblies |
serviceAssemblies
|
protected SharedLibraries |
sharedLibraries
|
| Constructor Summary | |
|---|---|
SystemState()
|
|
| Method Summary | |
|---|---|
Components |
getComponents()
Gets the value of the components property. |
ServiceAssemblies |
getServiceAssemblies()
Gets the value of the serviceAssemblies property. |
SharedLibraries |
getSharedLibraries()
Gets the value of the sharedLibraries property. |
void |
setComponents(Components value)
Sets the value of the components property. |
void |
setServiceAssemblies(ServiceAssemblies value)
Sets the value of the serviceAssemblies property. |
void |
setSharedLibraries(SharedLibraries value)
Sets the value of the sharedLibraries property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Components components
protected SharedLibraries sharedLibraries
protected ServiceAssemblies serviceAssemblies
| Constructor Detail |
|---|
public SystemState()
| Method Detail |
|---|
public Components getComponents()
Componentspublic void setComponents(Components value)
value - allowed object is
Componentspublic SharedLibraries getSharedLibraries()
SharedLibrariespublic void setSharedLibraries(SharedLibraries value)
value - allowed object is
SharedLibrariespublic ServiceAssemblies getServiceAssemblies()
ServiceAssembliespublic void setServiceAssemblies(ServiceAssemblies value)
value - allowed object is
ServiceAssemblies
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||