|
||||||||||
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="2022-12-12T04:57:34+01:00", comments="JAXB RI v2.2.11") public class Actor
Identifier, 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"> <choice maxOccurs="unbounded"> <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:commons:core:v2}PeriodType" minOccurs="0"/> <element name="Actor" type="{urn:be:fgov:ehealth:daas:complextype:v1}ActorType" minOccurs="0"/> </choice> <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="OptionEnumeration" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Actor()
|
Method Summary | |
---|---|
List<Actor> |
getActor()
Gets the value of the actor property. |
List<Object> |
getFirstName()
Gets the value of the firstName property. |
List<TypeCodeType> |
getId()
Gets the value of the id property. |
List<Object> |
getLastName()
Gets the value of the lastName property. |
List<Object> |
getMiddleName()
Gets the value of the middleName property. |
List<Name> |
getName()
Gets the value of the name property. |
String |
getOptionEnumeration()
Gets the value of the optionEnumeration property. |
List<PeriodType> |
getPeriod()
Gets the value of the period property. |
String |
getType()
Gets the value of the type property. |
void |
setOptionEnumeration(String value)
Sets the value of the optionEnumeration 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> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
TypeCodeType
public List<Actor> getActor()
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 actor property.
For example, to add a new item, do as follows:
getActor().add(newItem);
Objects of the following type(s) are allowed in the list
Actor
public List<PeriodType> getPeriod()
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 period property.
For example, to add a new item, do as follows:
getPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodType
public List<Object> getMiddleName()
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 middleName property.
For example, to add a new item, do as follows:
getMiddleName().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<Object> getLastName()
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 lastName property.
For example, to add a new item, do as follows:
getLastName().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<Name> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
Name
public List<Object> getFirstName()
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 firstName property.
For example, to add a new item, do as follows:
getFirstName().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getOptionEnumeration()
String
public void setOptionEnumeration(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |