cometa.translator.method
Class CompoundParam

java.lang.Object
  extended by cometa.translator.method.Param
      extended by cometa.translator.method.CompoundParam
All Implemented Interfaces:
java.io.Serializable

public class CompoundParam
extends Param

Java class for compoundParam complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  java.lang.String action
           
protected  java.lang.String arguments
           
protected  java.lang.String name
           
 
Constructor Summary
CompoundParam()
           
 
Method Summary
 java.lang.String computeValue(Method combinationMethod)
           
 java.lang.String getAction()
          Gets the value of the method property.
 java.lang.String getArguments()
          Gets the value of the arguments property.
 java.lang.String getName()
          Gets the value of the name property.
 void setAction(java.lang.String action)
          Sets the value of the method property.
 void setArguments(java.lang.String value)
          Sets the value of the arguments property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class cometa.translator.method.Param
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arguments

protected java.lang.String arguments

action

protected java.lang.String action

name

protected java.lang.String name
Constructor Detail

CompoundParam

public CompoundParam()
Method Detail

getArguments

public java.lang.String getArguments()
Gets the value of the arguments property.

Returns:
possible object is String

setArguments

public void setArguments(java.lang.String value)
Sets the value of the arguments property.

Parameters:
value - allowed object is String

getAction

public java.lang.String getAction()
Gets the value of the method property.

Returns:
possible object is String

setAction

public void setAction(java.lang.String action)
Sets the value of the method property.

Parameters:
value - allowed object is String

getName

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

Specified by:
getName in class Param
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

computeValue

public java.lang.String computeValue(Method combinationMethod)