org.jaffa.persistence.engines.jdbcengine.configservice.initdomain
Interface DirLoc
- All Known Implementing Classes:
- DirLocImpl
- public interface DirLoc
Java content class for dir-loc complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="dir-loc">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dir" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getDir
public String getDir()
setDir
public void setDir(String value)
Copyright © 2002-2004 JAFFA Project.