Package iofXml.v2

Class EventOfficial

java.lang.Object
iofXml.v2.EventOfficial

public class EventOfficial 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="{}EventOfficialRole"/>
         <choice>
           <element ref="{}PersonId"/>
           <element ref="{}Person"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • eventOfficialRole

      protected String eventOfficialRole
    • personId

      protected PersonId personId
    • person

      protected Person person
  • Constructor Details

    • EventOfficial

      public EventOfficial()
  • Method Details

    • getEventOfficialRole

      public String getEventOfficialRole()
      Gets the value of the eventOfficialRole property.
      Returns:
      possible object is String
    • setEventOfficialRole

      public void setEventOfficialRole(String value)
      Sets the value of the eventOfficialRole property.
      Parameters:
      value - allowed object is String
    • getPersonId

      public PersonId getPersonId()
      Gets the value of the personId property.
      Returns:
      possible object is PersonId
    • setPersonId

      public void setPersonId(PersonId value)
      Sets the value of the personId property.
      Parameters:
      value - allowed object is PersonId
    • getPerson

      public Person getPerson()
      Gets the value of the person property.
      Returns:
      possible object is Person
    • setPerson

      public void setPerson(Person value)
      Sets the value of the person property.
      Parameters:
      value - allowed object is Person