|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.daas.complextype.v1.Actor
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:21:38+02:00",
comments="JAXB RI v2.2.11")
public class ActorIdentifier, name and occupation period of an actor (organization, INSS,...)
Java class for ActorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:be:fgov:ehealth:daas:complextype:v1}TypeCodeType" maxOccurs="unbounded"/>
<choice minOccurs="0">
<sequence>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="MiddleName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:daas:complextype:v1}NameType" maxOccurs="unbounded"/>
</sequence>
</choice>
<element name="Period" type="{urn:be:fgov:ehealth:daas:complextype:v1}PeriodType" minOccurs="0"/>
<element name="Actor" type="{urn:be:fgov:ehealth:daas:complextype:v1}ActorType" minOccurs="0"/>
</sequence>
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Actor()
|
|
| Method Summary | |
|---|---|
Actor |
getActor()
Gets the value of the actor property. |
Object |
getFirstName()
Gets the value of the firstName property. |
List<TypeCodeType> |
getIds()
Gets the value of the ids property. |
Object |
getLastName()
Gets the value of the lastName property. |
Object |
getMiddleName()
Gets the value of the middleName property. |
List<Name> |
getNames()
Gets the value of the names property. |
PeriodType |
getPeriod()
Gets the value of the period property. |
String |
getType()
Gets the value of the type property. |
void |
setActor(Actor value)
Sets the value of the actor property. |
void |
setFirstName(Object value)
Sets the value of the firstName property. |
void |
setLastName(Object value)
Sets the value of the lastName property. |
void |
setMiddleName(Object value)
Sets the value of the middleName property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Actor()
| Method Detail |
|---|
public List<TypeCodeType> getIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
TypeCodeType
public List<Name> getNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the names property.
For example, to add a new item, do as follows:
getNames().add(newItem);
Objects of the following type(s) are allowed in the list
Name
public Object getFirstName()
Objectpublic void setFirstName(Object value)
value - allowed object is
Objectpublic Object getMiddleName()
Objectpublic void setMiddleName(Object value)
value - allowed object is
Objectpublic Object getLastName()
Objectpublic void setLastName(Object value)
value - allowed object is
Objectpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic Actor getActor()
Actorpublic void setActor(Actor value)
value - allowed object is
Actorpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||