Class EntryClass
java.lang.Object
iofXml.v2.EntryClass
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">
<choice>
<element ref="{}ClassId"/>
<element ref="{}ClassShortName"/>
<element ref="{}EventClass"/>
</choice>
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassIdprotected ClassShortNameprotected EventClassprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classId property.Gets the value of the classShortName property.Gets the value of the eventClass property.Gets the value of the sequence property.voidsetClassId(ClassId value) Sets the value of the classId property.voidsetClassShortName(ClassShortName value) Sets the value of the classShortName property.voidsetEventClass(EventClass value) Sets the value of the eventClass property.voidsetSequence(String value) Sets the value of the sequence property.
-
Field Details
-
classId
-
classShortName
-
eventClass
-
sequence
-
-
Constructor Details
-
EntryClass
public EntryClass()
-
-
Method Details
-
getClassId
-
setClassId
-
getClassShortName
Gets the value of the classShortName property.- Returns:
- possible object is
ClassShortName
-
setClassShortName
Sets the value of the classShortName property.- Parameters:
value- allowed object isClassShortName
-
getEventClass
Gets the value of the eventClass property.- Returns:
- possible object is
EventClass
-
setEventClass
Sets the value of the eventClass property.- Parameters:
value- allowed object isEventClass
-
getSequence
-
setSequence
-