
@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-11-01T03:16:37+01:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class Authors
extends ModelObject
implements Cloneable
Java class for Authors complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Authors">
   <complexContent>
     <extension base="{http://jomc.org/model}ModelObject">
       <sequence>
         <element name="author" type="{http://jomc.org/model}Author" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected List<Author> | 
author  | 
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion| Constructor and Description | 
|---|
Authors()
Creates a new  
Authors instance. | 
Authors(Authors o)
Creates a new  
Authors instance by deeply copying a given Authors instance. | 
| Modifier and Type | Method and Description | 
|---|---|
Authors | 
clone()
Creates and returns a deep copy of this object. 
 | 
List<Author> | 
getAuthor()
Gets the value of the author property. 
 | 
getAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersionpublic Authors()
Authors instance.public Authors(Authors o)
Authors instance by deeply copying a given Authors instance.o - The instance to copy.NullPointerException - if o is null.@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-11-01T03:16:37+01:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<Author> getAuthor()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the author property.
 
 
For example, to add a new item, do as follows:
    getAuthor().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Author
@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-11-01T03:16:37+01:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Authors clone()
clone in class ModelObjectCopyright © 2005–2016 The JOMC Project. All rights reserved.