Package iofXml.v2
Class EventOfficial
-
- All Implemented Interfaces:
public class EventOfficialJava 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 StringgetEventOfficialRole()Gets the value of the eventOfficialRole property. voidsetEventOfficialRole(String value)Sets the value of the eventOfficialRole property. PersonIdgetPersonId()Gets the value of the personId property. voidsetPersonId(PersonId value)Sets the value of the personId property. PersongetPerson()Gets the value of the person property. voidsetPerson(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
-
-
-
-