Class AggregateType


  • public class AggregateType
    extends java.lang.Object

    Java class for aggregateType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="aggregateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="single_bit" type="{}single_bitType"/>
             <element name="double_bit" type="{}double_bitType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AggregateType

        public AggregateType()
    • Method Detail

      • getSingleBit

        public SingleBitType getSingleBit()
        Gets the value of the singleBit property.
        Returns:
        possible object is SingleBitType
      • setSingleBit

        public void setSingleBit​(SingleBitType value)
        Sets the value of the singleBit property.
        Parameters:
        value - allowed object is SingleBitType
      • getDoubleBit

        public DoubleBitType getDoubleBit()
        Gets the value of the doubleBit property.
        Returns:
        possible object is DoubleBitType
      • setDoubleBit

        public void setDoubleBit​(DoubleBitType value)
        Sets the value of the doubleBit property.
        Parameters:
        value - allowed object is DoubleBitType