org.huihoo.jfox.xmlet.jaxb
Interface XMLetType.ATTRIBUTESType

All Known Implementing Classes:
XMLetTypeImpl.ATTRIBUTESTypeImpl
Enclosing class:
XMLetType

public static interface XMLetType.ATTRIBUTESType

Java content class for annonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ATTR" type="{}AttrType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getATTR()
           
 

Method Detail

getATTR

public java.util.List getATTR()