de.extra_standard.namespace.logging._1
Class ParameterType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ClassifiableStringType
      extended by de.extra_standard.namespace.logging._1.ParameterType

public class ParameterType
extends ClassifiableStringType

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

name

protected String name

description

protected String description

usage

protected String usage

type

protected QName type
Constructor Detail

ParameterType

public ParameterType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getUsage

public String getUsage()
Gets the value of the usage property.

Returns:
possible object is String

setUsage

public void setUsage(String value)
Sets the value of the usage property.

Parameters:
value - allowed object is String

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName


Copyright © 2012-2013. All Rights Reserved.