Package iofXml.v2
Class BadgeLimit
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BadgeValueprotected BadgeValueIdprotected ClassTypeprotected ClassTypeIdprotected EventClassificationprotected EventClassificationIdprotected ModifyDateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the badgeValue property.Gets the value of the badgeValueId property.Gets the value of the classType property.Gets the value of the classTypeId property.Gets the value of the eventClassification property.Gets the value of the eventClassificationId property.Gets the value of the modifyDate property.Gets the value of the timeFactor property.voidsetBadgeValue(BadgeValue value) Sets the value of the badgeValue property.voidsetBadgeValueId(BadgeValueId value) Sets the value of the badgeValueId property.voidsetClassType(ClassType value) Sets the value of the classType property.voidsetClassTypeId(ClassTypeId value) Sets the value of the classTypeId property.voidSets the value of the eventClassification property.voidSets the value of the eventClassificationId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetTimeFactor(String value) Sets the value of the timeFactor property.
-
Field Details
-
badgeValueId
-
badgeValue
-
eventClassificationId
-
eventClassification
-
classTypeId
-
classType
-
timeFactor
-
modifyDate
-
-
Constructor Details
-
BadgeLimit
public BadgeLimit()
-
-
Method Details
-
getBadgeValueId
Gets the value of the badgeValueId property.- Returns:
- possible object is
BadgeValueId
-
setBadgeValueId
Sets the value of the badgeValueId property.- Parameters:
value- allowed object isBadgeValueId
-
getBadgeValue
Gets the value of the badgeValue property.- Returns:
- possible object is
BadgeValue
-
setBadgeValue
Sets the value of the badgeValue property.- Parameters:
value- allowed object isBadgeValue
-
getEventClassificationId
Gets the value of the eventClassificationId property.- Returns:
- possible object is
EventClassificationId
-
setEventClassificationId
Sets the value of the eventClassificationId property.- Parameters:
value- allowed object isEventClassificationId
-
getEventClassification
Gets the value of the eventClassification property.- Returns:
- possible object is
EventClassification
-
setEventClassification
Sets the value of the eventClassification property.- Parameters:
value- allowed object isEventClassification
-
getClassTypeId
Gets the value of the classTypeId property.- Returns:
- possible object is
ClassTypeId
-
setClassTypeId
Sets the value of the classTypeId property.- Parameters:
value- allowed object isClassTypeId
-
getClassType
Gets the value of the classType property.- Returns:
- possible object is
ClassType
-
setClassType
Sets the value of the classType property.- Parameters:
value- allowed object isClassType
-
getTimeFactor
Gets the value of the timeFactor property.- Returns:
- possible object is
String
-
setTimeFactor
Sets the value of the timeFactor property.- Parameters:
value- allowed object isString
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-