Class BadgeLimit
-
- All Implemented Interfaces:
public class BadgeLimitJava 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 BadgeValueIdgetBadgeValueId()Gets the value of the badgeValueId property. voidsetBadgeValueId(BadgeValueId value)Sets the value of the badgeValueId property. BadgeValuegetBadgeValue()Gets the value of the badgeValue property. voidsetBadgeValue(BadgeValue value)Sets the value of the badgeValue property. EventClassificationIdgetEventClassificationId()Gets the value of the eventClassificationId property. voidsetEventClassificationId(EventClassificationId value)Sets the value of the eventClassificationId property. EventClassificationgetEventClassification()Gets the value of the eventClassification property. voidsetEventClassification(EventClassification value)Sets the value of the eventClassification property. ClassTypeIdgetClassTypeId()Gets the value of the classTypeId property. voidsetClassTypeId(ClassTypeId value)Sets the value of the classTypeId property. ClassTypegetClassType()Gets the value of the classType property. voidsetClassType(ClassType value)Sets the value of the classType property. StringgetTimeFactor()Gets the value of the timeFactor property. voidsetTimeFactor(String value)Sets the value of the timeFactor property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(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
-
-
-
-