Package com.lampa.smi.dtoV1
Class AggregateType
- java.lang.Object
-
- com.lampa.smi.dtoV1.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 Summary
Constructors Constructor Description AggregateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBitType
getDoubleBit()
Gets the value of the doubleBit property.SingleBitType
getSingleBit()
Gets the value of the singleBit property.void
setDoubleBit(DoubleBitType value)
Sets the value of the doubleBit property.void
setSingleBit(SingleBitType value)
Sets the value of the singleBit property.
-
-
-
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 isSingleBitType
-
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 isDoubleBitType
-
-