Package com.lampa.smi.dtoV1
Class EccErrorsType
- java.lang.Object
-
- com.lampa.smi.dtoV1.EccErrorsType
-
public class EccErrorsType extends java.lang.Object
Java class for ecc_errorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ecc_errorsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="volatile" type="{}volatileType"/> <element name="aggregate" type="{}aggregateType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description EccErrorsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateType
getAggregate()
Gets the value of the aggregate property.VolatileType
getVolatile()
Gets the value of the volatile property.void
setAggregate(AggregateType value)
Sets the value of the aggregate property.void
setVolatile(VolatileType value)
Sets the value of the volatile property.
-
-
-
Method Detail
-
getVolatile
public VolatileType getVolatile()
Gets the value of the volatile property.- Returns:
- possible object is
VolatileType
-
setVolatile
public void setVolatile(VolatileType value)
Sets the value of the volatile property.- Parameters:
value
- allowed object isVolatileType
-
getAggregate
public AggregateType getAggregate()
Gets the value of the aggregate property.- Returns:
- possible object is
AggregateType
-
setAggregate
public void setAggregate(AggregateType value)
Sets the value of the aggregate property.- Parameters:
value
- allowed object isAggregateType
-
-