Class LanguageCompetency
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.language_competency.LanguageCompetency
-
public class LanguageCompetency 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="language" type="{http://www.cienciavitae.pt/ns/language-competency}language-code-ctype"/> <choice> <element name="mother-tongue" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <group ref="{http://www.cienciavitae.pt/ns/language-competency}language-skills-group"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LanguageCodeCtypelanguageprotected BooleanmotherTongueprotected LanguageLevelCtypepeerReviewprotected LanguageLevelCtypereadprotected LanguageLevelCtypespeakprotected LanguageLevelCtypeunderstandSpokenprotected LanguageLevelCtypewrite-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description LanguageCompetency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageCodeCtypegetLanguage()Gets the value of the language property.LanguageLevelCtypegetPeerReview()Gets the value of the peerReview property.LanguageLevelCtypegetRead()Gets the value of the read property.LanguageLevelCtypegetSpeak()Gets the value of the speak property.LanguageLevelCtypegetUnderstandSpoken()Gets the value of the understandSpoken property.LanguageLevelCtypegetWrite()Gets the value of the write property.BooleanisMotherTongue()Gets the value of the motherTongue property.voidsetLanguage(LanguageCodeCtype value)Sets the value of the language property.voidsetMotherTongue(Boolean value)Sets the value of the motherTongue property.voidsetPeerReview(LanguageLevelCtype value)Sets the value of the peerReview property.voidsetRead(LanguageLevelCtype value)Sets the value of the read property.voidsetSpeak(LanguageLevelCtype value)Sets the value of the speak property.voidsetUnderstandSpoken(LanguageLevelCtype value)Sets the value of the understandSpoken property.voidsetWrite(LanguageLevelCtype value)Sets the value of the write property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
language
protected LanguageCodeCtype language
-
motherTongue
protected Boolean motherTongue
-
read
protected LanguageLevelCtype read
-
write
protected LanguageLevelCtype write
-
speak
protected LanguageLevelCtype speak
-
understandSpoken
protected LanguageLevelCtype understandSpoken
-
peerReview
protected LanguageLevelCtype peerReview
-
-
Method Detail
-
getLanguage
public LanguageCodeCtype getLanguage()
Gets the value of the language property.- Returns:
- possible object is
LanguageCodeCtype
-
setLanguage
public void setLanguage(LanguageCodeCtype value)
Sets the value of the language property.- Parameters:
value- allowed object isLanguageCodeCtype
-
isMotherTongue
public Boolean isMotherTongue()
Gets the value of the motherTongue property.- Returns:
- possible object is
Boolean
-
setMotherTongue
public void setMotherTongue(Boolean value)
Sets the value of the motherTongue property.- Parameters:
value- allowed object isBoolean
-
getRead
public LanguageLevelCtype getRead()
Gets the value of the read property.- Returns:
- possible object is
LanguageLevelCtype
-
setRead
public void setRead(LanguageLevelCtype value)
Sets the value of the read property.- Parameters:
value- allowed object isLanguageLevelCtype
-
getWrite
public LanguageLevelCtype getWrite()
Gets the value of the write property.- Returns:
- possible object is
LanguageLevelCtype
-
setWrite
public void setWrite(LanguageLevelCtype value)
Sets the value of the write property.- Parameters:
value- allowed object isLanguageLevelCtype
-
getSpeak
public LanguageLevelCtype getSpeak()
Gets the value of the speak property.- Returns:
- possible object is
LanguageLevelCtype
-
setSpeak
public void setSpeak(LanguageLevelCtype value)
Sets the value of the speak property.- Parameters:
value- allowed object isLanguageLevelCtype
-
getUnderstandSpoken
public LanguageLevelCtype getUnderstandSpoken()
Gets the value of the understandSpoken property.- Returns:
- possible object is
LanguageLevelCtype
-
setUnderstandSpoken
public void setUnderstandSpoken(LanguageLevelCtype value)
Sets the value of the understandSpoken property.- Parameters:
value- allowed object isLanguageLevelCtype
-
getPeerReview
public LanguageLevelCtype getPeerReview()
Gets the value of the peerReview property.- Returns:
- possible object is
LanguageLevelCtype
-
setPeerReview
public void setPeerReview(LanguageLevelCtype value)
Sets the value of the peerReview property.- Parameters:
value- allowed object isLanguageLevelCtype
-
-