|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.translator.method.Method
public class Method
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>
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 |
---|
protected Method.Parameters parameters
protected Method.CombinationProcedure combinationProcedure
protected java.lang.String methodID
Constructor Detail |
---|
public Method()
Method Detail |
---|
public Method.Parameters getParameters()
Method.Parameters
public void setParameters(Method.Parameters value)
value
- allowed object is
Method.Parameters
public Method.CombinationProcedure getCombinationProcedure()
Method.CombinationProcedure
public void setCombinationProcedure(Method.CombinationProcedure value)
value
- allowed object is
Method.CombinationProcedure
public java.lang.String getMethodID()
String
public void setMethodID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParamValue(java.lang.String string)
public java.lang.String getSimpleParamValue(java.lang.String string)
public java.lang.String getCompoundParamValue(java.lang.String string)
public SimpleParam getSimpleParam(java.lang.String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |