org.ow2.dragon.connection.api.to
Class Processor

java.lang.Object
  extended by org.ow2.dragon.connection.api.service.Node
      extended by org.ow2.dragon.connection.api.to.Processor

public class Processor
extends Node

Java class for Processor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Processor">
   <complexContent>
     <extension base="{http://service.api.connection.dragon.ow2.org/}node">
       <sequence>
         <element name="execEnvs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="execEnv" type="{http://to.api.connection.dragon.ow2.org/}ExecutionEnvironment" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Processor.ExecEnvs
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.ow2.dragon.connection.api.service.Node
Node.Endpoints, Node.Properties
 
Field Summary
protected  Processor.ExecEnvs execEnvs
           
 
Fields inherited from class org.ow2.dragon.connection.api.service.Node
endpoints, ipv4Address, name, properties, type, version
 
Constructor Summary
Processor()
           
 
Method Summary
 Processor.ExecEnvs getExecEnvs()
          Gets the value of the execEnvs property.
 void setExecEnvs(Processor.ExecEnvs value)
          Sets the value of the execEnvs property.
 
Methods inherited from class org.ow2.dragon.connection.api.service.Node
getEndpoints, getIpv4Address, getName, getProperties, getType, getVersion, setEndpoints, setIpv4Address, setName, setProperties, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

execEnvs

protected Processor.ExecEnvs execEnvs
Constructor Detail

Processor

public Processor()
Method Detail

getExecEnvs

public Processor.ExecEnvs getExecEnvs()
Gets the value of the execEnvs property.

Returns:
possible object is Processor.ExecEnvs

setExecEnvs

public void setExecEnvs(Processor.ExecEnvs value)
Sets the value of the execEnvs property.

Parameters:
value - allowed object is Processor.ExecEnvs


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