|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.translator.method.Method.Parameters
public static class Method.Parameters
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>
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 |
---|
protected java.util.List<Method.Parameters.Observation> observation
protected java.util.List<SimpleParam> simpleParam
protected java.util.List<CompoundParam> compoundParam
protected java.lang.String base
Constructor Detail |
---|
public Method.Parameters()
Method Detail |
---|
public java.util.List<Method.Parameters.Observation> getObservation()
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
public java.util.List<SimpleParam> getSimpleParam()
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
public java.util.List<CompoundParam> getCompoundParam()
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
public java.lang.String getBase()
String
public void setBase(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |