Package pt.cienciavitae.ns.statistic
Class TotalCtype
- java.lang.Object
-
- pt.cienciavitae.ns.statistic.TotalCtype
-
public class TotalCtype extends Object
Java class for total-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="total-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TotalCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetTotal()Gets the value of the total property.voidsetTotal(Integer value)Sets the value of the total property.
-
-
-
Field Detail
-
total
protected Integer total
-
-