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>
getComment
public java.lang.String getComment()
setComment
public void setComment(java.lang.String value)