Package com.lampa.smi.dtoV1
Class AggregateType
- java.lang.Object
- 
- com.lampa.smi.dtoV1.AggregateType
 
- 
 public class AggregateType extends java.lang.ObjectJava 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 SummaryConstructors Constructor Description AggregateType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBitTypegetDoubleBit()Gets the value of the doubleBit property.SingleBitTypegetSingleBit()Gets the value of the singleBit property.voidsetDoubleBit(DoubleBitType value)Sets the value of the doubleBit property.voidsetSingleBit(SingleBitType value)Sets the value of the singleBit property.
 
- 
- 
- 
Method Detail- 
getSingleBitpublic SingleBitType getSingleBit() Gets the value of the singleBit property.- Returns:
- possible object is
 SingleBitType
 
 - 
setSingleBitpublic void setSingleBit(SingleBitType value) Sets the value of the singleBit property.- Parameters:
- value- allowed object is- SingleBitType
 
 - 
getDoubleBitpublic DoubleBitType getDoubleBit() Gets the value of the doubleBit property.- Returns:
- possible object is
 DoubleBitType
 
 - 
setDoubleBitpublic void setDoubleBit(DoubleBitType value) Sets the value of the doubleBit property.- Parameters:
- value- allowed object is- DoubleBitType
 
 
- 
 
-