Package pt.cienciavitae.ns.resume
Class Resume
- java.lang.Object
-
- pt.cienciavitae.ns.resume.Resume
-
public class Resume extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-4000-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"/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarlastModifiedDateprotected PrivacyLevelEnumprivacyLevelprotected StringsourceNameprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description Resume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetLastModifiedDate()Gets the value of the lastModifiedDate property.PrivacyLevelEnumgetPrivacyLevel()Gets the value of the privacyLevel property.StringgetSourceName()Gets the value of the sourceName property.StringgetValue()Gets the value of the value 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.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
privacyLevel
protected PrivacyLevelEnum privacyLevel
-
sourceName
protected String sourceName
-
lastModifiedDate
protected XMLGregorianCalendar lastModifiedDate
-
-
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
-
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
-
-