public static class IqmOperatorTemplates.ParameterBlock extends Object
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="template" type="{http://xml.netbeans.org/schema/jaipreferences}iqmOperatorDescriptor" maxOccurs="unbounded"/>
</sequence>
<attribute name="blockname" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
blockname |
protected List<IqmOperatorDescriptor> |
template |
| Constructor and Description |
|---|
ParameterBlock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockname()
Gets the value of the blockname property.
|
List<IqmOperatorDescriptor> |
getTemplate()
Gets the value of the template property.
|
void |
setBlockname(String value)
Sets the value of the blockname property.
|
protected List<IqmOperatorDescriptor> template
protected String blockname
public List<IqmOperatorDescriptor> getTemplate()
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 template property.
For example, to add a new item, do as follows:
getTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
IqmOperatorDescriptor
public String getBlockname()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.