@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:54:24+02:00", comments="JAXB RI v2.2.11") public class Actor extends Object implements Serializable
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 and Description |
---|
Actor() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Object
public void setFirstName(Object value)
value
- allowed object is
Object
public Object getMiddleName()
Object
public void setMiddleName(Object value)
value
- allowed object is
Object
public Object getLastName()
Object
public void setLastName(Object value)
value
- allowed object is
Object
public PeriodType getPeriod()
PeriodType
public void setPeriod(PeriodType value)
value
- allowed object is
PeriodType
public Actor getActor()
Actor
public void setActor(Actor value)
value
- allowed object is
Actor
public String getType()
String
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.