Class AuthorIdentifier
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.author_identifier.AuthorIdentifier
-
public class AuthorIdentifier extends RecordCtype
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}record-ctype"> <sequence> <element name="identifier-type" type="{http://www.cienciavitae.pt/ns/author-identifier}identifier-type-ctype"/> <element name="identifier" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidentifierprotected IdentifierTypeCtypeidentifierType-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description AuthorIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the value of the identifier property.IdentifierTypeCtypegetIdentifierType()Gets the value of the identifierType property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetIdentifierType(IdentifierTypeCtype value)Sets the value of the identifierType property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
identifierType
protected IdentifierTypeCtype identifierType
-
identifier
protected String identifier
-
-
Method Detail
-
getIdentifierType
public IdentifierTypeCtype getIdentifierType()
Gets the value of the identifierType property.- Returns:
- possible object is
IdentifierTypeCtype
-
setIdentifierType
public void setIdentifierType(IdentifierTypeCtype value)
Sets the value of the identifierType property.- Parameters:
value- allowed object isIdentifierTypeCtype
-
getIdentifier
public String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
-