org.infoml.jaxb
Interface InfomlFile

All Superinterfaces:
javax.xml.bind.Element, InfomlFileType
All Known Implementing Classes:
InfomlFileImpl

public interface InfomlFile
extends javax.xml.bind.Element, InfomlFileType

Java content class for infomlFile element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 85)

 <element name="infomlFile">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="infoml" type="{http://infoml.org/infomlFile}infomlType" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="title" type="{http://infoml.org/infomlFile}nonnullTokenType" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.infoml.jaxb.InfomlFileType
getInfoml, getTitle, setTitle