Package iofXml.v2

Class BadgeLimit

java.lang.Object
iofXml.v2.BadgeLimit

public class BadgeLimit extends Object

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>
 
  • Field Details

  • Constructor Details

    • BadgeLimit

      public BadgeLimit()
  • Method Details

    • getBadgeValueId

      public BadgeValueId getBadgeValueId()
      Gets the value of the badgeValueId property.
      Returns:
      possible object is BadgeValueId
    • setBadgeValueId

      public void setBadgeValueId(BadgeValueId value)
      Sets the value of the badgeValueId property.
      Parameters:
      value - allowed object is BadgeValueId
    • getBadgeValue

      public BadgeValue getBadgeValue()
      Gets the value of the badgeValue property.
      Returns:
      possible object is BadgeValue
    • setBadgeValue

      public void setBadgeValue(BadgeValue value)
      Sets the value of the badgeValue property.
      Parameters:
      value - allowed object is BadgeValue
    • getEventClassificationId

      public EventClassificationId getEventClassificationId()
      Gets the value of the eventClassificationId property.
      Returns:
      possible object is EventClassificationId
    • setEventClassificationId

      public void setEventClassificationId(EventClassificationId value)
      Sets the value of the eventClassificationId property.
      Parameters:
      value - allowed object is EventClassificationId
    • getEventClassification

      public EventClassification getEventClassification()
      Gets the value of the eventClassification property.
      Returns:
      possible object is EventClassification
    • setEventClassification

      public void setEventClassification(EventClassification value)
      Sets the value of the eventClassification property.
      Parameters:
      value - allowed object is EventClassification
    • getClassTypeId

      public ClassTypeId getClassTypeId()
      Gets the value of the classTypeId property.
      Returns:
      possible object is ClassTypeId
    • setClassTypeId

      public void setClassTypeId(ClassTypeId value)
      Sets the value of the classTypeId property.
      Parameters:
      value - allowed object is ClassTypeId
    • getClassType

      public ClassType getClassType()
      Gets the value of the classType property.
      Returns:
      possible object is ClassType
    • setClassType

      public void setClassType(ClassType value)
      Sets the value of the classType property.
      Parameters:
      value - allowed object is ClassType
    • getTimeFactor

      public String getTimeFactor()
      Gets the value of the timeFactor property.
      Returns:
      possible object is String
    • setTimeFactor

      public void setTimeFactor(String value)
      Sets the value of the timeFactor property.
      Parameters:
      value - allowed object is String
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate