cz.cuni.mff.procasor.core
Interface TypeActor

All Known Subinterfaces:
Actor

public interface TypeActor

Java content class for typeActor complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/afs/ms.mff.cuni.cz/u/f/franj1am/BIG/procasor/ant/my/schema.xsd line 139)

 <complexType name="typeActor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Actor.role" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="Actor.Entity" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Object getActorEntity()
          Gets the value of the actorEntity property.
 java.lang.String getActorRole()
          Gets the value of the actorRole property.
 void setActorEntity(java.lang.Object value)
          Sets the value of the actorEntity property.
 void setActorRole(java.lang.String value)
          Sets the value of the actorRole property.
 

Method Detail

getActorRole

public java.lang.String getActorRole()
Gets the value of the actorRole property.

Returns:
possible object is String

setActorRole

public void setActorRole(java.lang.String value)
Sets the value of the actorRole property.

Parameters:
value - allowed object is String

getActorEntity

public java.lang.Object getActorEntity()
Gets the value of the actorEntity property.

Returns:
possible object is Object

setActorEntity

public void setActorEntity(java.lang.Object value)
Sets the value of the actorEntity property.

Parameters:
value - allowed object is Object