Package pt.cienciavitae.ns.common
Class VersionContainerCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.VersionContainerCtype
-
- Direct Known Subclasses:
Version
public class VersionContainerCtype extends Object
Java class for version-container-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="version-container-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="publish-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="id" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Integeridprotected XMLGregorianCalendarpublishDate
-
Constructor Summary
Constructors Constructor Description VersionContainerCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Gets the value of the id property.XMLGregorianCalendargetPublishDate()Gets the value of the publishDate property.voidsetId(Integer value)Sets the value of the id property.voidsetPublishDate(XMLGregorianCalendar value)Sets the value of the publishDate property.
-
-
-
Field Detail
-
publishDate
protected XMLGregorianCalendar publishDate
-
id
protected Integer id
-
-
Method Detail
-
getPublishDate
public XMLGregorianCalendar getPublishDate()
Gets the value of the publishDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPublishDate
public void setPublishDate(XMLGregorianCalendar value)
Sets the value of the publishDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-