cometa.translator.method
Class Method.Parameters

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

public static class Method.Parameters
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="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>
 

See Also:
Serialized Form

Nested Class Summary
static class Method.Parameters.Observation
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String base
           
protected  java.util.List<CompoundParam> compoundParam
           
protected  java.util.List<Method.Parameters.Observation> observation
           
protected  java.util.List<SimpleParam> simpleParam
           
 
Constructor Summary
Method.Parameters()
           
 
Method Summary
 java.lang.String getBase()
          Gets the value of the base property.
 java.util.List<CompoundParam> getCompoundParam()
          Gets the value of the compoundParam property.
 java.util.List<Method.Parameters.Observation> getObservation()
          Gets the value of the observation property.
 java.util.List<SimpleParam> getSimpleParam()
          Gets the value of the simpleParam property.
 void setBase(java.lang.String value)
          Sets the value of the base property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observation

protected java.util.List<Method.Parameters.Observation> observation

simpleParam

protected java.util.List<SimpleParam> simpleParam

compoundParam

protected java.util.List<CompoundParam> compoundParam

base

protected java.lang.String base
Constructor Detail

Method.Parameters

public Method.Parameters()
Method Detail

getObservation

public java.util.List<Method.Parameters.Observation> getObservation()
Gets the value of the observation property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the observation property.

For example, to add a new item, do as follows:

    getObservation().add(newItem);
 

Objects of the following type(s) are allowed in the list Method.Parameters.Observation


getSimpleParam

public java.util.List<SimpleParam> getSimpleParam()
Gets the value of the simpleParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the simpleParam property.

For example, to add a new item, do as follows:

    getSimpleParam().add(newItem);
 

Objects of the following type(s) are allowed in the list SimpleParam


getCompoundParam

public java.util.List<CompoundParam> getCompoundParam()
Gets the value of the compoundParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the compoundParam property.

For example, to add a new item, do as follows:

    getCompoundParam().add(newItem);
 

Objects of the following type(s) are allowed in the list CompoundParam


getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String