org.aspsimon.termcomp.entity.xtc
Class Author

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

public class Author
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="author"/>
 


Constructor Summary
Author()
           
 
Method Summary
 java.lang.String getAuthor()
          Get the 'author' element value.
 void setAuthor(java.lang.String author)
          Set the 'author' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Author

public Author()
Method Detail

getAuthor

public java.lang.String getAuthor()
Get the 'author' element value.

Returns:
value

setAuthor

public void setAuthor(java.lang.String author)
Set the 'author' element value.

Parameters:
author -