Package pt.cienciavitae.ns.output
Class AuthorsCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- pt.cienciavitae.ns.common.AuthorsCtype
-
- pt.cienciavitae.ns.output.AuthorsCtype
-
public class AuthorsCtype extends AuthorsCtype
Java class for authors-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authors-ctype"> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}authors-ctype"> <sequence> <element name="citation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcitation-
Fields inherited from class pt.cienciavitae.ns.common.AuthorsCtype
author
-
Fields inherited from class pt.cienciavitae.ns.common.ContainerCtype
total
-
-
Constructor Summary
Constructors Constructor Description AuthorsCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCitation()Gets the value of the citation property.voidsetCitation(String value)Sets the value of the citation property.-
Methods inherited from class pt.cienciavitae.ns.common.AuthorsCtype
getAuthor
-
Methods inherited from class pt.cienciavitae.ns.common.ContainerCtype
getTotal, setTotal
-
-
-
-
Field Detail
-
citation
protected String citation
-
-