public class Param 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_default |
protected String |
name |
protected String |
submodules |
protected Type |
type |
| Constructor and Description |
|---|
Param() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
Ruft den Wert der default-Eigenschaft ab.
|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
String |
getSubmodules()
Ruft den Wert der submodules-Eigenschaft ab.
|
Type |
getType()
Ruft den Wert der type-Eigenschaft ab.
|
void |
setDefault(String value)
Legt den Wert der default-Eigenschaft fest.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setSubmodules(String value)
Legt den Wert der submodules-Eigenschaft fest.
|
void |
setType(Type value)
Legt den Wert der type-Eigenschaft fest.
|
protected Type type
protected String name
protected String _default
protected String submodules
public Type getType()
Typepublic void setType(Type value)
value - allowed object is
Typepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDefault()
Stringpublic void setDefault(String value)
value - allowed object is
Stringpublic String getSubmodules()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.