org.huihoo.jfox.xmlet.jaxb
Interface AttrType

All Known Implementing Classes:
AttrTypeImpl

public interface AttrType

Java content class for AttrType complex type.

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

 <complexType name="AttrType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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 getNAME()
           
 java.lang.String getTYPE()
           
 java.lang.String getVALUE()
           
 void setNAME(java.lang.String value)
           
 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)

getNAME

public java.lang.String getNAME()

setNAME

public void setNAME(java.lang.String value)

getTYPE

public java.lang.String getTYPE()

setTYPE

public void setTYPE(java.lang.String value)