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

      • EccErrorsType

        public EccErrorsType()
    • 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 is VolatileType
      • 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 is AggregateType