Package pt.cienciavitae.ns.common
Class AuthorCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.AuthorCtype
-
public class AuthorCtype extends Object
Java class for author-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="author-ctype"> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-120-stype"> <attribute name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-14-stype" /> <attribute name="self" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="firstAuthor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="correspondingAuthor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcienciaIdprotected BooleancorrespondingAuthorprotected BooleanfirstAuthorprotected Booleanselfprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description AuthorCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCienciaId()Gets the value of the cienciaId property.StringgetValue()Gets the value of the value property.BooleanisCorrespondingAuthor()Gets the value of the correspondingAuthor property.BooleanisFirstAuthor()Gets the value of the firstAuthor property.BooleanisSelf()Gets the value of the self property.voidsetCienciaId(String value)Sets the value of the cienciaId property.voidsetCorrespondingAuthor(Boolean value)Sets the value of the correspondingAuthor property.voidsetFirstAuthor(Boolean value)Sets the value of the firstAuthor property.voidsetSelf(Boolean value)Sets the value of the self property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getCienciaId
public String getCienciaId()
Gets the value of the cienciaId property.- Returns:
- possible object is
String
-
setCienciaId
public void setCienciaId(String value)
Sets the value of the cienciaId property.- Parameters:
value- allowed object isString
-
isSelf
public Boolean isSelf()
Gets the value of the self property.- Returns:
- possible object is
Boolean
-
setSelf
public void setSelf(Boolean value)
Sets the value of the self property.- Parameters:
value- allowed object isBoolean
-
isFirstAuthor
public Boolean isFirstAuthor()
Gets the value of the firstAuthor property.- Returns:
- possible object is
Boolean
-
setFirstAuthor
public void setFirstAuthor(Boolean value)
Sets the value of the firstAuthor property.- Parameters:
value- allowed object isBoolean
-
isCorrespondingAuthor
public Boolean isCorrespondingAuthor()
Gets the value of the correspondingAuthor property.- Returns:
- possible object is
Boolean
-
-