|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Metainformation
public class Metainformation
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="metainformation">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:originalfilename" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:author" minOccurs="0"/>
<xs:element ref="ns:date" minOccurs="0"/>
<xs:element ref="ns:comment" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Metainformation()
|
|
| Method Summary | |
|---|---|
Author |
getAuthor()
Get the 'author' element value. |
Comment |
getComment()
Get the 'comment' element value. |
Date |
getDate()
Get the 'date' element value. |
java.util.List<Originalfilename> |
getOriginalfilenames()
Get the list of 'originalfilename' element items. |
void |
setAuthor(Author author)
Set the 'author' element value. |
void |
setComment(Comment comment)
Set the 'comment' element value. |
void |
setDate(Date date)
Set the 'date' element value. |
void |
setOriginalfilenames(java.util.List<Originalfilename> list)
Set the list of 'originalfilename' element items. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Metainformation()
| Method Detail |
|---|
public java.util.List<Originalfilename> getOriginalfilenames()
public void setOriginalfilenames(java.util.List<Originalfilename> list)
list - public Author getAuthor()
public void setAuthor(Author author)
author - public Date getDate()
public void setDate(Date date)
date - public Comment getComment()
public void setComment(Comment comment)
comment -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||