xml.mzdata
Interface DescriptionType

All Superinterfaces:
ParamType

public interface DescriptionType
extends ParamType

Java content class for descriptionType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="descriptionType">
   <complexContent>
     <extension base="{}paramType">
       <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getComment()
           
 void setComment(java.lang.String value)
           
 
Methods inherited from interface xml.mzdata.ParamType
getUserParam
 

Method Detail

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String value)