|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ClassifiableStringType
de.extra_standard.namespace.logging._1.ParameterType
public class ParameterType
Java class for ParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterType">
<simpleContent>
<extension base="<http://www.extra-standard.de/namespace/components/1>ClassifiableStringType">
<attribute name="name" type="{http://www.extra-standard.de/namespace/components/1}SimpleNameType" />
<attribute name="description" type="{http://www.extra-standard.de/namespace/components/1}SimpleStringType" />
<attribute name="usage" type="{http://www.extra-standard.de/namespace/codelists/1}UsageCodeType" />
<attribute name="type" type="{http://www.extra-standard.de/namespace/codelists/1}XSDPrefixedTypeCodes" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
name
|
protected QName |
type
|
protected String |
usage
|
| Fields inherited from class de.extra_standard.namespace.components._1.ClassifiableStringType |
|---|
clazz, value |
| Constructor Summary | |
|---|---|
ParameterType()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
QName |
getType()
Gets the value of the type property. |
String |
getUsage()
Gets the value of the usage property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(QName value)
Sets the value of the type property. |
void |
setUsage(String value)
Sets the value of the usage property. |
| Methods inherited from class de.extra_standard.namespace.components._1.ClassifiableStringType |
|---|
getClazz, getValue, setClazz, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected String usage
protected QName type
| Constructor Detail |
|---|
public ParameterType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||