public class Persoon extends Object
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="{}rol" maxOccurs="unbounded"/>
<element ref="{}naam"/>
<element ref="{}geslacht" minOccurs="0"/>
<element ref="{}nationaliteit" minOccurs="0"/>
<element ref="{}geboortejaar" minOccurs="0"/>
<element ref="{}overlijdingsjaar" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
geboortejaar |
protected String |
geslacht |
protected BigInteger |
id |
protected String |
naam |
protected String |
nationaliteit |
protected String |
overlijdingsjaar |
protected List<Rol> |
rol |
| Constructor and Description |
|---|
Persoon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeboortejaar()
Gets the value of the geboortejaar property.
|
String |
getGeslacht()
Gets the value of the geslacht property.
|
BigInteger |
getId()
Gets the value of the id property.
|
String |
getNaam()
Gets the value of the naam property.
|
String |
getNationaliteit()
Gets the value of the nationaliteit property.
|
String |
getOverlijdingsjaar()
Gets the value of the overlijdingsjaar property.
|
List<Rol> |
getRol()
Gets the value of the rol property.
|
void |
setGeboortejaar(String value)
Sets the value of the geboortejaar property.
|
void |
setGeslacht(String value)
Sets the value of the geslacht property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setNaam(String value)
Sets the value of the naam property.
|
void |
setNationaliteit(String value)
Sets the value of the nationaliteit property.
|
void |
setOverlijdingsjaar(String value)
Sets the value of the overlijdingsjaar property.
|
protected String naam
protected String geslacht
protected String nationaliteit
protected String geboortejaar
protected String overlijdingsjaar
protected BigInteger id
public List<Rol> getRol()
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 rol property.
For example, to add a new item, do as follows:
getRol().add(newItem);
Objects of the following type(s) are allowed in the list
Rol
public String getNaam()
Stringpublic void setNaam(String value)
value - allowed object is
Stringpublic String getGeslacht()
Stringpublic void setGeslacht(String value)
value - allowed object is
Stringpublic String getNationaliteit()
Stringpublic void setNationaliteit(String value)
value - allowed object is
Stringpublic String getGeboortejaar()
Stringpublic void setGeboortejaar(String value)
value - allowed object is
Stringpublic String getOverlijdingsjaar()
Stringpublic void setOverlijdingsjaar(String value)
value - allowed object is
Stringpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2022 NPO. All rights reserved.