org.huihoo.jfox.xmlet.jaxb
Interface XMLetsType

All Known Subinterfaces:
XMLETS
All Known Implementing Classes:
XMLetsTypeImpl

public interface XMLetsType

Java content class for XMLetsType complex type.

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

 <complexType name="XMLetsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="XMLET" type="{}XMLetType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getXMLET()
           
 

Method Detail

getXMLET

public java.util.List getXMLET()