Package iofXml.v2

Class BadgeLimit

  • All Implemented Interfaces:

    
    public class BadgeLimit
    
                        

    Java class for anonymous complex type

    .

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

    
    <complexType>
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <choice>
              <element ref="{}BadgeValueId"/>
              <element ref="{}BadgeValue"/>
            </choice>
            <choice>
              <element ref="{}EventClassificationId"/>
              <element ref="{}EventClassification"/>
            </choice>
            <choice minOccurs="0">
              <element ref="{}ClassTypeId"/>
              <element ref="{}ClassType"/>
            </choice>
            <element ref="{}TimeFactor"/>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>