org.modeldriven.fuml.config
Class BehaviorExecutionMapping

java.lang.Object
  extended by org.modeldriven.fuml.config.BehaviorExecutionMapping

public class BehaviorExecutionMapping
extends java.lang.Object

Java class for BehaviorExecutionMapping complex type.

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

 <complexType name="BehaviorExecutionMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="executionClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String className
           
protected  java.lang.String executionClassName
           
 
Constructor Summary
BehaviorExecutionMapping()
           
 
Method Summary
 java.lang.String getClassName()
          Gets the value of the className property.
 java.lang.String getExecutionClassName()
          Gets the value of the executionClassName property.
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void setExecutionClassName(java.lang.String value)
          Sets the value of the executionClassName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected java.lang.String className

executionClassName

protected java.lang.String executionClassName
Constructor Detail

BehaviorExecutionMapping

public BehaviorExecutionMapping()
Method Detail

getClassName

public java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getExecutionClassName

public java.lang.String getExecutionClassName()
Gets the value of the executionClassName property.

Returns:
possible object is String

setExecutionClassName

public void setExecutionClassName(java.lang.String value)
Sets the value of the executionClassName property.

Parameters:
value - allowed object is String


Copyright © 2015. All Rights Reserved.