Package iofXml.v2
Class EntryClass
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description EntryClass()
-
Method Summary
Modifier and Type Method Description ClassId
getClassId()
Gets the value of the classId property. void
setClassId(ClassId value)
Sets the value of the classId property. ClassShortName
getClassShortName()
Gets the value of the classShortName property. void
setClassShortName(ClassShortName value)
Sets the value of the classShortName property. EventClass
getEventClass()
Gets the value of the eventClass property. void
setEventClass(EventClass value)
Sets the value of the eventClass property. String
getSequence()
Gets the value of the sequence property. void
setSequence(String value)
Sets the value of the sequence property. -
-
Method Detail
-
getClassId
ClassId getClassId()
Gets the value of the classId property.
- Returns:
possibleobject is ClassId
-
setClassId
void setClassId(ClassId value)
Sets the value of the classId property.
- Parameters:
value
- allowed object is ClassId
-
getClassShortName
ClassShortName getClassShortName()
Gets the value of the classShortName property.
- Returns:
possibleobject is ClassShortName
-
setClassShortName
void setClassShortName(ClassShortName value)
Sets the value of the classShortName property.
- Parameters:
value
- allowed object is ClassShortName
-
getEventClass
EventClass getEventClass()
Gets the value of the eventClass property.
- Returns:
possibleobject is EventClass
-
setEventClass
void setEventClass(EventClass value)
Sets the value of the eventClass property.
- Parameters:
value
- allowed object is EventClass
-
getSequence
String getSequence()
Gets the value of the sequence property.
- Returns:
possibleobject is String
-
setSequence
void setSequence(String value)
Sets the value of the sequence property.
- Parameters:
value
- allowed object is String
-
-
-
-