Package pt.cienciavitae.ns.output
Class AuthorsList
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- pt.cienciavitae.ns.output.AuthorsList
-
public class AuthorsList extends ContainerCtype
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}container-ctype"> <sequence> <element name="authors" type="{http://www.cienciavitae.pt/ns/common}authors-ctype"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorsCtypeauthors-
Fields inherited from class pt.cienciavitae.ns.common.ContainerCtype
total
-
-
Constructor Summary
Constructors Constructor Description AuthorsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetAuthors()Gets the value of the authors property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.-
Methods inherited from class pt.cienciavitae.ns.common.ContainerCtype
getTotal, setTotal
-
-
-
-
Field Detail
-
authors
protected AuthorsCtype authors
-
-
Method Detail
-
getAuthors
public AuthorsCtype getAuthors()
Gets the value of the authors property.- Returns:
- possible object is
AuthorsCtype
-
setAuthors
public void setAuthors(AuthorsCtype value)
Sets the value of the authors property.- Parameters:
value- allowed object isAuthorsCtype
-
-