Package pt.cienciavitae.ns.common
Class ContainerLastdateCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerLastdateCtype
-
- Direct Known Subclasses:
Degrees,Distinctions,Employments,Fundings,Outputs,Services
public class ContainerLastdateCtype extends Object
Java class for container-lastdate-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="container-lastdate-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute ref="{http://www.cienciavitae.pt/ns/common}last-modified-date"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarlastModifiedDateprotected Integertotal
-
Constructor Summary
Constructors Constructor Description ContainerLastdateCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetLastModifiedDate()Gets the value of the lastModifiedDate property.IntegergetTotal()Gets the value of the total property.voidsetLastModifiedDate(XMLGregorianCalendar value)Sets the value of the lastModifiedDate property.voidsetTotal(Integer value)Sets the value of the total property.
-
-
-
Field Detail
-
total
protected Integer total
-
lastModifiedDate
protected XMLGregorianCalendar lastModifiedDate
-
-
Method Detail
-
getTotal
public Integer getTotal()
Gets the value of the total property.- Returns:
- possible object is
Integer
-
setTotal
public void setTotal(Integer value)
Sets the value of the total property.- Parameters:
value- allowed object isInteger
-
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
-
-