Package iofXml.v2
Class EventOfficial
java.lang.Object
iofXml.v2.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventOfficialRole property.Gets the value of the person property.Gets the value of the personId property.voidsetEventOfficialRole(String value) Sets the value of the eventOfficialRole property.voidSets the value of the person property.voidsetPersonId(PersonId value) Sets the value of the personId property.
-
Field Details
-
eventOfficialRole
-
personId
-
person
-
-
Constructor Details
-
EventOfficial
public EventOfficial()
-
-
Method Details
-
getEventOfficialRole
Gets the value of the eventOfficialRole property.- Returns:
- possible object is
String
-
setEventOfficialRole
Sets the value of the eventOfficialRole property.- Parameters:
value- allowed object isString
-
getPersonId
Gets the value of the personId property.- Returns:
- possible object is
PersonId
-
setPersonId
Sets the value of the personId property.- Parameters:
value- allowed object isPersonId
-
getPerson
Gets the value of the person property.- Returns:
- possible object is
Person
-
setPerson
Sets the value of the person property.- Parameters:
value- allowed object isPerson
-