Package iofXml.v2
Class BadgeValue
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BadgeValueIdprotected ModifyDateprotected Nameprotected ShortName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the badgeValueId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the shortName property.voidsetBadgeValueId(BadgeValueId value) Sets the value of the badgeValueId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetShortName(ShortName value) Sets the value of the shortName property.
-
Field Details
-
badgeValueId
-
name
-
shortName
-
modifyDate
-
-
Constructor Details
-
BadgeValue
public BadgeValue()
-
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getShortName
Gets the value of the shortName property.- Returns:
- possible object is
ShortName
-
setShortName
Sets the value of the shortName property.- Parameters:
value- allowed object isShortName
-
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
-