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>
-
-
Constructor Summary
Constructors Constructor Description BadgeLimit()
-
Method Summary
Modifier and Type Method Description BadgeValueId
getBadgeValueId()
Gets the value of the badgeValueId property. void
setBadgeValueId(BadgeValueId value)
Sets the value of the badgeValueId property. BadgeValue
getBadgeValue()
Gets the value of the badgeValue property. void
setBadgeValue(BadgeValue value)
Sets the value of the badgeValue property. EventClassificationId
getEventClassificationId()
Gets the value of the eventClassificationId property. void
setEventClassificationId(EventClassificationId value)
Sets the value of the eventClassificationId property. EventClassification
getEventClassification()
Gets the value of the eventClassification property. void
setEventClassification(EventClassification value)
Sets the value of the eventClassification property. ClassTypeId
getClassTypeId()
Gets the value of the classTypeId property. void
setClassTypeId(ClassTypeId value)
Sets the value of the classTypeId property. ClassType
getClassType()
Gets the value of the classType property. void
setClassType(ClassType value)
Sets the value of the classType property. String
getTimeFactor()
Gets the value of the timeFactor property. void
setTimeFactor(String value)
Sets the value of the timeFactor property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
getBadgeValueId
BadgeValueId getBadgeValueId()
Gets the value of the badgeValueId property.
- Returns:
possibleobject is BadgeValueId
-
setBadgeValueId
void setBadgeValueId(BadgeValueId value)
Sets the value of the badgeValueId property.
- Parameters:
value
- allowed object is BadgeValueId
-
getBadgeValue
BadgeValue getBadgeValue()
Gets the value of the badgeValue property.
- Returns:
possibleobject is BadgeValue
-
setBadgeValue
void setBadgeValue(BadgeValue value)
Sets the value of the badgeValue property.
- Parameters:
value
- allowed object is BadgeValue
-
getEventClassificationId
EventClassificationId getEventClassificationId()
Gets the value of the eventClassificationId property.
- Returns:
possibleobject is EventClassificationId
-
setEventClassificationId
void setEventClassificationId(EventClassificationId value)
Sets the value of the eventClassificationId property.
- Parameters:
value
- allowed object is EventClassificationId
-
getEventClassification
EventClassification getEventClassification()
Gets the value of the eventClassification property.
- Returns:
possibleobject is EventClassification
-
setEventClassification
void setEventClassification(EventClassification value)
Sets the value of the eventClassification property.
- Parameters:
value
- allowed object is EventClassification
-
getClassTypeId
ClassTypeId getClassTypeId()
Gets the value of the classTypeId property.
- Returns:
possibleobject is ClassTypeId
-
setClassTypeId
void setClassTypeId(ClassTypeId value)
Sets the value of the classTypeId property.
- Parameters:
value
- allowed object is ClassTypeId
-
getClassType
ClassType getClassType()
Gets the value of the classType property.
- Returns:
possibleobject is ClassType
-
setClassType
void setClassType(ClassType value)
Sets the value of the classType property.
- Parameters:
value
- allowed object is ClassType
-
getTimeFactor
String getTimeFactor()
Gets the value of the timeFactor property.
- Returns:
possibleobject is String
-
setTimeFactor
void setTimeFactor(String value)
Sets the value of the timeFactor property.
- Parameters:
value
- allowed object is String
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-