public class Paraminfo extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="modules">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="module" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="helpurls" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="parameters">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="t" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="submodules" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sourcename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="licensetag" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="licenselink" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="helpformat" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
helpformat |
protected List<Module> |
modules |
| Constructor and Description |
|---|
Paraminfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpformat()
Ruft den Wert der helpformat-Eigenschaft ab.
|
List<Module> |
getModules()
Ruft den Wert der modules-Eigenschaft ab.
|
void |
setHelpformat(String value)
Legt den Wert der helpformat-Eigenschaft fest.
|
void |
setModules(List<Module> value)
Legt den Wert der modules-Eigenschaft fest.
|
public List<Module> getModules()
Modules public void setModules(List<Module> value)
value - allowed object is
Modules public String getHelpformat()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.