Package iofXml.v2

Class EventClassification

java.lang.Object
iofXml.v2.EventClassification

public class EventClassification 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">
       <sequence>
         <element ref="{}EventClassificationId"/>
         <element ref="{}Name"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EventClassification

      public EventClassification()
  • Method Details

    • getEventClassificationId

      public EventClassificationId getEventClassificationId()
      Gets the value of the eventClassificationId property.
      Returns:
      possible object is EventClassificationId
    • setEventClassificationId

      public void setEventClassificationId(EventClassificationId value)
      Sets the value of the eventClassificationId property.
      Parameters:
      value - allowed object is EventClassificationId
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate