Class EntryClass

java.lang.Object
iofXml.v2.EntryClass

public class EntryClass extends Object

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 Details

  • Constructor Details

    • EntryClass

      public EntryClass()
  • Method Details

    • getClassId

      public ClassId getClassId()
      Gets the value of the classId property.
      Returns:
      possible object is ClassId
    • setClassId

      public void setClassId(ClassId value)
      Sets the value of the classId property.
      Parameters:
      value - allowed object is ClassId
    • getClassShortName

      public ClassShortName getClassShortName()
      Gets the value of the classShortName property.
      Returns:
      possible object is ClassShortName
    • setClassShortName

      public void setClassShortName(ClassShortName value)
      Sets the value of the classShortName property.
      Parameters:
      value - allowed object is ClassShortName
    • getEventClass

      public EventClass getEventClass()
      Gets the value of the eventClass property.
      Returns:
      possible object is EventClass
    • setEventClass

      public void setEventClass(EventClass value)
      Sets the value of the eventClass property.
      Parameters:
      value - allowed object is EventClass
    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String