org.huihoo.jfox.xmlet.jaxb
Interface ArgType

All Known Implementing Classes:
ArgTypeImpl

public interface ArgType

Java content class for ArgType complex type.

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

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


Method Summary
 java.lang.String getTYPE()
           
 java.lang.String getVALUE()
           
 void setTYPE(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)

getTYPE

public java.lang.String getTYPE()

setTYPE

public void setTYPE(java.lang.String value)