xml.mzdata
Interface UserParamType


public interface UserParamType

Java content class for userParamType complex type.

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

 <complexType name="userParamType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 

Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)