cometa.translator.method
Class Method

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

public class Method
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameters">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="observation" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="simpleParam" type="{}simpleParam" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="compoundParam" type="{}compoundParam" maxOccurs="unbounded" minOccurs="0"/>
                           </choice>
                           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <choice>
                     <element name="simpleParam" type="{}simpleParam" maxOccurs="unbounded" minOccurs="0"/>
                     <element name="compoundParam" type="{}compoundParam" maxOccurs="unbounded" minOccurs="0"/>
                   </choice>
                 </sequence>
                 <attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="combinationProcedure">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ref" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="methodID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Method.CombinationProcedure
          Java class for anonymous complex type.
static class Method.Parameters
          Java class for anonymous complex type.
 
Field Summary
protected  Method.CombinationProcedure combinationProcedure
           
protected  java.lang.String methodID
           
protected  Method.Parameters parameters
           
 
Constructor Summary
Method()
           
 
Method Summary
 Method.CombinationProcedure getCombinationProcedure()
          Gets the value of the combinationProcedure property.
 java.lang.String getCompoundParamValue(java.lang.String string)
           
 java.lang.String getMethodID()
          Gets the value of the methodID property.
 Method.Parameters getParameters()
          Gets the value of the parameters property.
 java.lang.String getParamValue(java.lang.String string)
           
 SimpleParam getSimpleParam(java.lang.String string)
           
 java.lang.String getSimpleParamValue(java.lang.String string)
           
 void setCombinationProcedure(Method.CombinationProcedure value)
          Sets the value of the combinationProcedure property.
 void setMethodID(java.lang.String value)
          Sets the value of the methodID property.
 void setParameters(Method.Parameters value)
          Sets the value of the parameters property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

protected Method.Parameters parameters

combinationProcedure

protected Method.CombinationProcedure combinationProcedure

methodID

protected java.lang.String methodID
Constructor Detail

Method

public Method()
Method Detail

getParameters

public Method.Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Method.Parameters

setParameters

public void setParameters(Method.Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Method.Parameters

getCombinationProcedure

public Method.CombinationProcedure getCombinationProcedure()
Gets the value of the combinationProcedure property.

Returns:
possible object is Method.CombinationProcedure

setCombinationProcedure

public void setCombinationProcedure(Method.CombinationProcedure value)
Sets the value of the combinationProcedure property.

Parameters:
value - allowed object is Method.CombinationProcedure

getMethodID

public java.lang.String getMethodID()
Gets the value of the methodID property.

Returns:
possible object is String

setMethodID

public void setMethodID(java.lang.String value)
Sets the value of the methodID property.

Parameters:
value - allowed object is String

getParamValue

public java.lang.String getParamValue(java.lang.String string)

getSimpleParamValue

public java.lang.String getSimpleParamValue(java.lang.String string)

getCompoundParamValue

public java.lang.String getCompoundParamValue(java.lang.String string)

getSimpleParam

public SimpleParam getSimpleParam(java.lang.String string)