public class Module 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classname |
protected Object |
helpurls |
protected String |
licenselink |
protected String |
licensetag |
protected String |
name |
protected Parameters |
parameters |
protected String |
path |
protected String |
prefix |
protected String |
source |
protected String |
sourcename |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname()
Ruft den Wert der classname-Eigenschaft ab.
|
Object |
getHelpurls()
Ruft den Wert der helpurls-Eigenschaft ab.
|
String |
getLicenselink()
Ruft den Wert der licenselink-Eigenschaft ab.
|
String |
getLicensetag()
Ruft den Wert der licensetag-Eigenschaft ab.
|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
Parameters |
getParameters()
Ruft den Wert der parameters-Eigenschaft ab.
|
String |
getPath()
Ruft den Wert der path-Eigenschaft ab.
|
String |
getPrefix()
Ruft den Wert der prefix-Eigenschaft ab.
|
String |
getSource()
Ruft den Wert der source-Eigenschaft ab.
|
String |
getSourcename()
Ruft den Wert der sourcename-Eigenschaft ab.
|
void |
setClassname(String value)
Legt den Wert der classname-Eigenschaft fest.
|
void |
setHelpurls(Object value)
Legt den Wert der helpurls-Eigenschaft fest.
|
void |
setLicenselink(String value)
Legt den Wert der licenselink-Eigenschaft fest.
|
void |
setLicensetag(String value)
Legt den Wert der licensetag-Eigenschaft fest.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setParameters(Parameters value)
Legt den Wert der parameters-Eigenschaft fest.
|
void |
setPath(String value)
Legt den Wert der path-Eigenschaft fest.
|
void |
setPrefix(String value)
Legt den Wert der prefix-Eigenschaft fest.
|
void |
setSource(String value)
Legt den Wert der source-Eigenschaft fest.
|
void |
setSourcename(String value)
Legt den Wert der sourcename-Eigenschaft fest.
|
protected Object helpurls
protected Parameters parameters
protected String name
protected String classname
protected String path
protected String prefix
protected String source
protected String sourcename
protected String licensetag
protected String licenselink
public Object getHelpurls()
Objectpublic void setHelpurls(Object value)
value - allowed object is
Objectpublic Parameters getParameters()
Parameterspublic void setParameters(Parameters value)
value - allowed object is
Parameterspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClassname()
Stringpublic void setClassname(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getSourcename()
Stringpublic void setSourcename(String value)
value - allowed object is
Stringpublic String getLicensetag()
Stringpublic void setLicensetag(String value)
value - allowed object is
Stringpublic String getLicenselink()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.