org.aspsimon.termcomp.entity.xtc
Class Metainformation

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Metainformation

public class Metainformation
extends java.lang.Object

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

Metainformation

public Metainformation()
Method Detail

getOriginalfilenames

public java.util.List<Originalfilename> getOriginalfilenames()
Get the list of 'originalfilename' element items.

Returns:
list

setOriginalfilenames

public void setOriginalfilenames(java.util.List<Originalfilename> list)
Set the list of 'originalfilename' element items.

Parameters:
list -

getAuthor

public Author getAuthor()
Get the 'author' element value.

Returns:
value

setAuthor

public void setAuthor(Author author)
Set the 'author' element value.

Parameters:
author -

getDate

public Date getDate()
Get the 'date' element value.

Returns:
value

setDate

public void setDate(Date date)
Set the 'date' element value.

Parameters:
date -

getComment

public Comment getComment()
Get the 'comment' element value.

Returns:
value

setComment

public void setComment(Comment comment)
Set the 'comment' element value.

Parameters:
comment -