Package iofXml.v2

Class EventOfficial

  • All Implemented Interfaces:

    
    public class EventOfficial
    
                        

    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="{}EventOfficialRole"/>
            <choice>
              <element ref="{}PersonId"/>
              <element ref="{}Person"/>
            </choice>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EventOfficial()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getEventOfficialRole() Gets the value of the eventOfficialRole property.
      void setEventOfficialRole(String value) Sets the value of the eventOfficialRole property.
      PersonId getPersonId() Gets the value of the personId property.
      void setPersonId(PersonId value) Sets the value of the personId property.
      Person getPerson() Gets the value of the person property.
      void setPerson(Person value) Sets the value of the person property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait