Package pt.cienciavitae.ns.common
Class RecordCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- Direct Known Subclasses:
AuthorIdentifier,Degree,Distinction,DomainActivity,Email,Employment,ExtendedRecordCtype,LanguageCompetency,MailingAddress,PhoneNumber,WebAddress
public class RecordCtype extends Object
Java class for record-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="record-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> <attribute name="privacy-level" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}privacy-level-enum" /> <attribute name="source-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype" /> <attribute ref="{http://www.cienciavitae.pt/ns/common}last-modified-date"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Integeridprotected XMLGregorianCalendarlastModifiedDateprotected PrivacyLevelEnumprivacyLevelprotected StringsourceName
-
Constructor Summary
Constructors Constructor Description RecordCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Gets the value of the id property.XMLGregorianCalendargetLastModifiedDate()Gets the value of the lastModifiedDate property.PrivacyLevelEnumgetPrivacyLevel()Gets the value of the privacyLevel property.StringgetSourceName()Gets the value of the sourceName property.voidsetId(Integer value)Sets the value of the id property.voidsetLastModifiedDate(XMLGregorianCalendar value)Sets the value of the lastModifiedDate property.voidsetPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property.voidsetSourceName(String value)Sets the value of the sourceName property.
-
-
-
Field Detail
-
id
protected Integer id
-
privacyLevel
protected PrivacyLevelEnum privacyLevel
-
sourceName
protected String sourceName
-
lastModifiedDate
protected XMLGregorianCalendar lastModifiedDate
-
-
Method Detail
-
setId
public void setId(Integer value)
Sets the value of the id property.- Parameters:
value- allowed object isInteger
-
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
-
getSourceName
public String getSourceName()
Gets the value of the sourceName property.- Returns:
- possible object is
String
-
setSourceName
public void setSourceName(String value)
Sets the value of the sourceName property.- Parameters:
value- allowed object isString
-
getLastModifiedDate
public XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModifiedDate
public void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-