org.ow2.petals.systemstate.generated
Class SystemState

java.lang.Object
  extended by org.ow2.petals.systemstate.generated.SystemState

public class SystemState
extends java.lang.Object

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

components

protected Components components

sharedLibraries

protected SharedLibraries sharedLibraries

serviceAssemblies

protected ServiceAssemblies serviceAssemblies
Constructor Detail

SystemState

public SystemState()
Method Detail

getComponents

public Components getComponents()
Gets the value of the components property.

Returns:
possible object is Components

setComponents

public void setComponents(Components value)
Sets the value of the components property.

Parameters:
value - allowed object is Components

getSharedLibraries

public SharedLibraries getSharedLibraries()
Gets the value of the sharedLibraries property.

Returns:
possible object is SharedLibraries

setSharedLibraries

public void setSharedLibraries(SharedLibraries value)
Sets the value of the sharedLibraries property.

Parameters:
value - allowed object is SharedLibraries

getServiceAssemblies

public ServiceAssemblies getServiceAssemblies()
Gets the value of the serviceAssemblies property.

Returns:
possible object is ServiceAssemblies

setServiceAssemblies

public void setServiceAssemblies(ServiceAssemblies value)
Sets the value of the serviceAssemblies property.

Parameters:
value - allowed object is ServiceAssemblies


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.