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>
-
-
Constructor Summary
Constructors Constructor Description EventOfficial()
-
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. -
-
Method Detail
-
getEventOfficialRole
String getEventOfficialRole()
Gets the value of the eventOfficialRole property.
- Returns:
possibleobject is String
-
setEventOfficialRole
void setEventOfficialRole(String value)
Sets the value of the eventOfficialRole property.
- Parameters:
value
- allowed object is String
-
getPersonId
PersonId getPersonId()
Gets the value of the personId property.
- Returns:
possibleobject is PersonId
-
setPersonId
void setPersonId(PersonId value)
Sets the value of the personId property.
- Parameters:
value
- allowed object is PersonId
-
getPerson
Person getPerson()
Gets the value of the person property.
- Returns:
possibleobject is Person
-
-
-
-