Package pt.cienciavitae.ns.person_info
Class DateOfBirthCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.DateCtype
-
- pt.cienciavitae.ns.person_info.DateOfBirthCtype
-
public class DateOfBirthCtype extends DateCtype
Java class for date-of-birth-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="date-of-birth-ctype"> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}date-ctype"> <attribute name="privacy-level" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}privacy-level-enum" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PrivacyLevelEnumprivacyLevel
-
Constructor Summary
Constructors Constructor Description DateOfBirthCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivacyLevelEnumgetPrivacyLevel()Gets the value of the privacyLevel property.voidsetPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property.
-
-
-
Field Detail
-
privacyLevel
protected PrivacyLevelEnum privacyLevel
-
-
Method Detail
-
getPrivacyLevel
public PrivacyLevelEnum getPrivacyLevel()
Gets the value of the privacyLevel property.- Returns:
- possible object is
PrivacyLevelEnum
-
setPrivacyLevel
public void setPrivacyLevel(PrivacyLevelEnum value)
Sets the value of the privacyLevel property.- Parameters:
value- allowed object isPrivacyLevelEnum
-
-