|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getActorRole()
String
public void setActorRole(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getActorEntity()
Object
public void setActorEntity(java.lang.Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |