net.sf.jour.config
Interface Typedef

All Superinterfaces:
javax.xml.bind.Element
All Known Implementing Classes:
TypedefImpl

public interface Typedef
extends javax.xml.bind.Element

Java content class for typedef 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.xsd line 27)

 <element name="typedef" type="{http://www.w3.org/2001/XMLSchema}string"/>
 


Method Summary
 java.lang.String getValue()
          Gets the value of the value property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2004 sourceforge. All Rights Reserved.