Class 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>
     
    • Field Detail

    • Constructor Detail

      • TotalCtype

        public TotalCtype()
    • 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 is Integer