Package iofXml.v2
Class EventClassification
java.lang.Object
iofXml.v2.EventClassification
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="{}EventClassificationId"/>
<element ref="{}Name"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventClassificationIdprotected ModifyDateprotected Name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventClassificationId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.voidSets the value of the eventClassificationId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.
-
Field Details
-
eventClassificationId
-
name
-
modifyDate
-
-
Constructor Details
-
EventClassification
public EventClassification()
-
-
Method Details
-
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
-
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
-
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
-