|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for project element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="project"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://doyen.sourceforge.net/schemas/profile}timeLog"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://doyen.sourceforge.net/schemas/profile}project" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://doyen.sourceforge.net/schemas/profile}task" maxOccurs="unbounded" minOccurs="0"/> </choice> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
Methods inherited from interface net.sourceforge.doyen.jaxb.ProjectType |
getName, getProjectOrTask, getTimeLog, setName, setTimeLog |
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |