orca.boot.beans
Class Actor

java.lang.Object
  extended by orca.boot.beans.Actor

public class Actor
extends java.lang.Object

Java class for actor complex type.

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

 <complexType name="actor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="instance" type="{http://issg.cs.duke.edu/sharp/boot}instance"/>
         <element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="publicKey" type="{http://issg.cs.duke.edu/sharp/boot}cryptoKey" minOccurs="0"/>
         <element name="privateKey" type="{http://issg.cs.duke.edu/sharp/boot}cryptoKey" minOccurs="0"/>
         <element name="monitor" type="{http://issg.cs.duke.edu/sharp/boot}instance" minOccurs="0"/>
         <element name="mapper" type="{http://issg.cs.duke.edu/sharp/boot}instance" minOccurs="0"/>
         <element name="plugin" type="{http://issg.cs.duke.edu/sharp/boot}instance" minOccurs="0"/>
         <element name="slice" type="{http://issg.cs.duke.edu/sharp/boot}slice" minOccurs="0"/>
         <element name="siteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String guid
           
protected  Instance instance
           
protected  Instance mapper
           
protected  Instance monitor
           
protected  java.lang.String name
           
protected  java.lang.String owner
           
protected  Instance plugin
           
protected  CryptoKey privateKey
           
protected  CryptoKey publicKey
           
protected  java.lang.String siteName
           
protected  Slice slice
           
 
Constructor Summary
Actor()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getGuid()
          Gets the value of the guid property.
 Instance getInstance()
          Gets the value of the instance property.
 Instance getMapper()
          Gets the value of the mapper property.
 Instance getMonitor()
          Gets the value of the monitor property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 Instance getPlugin()
          Gets the value of the plugin property.
 CryptoKey getPrivateKey()
          Gets the value of the privateKey property.
 CryptoKey getPublicKey()
          Gets the value of the publicKey property.
 java.lang.String getSiteName()
          Gets the value of the siteName property.
 Slice getSlice()
          Gets the value of the slice property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setGuid(java.lang.String value)
          Sets the value of the guid property.
 void setInstance(Instance value)
          Sets the value of the instance property.
 void setMapper(Instance value)
          Sets the value of the mapper property.
 void setMonitor(Instance value)
          Sets the value of the monitor property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOwner(java.lang.String value)
          Sets the value of the owner property.
 void setPlugin(Instance value)
          Sets the value of the plugin property.
 void setPrivateKey(CryptoKey value)
          Sets the value of the privateKey property.
 void setPublicKey(CryptoKey value)
          Sets the value of the publicKey property.
 void setSiteName(java.lang.String value)
          Sets the value of the siteName property.
 void setSlice(Slice value)
          Sets the value of the slice property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

guid

protected java.lang.String guid

description

protected java.lang.String description

instance

protected Instance instance

owner

protected java.lang.String owner

publicKey

protected CryptoKey publicKey

privateKey

protected CryptoKey privateKey

monitor

protected Instance monitor

mapper

protected Instance mapper

plugin

protected Instance plugin

slice

protected Slice slice

siteName

protected java.lang.String siteName
Constructor Detail

Actor

public Actor()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getGuid

public java.lang.String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(java.lang.String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getInstance

public Instance getInstance()
Gets the value of the instance property.

Returns:
possible object is Instance

setInstance

public void setInstance(Instance value)
Sets the value of the instance property.

Parameters:
value - allowed object is Instance

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

getPublicKey

public CryptoKey getPublicKey()
Gets the value of the publicKey property.

Returns:
possible object is CryptoKey

setPublicKey

public void setPublicKey(CryptoKey value)
Sets the value of the publicKey property.

Parameters:
value - allowed object is CryptoKey

getPrivateKey

public CryptoKey getPrivateKey()
Gets the value of the privateKey property.

Returns:
possible object is CryptoKey

setPrivateKey

public void setPrivateKey(CryptoKey value)
Sets the value of the privateKey property.

Parameters:
value - allowed object is CryptoKey

getMonitor

public Instance getMonitor()
Gets the value of the monitor property.

Returns:
possible object is Instance

setMonitor

public void setMonitor(Instance value)
Sets the value of the monitor property.

Parameters:
value - allowed object is Instance

getMapper

public Instance getMapper()
Gets the value of the mapper property.

Returns:
possible object is Instance

setMapper

public void setMapper(Instance value)
Sets the value of the mapper property.

Parameters:
value - allowed object is Instance

getPlugin

public Instance getPlugin()
Gets the value of the plugin property.

Returns:
possible object is Instance

setPlugin

public void setPlugin(Instance value)
Sets the value of the plugin property.

Parameters:
value - allowed object is Instance

getSlice

public Slice getSlice()
Gets the value of the slice property.

Returns:
possible object is Slice

setSlice

public void setSlice(Slice value)
Sets the value of the slice property.

Parameters:
value - allowed object is Slice

getSiteName

public java.lang.String getSiteName()
Gets the value of the siteName property.

Returns:
possible object is String

setSiteName

public void setSiteName(java.lang.String value)
Sets the value of the siteName property.

Parameters:
value - allowed object is String


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.