Package pt.cienciavitae.ns.version
Class Version
- java.lang.Object
-
- pt.cienciavitae.ns.common.VersionContainerCtype
-
- pt.cienciavitae.ns.version.Version
-
public class Version extends VersionContainerCtype
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}version-container-ctype"> <sequence> <element name="guid" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/> <element name="template" type="{http://www.cienciavitae.pt/ns/version}template-version-ctype"/> <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringguidprotected TemplateVersionCtypetemplateprotected Stringtitle-
Fields inherited from class pt.cienciavitae.ns.common.VersionContainerCtype
id, publishDate
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGuid()Gets the value of the guid property.TemplateVersionCtypegetTemplate()Gets the value of the template property.StringgetTitle()Gets the value of the title property.voidsetGuid(String value)Sets the value of the guid property.voidsetTemplate(TemplateVersionCtype value)Sets the value of the template property.voidsetTitle(String value)Sets the value of the title property.-
Methods inherited from class pt.cienciavitae.ns.common.VersionContainerCtype
getId, getPublishDate, setId, setPublishDate
-
-
-
-
Field Detail
-
guid
protected String guid
-
template
protected TemplateVersionCtype template
-
title
protected String title
-
-
Method Detail
-
getGuid
public String getGuid()
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
public void setGuid(String value)
Sets the value of the guid property.- Parameters:
value- allowed object isString
-
getTemplate
public TemplateVersionCtype getTemplate()
Gets the value of the template property.- Returns:
- possible object is
TemplateVersionCtype
-
setTemplate
public void setTemplate(TemplateVersionCtype value)
Sets the value of the template property.- Parameters:
value- allowed object isTemplateVersionCtype
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
-