net.sf.jour.rt.view.config
Interface Trim

All Superinterfaces:
javax.xml.bind.Element, TrimType
All Known Implementing Classes:
TrimImpl

public interface Trim
extends javax.xml.bind.Element, TrimType

Java content class for trim element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 13)

 <element name="trim">
   <complexType>
     <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" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.TrimType
getName, getValue, setName, setValue
 



Copyright © 2004 sourceforge. All Rights Reserved.