Package iofXml.v2
Class BadgeValue
-
- All Implemented Interfaces:
public class BadgeValue
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> <element ref="{}BadgeValueId"/> <element ref="{}Name"/> <element ref="{}ShortName" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BadgeValue()
-
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. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. ShortName
getShortName()
Gets the value of the shortName property. void
setShortName(ShortName value)
Sets the value of the shortName 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
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getShortName
ShortName getShortName()
Gets the value of the shortName property.
- Returns:
possibleobject is ShortName
-
setShortName
void setShortName(ShortName value)
Sets the value of the shortName property.
- Parameters:
value
- allowed object is ShortName
-
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
-
-
-
-