|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.boot.beans.Actor
public class Actor
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 |
|---|
protected java.lang.String name
protected java.lang.String guid
protected java.lang.String description
protected Instance instance
protected java.lang.String owner
protected CryptoKey publicKey
protected CryptoKey privateKey
protected Instance monitor
protected Instance mapper
protected Instance plugin
protected Slice slice
protected java.lang.String siteName
| Constructor Detail |
|---|
public Actor()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Instance getInstance()
Instancepublic void setInstance(Instance value)
value - allowed object is
Instancepublic java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic CryptoKey getPublicKey()
CryptoKeypublic void setPublicKey(CryptoKey value)
value - allowed object is
CryptoKeypublic CryptoKey getPrivateKey()
CryptoKeypublic void setPrivateKey(CryptoKey value)
value - allowed object is
CryptoKeypublic Instance getMonitor()
Instancepublic void setMonitor(Instance value)
value - allowed object is
Instancepublic Instance getMapper()
Instancepublic void setMapper(Instance value)
value - allowed object is
Instancepublic Instance getPlugin()
Instancepublic void setPlugin(Instance value)
value - allowed object is
Instancepublic Slice getSlice()
Slicepublic void setSlice(Slice value)
value - allowed object is
Slicepublic java.lang.String getSiteName()
Stringpublic void setSiteName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||