@CodingStyleguideUnaware public class PersonType extends AgentType
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<extension base="{https://semic.org/sa/cv/cagv/agent-2.0.0#}AgentType">
<sequence>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}fullName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}givenName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}familyName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}patronimicName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}alternativeName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}birthFamilyName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}gender" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}dateOfBirth" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}dateOfDeath" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}legalLocation" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}citizenship" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}countryOfBirth" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}countryOfDeath" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}placeOfBirth" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}placeOfDeath" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PersonType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternativeName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addBirthFamilyName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addCitizenship(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addCountryOfBirth(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addCountryOfDeath(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addFamilyName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addFullName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGivenName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPatronimicName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPlaceOfBirth(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPlaceOfDeath(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PersonType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PersonType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<NameType> |
getAlternativeName()
Gets the value of the alternativeName property.
|
NameType |
getAlternativeNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAlternativeNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<NameType> |
getBirthFamilyName()
Gets the value of the birthFamilyName property.
|
NameType |
getBirthFamilyNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBirthFamilyNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getCitizenship()
Gets the value of the citizenship property.
|
CodeType |
getCitizenshipAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCitizenshipCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LocationType> |
getCountryOfBirth()
Gets the value of the countryOfBirth property.
|
LocationType |
getCountryOfBirthAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCountryOfBirthCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LocationType> |
getCountryOfDeath()
Gets the value of the countryOfDeath property.
|
LocationType |
getCountryOfDeathAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCountryOfDeathCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DateType |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
XMLGregorianCalendar |
getDateOfBirthValue()
Get the value of the contained DateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateType |
getDateOfDeath()
Gets the value of the dateOfDeath property.
|
XMLGregorianCalendar |
getDateOfDeathValue()
Get the value of the contained DateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<NameType> |
getFamilyName()
Gets the value of the familyName property.
|
NameType |
getFamilyNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFamilyNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<NameType> |
getFullName()
Gets the value of the fullName property.
|
NameType |
getFullNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFullNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getGender()
Gets the value of the gender property.
|
String |
getGenderValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<NameType> |
getGivenName()
Gets the value of the givenName property.
|
NameType |
getGivenNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGivenNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LocationType |
getLegalLocation()
Gets the value of the legalLocation property.
|
List<NameType> |
getPatronimicName()
Gets the value of the patronimicName property.
|
NameType |
getPatronimicNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPatronimicNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LocationType> |
getPlaceOfBirth()
Gets the value of the placeOfBirth property.
|
LocationType |
getPlaceOfBirthAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPlaceOfBirthCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LocationType> |
getPlaceOfDeath()
Gets the value of the placeOfDeath property.
|
LocationType |
getPlaceOfDeathAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPlaceOfDeathCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAlternativeNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasBirthFamilyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCitizenshipEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCountryOfBirthEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCountryOfDeathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasFamilyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasFullNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGivenNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAlternativeNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoBirthFamilyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCitizenshipEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCountryOfBirthEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCountryOfDeathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoFamilyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoFullNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGivenNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPatronimicNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPlaceOfBirthEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPlaceOfDeathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPatronimicNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPlaceOfBirthEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPlaceOfDeathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAlternativeName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBirthFamilyName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCitizenship(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCountryOfBirth(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCountryOfDeath(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDateOfBirth(DateType value)
Sets the value of the dateOfBirth property.
|
DateType |
setDateOfBirth(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDateOfDeath(DateType value)
Sets the value of the dateOfDeath property.
|
DateType |
setDateOfDeath(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFamilyName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFullName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGender(CodeType value)
Sets the value of the gender property.
|
CodeType |
setGender(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGivenName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLegalLocation(LocationType value)
Sets the value of the legalLocation property.
|
void |
setPatronimicName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPlaceOfBirth(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPlaceOfDeath(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addId, addLocation, addName, addRoleOf, cloneTo, getAlias, getAliasValue, getDefaultContactPoint, getId, getIdAtIndex, getIdCount, getLocation, getLocationAtIndex, getLocationCount, getName, getNameAtIndex, getNameCount, getRoleOf, getRoleOfAtIndex, getRoleOfCount, getVersionIdAttr, hasIdEntries, hasLocationEntries, hasNameEntries, hasNoIdEntries, hasNoLocationEntries, hasNoNameEntries, hasNoRoleOfEntries, hasRoleOfEntries, setAlias, setAlias, setDefaultContactPoint, setId, setLocation, setName, setRoleOf, setVersionIdAttrcloneTopublic PersonType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getFullName()
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 fullName property.
For example, to add a new item, do as follows:
getFullName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getGivenName()
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 givenName property.
For example, to add a new item, do as follows:
getGivenName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getFamilyName()
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 familyName property.
For example, to add a new item, do as follows:
getFamilyName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getPatronimicName()
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 patronimicName property.
For example, to add a new item, do as follows:
getPatronimicName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getAlternativeName()
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 alternativeName property.
For example, to add a new item, do as follows:
getAlternativeName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getBirthFamilyName()
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 birthFamilyName property.
For example, to add a new item, do as follows:
getBirthFamilyName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nullable public CodeType getGender()
CodeTypepublic void setGender(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public DateType getDateOfBirth()
DateTypepublic void setDateOfBirth(@Nullable DateType value)
value - allowed object is
DateType@Nullable public DateType getDateOfDeath()
DateTypepublic void setDateOfDeath(@Nullable DateType value)
value - allowed object is
DateType@Nullable public LocationType getLegalLocation()
LocationTypepublic void setLegalLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getCitizenship()
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 citizenship property.
For example, to add a new item, do as follows:
getCitizenship().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getCountryOfBirth()
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 countryOfBirth property.
For example, to add a new item, do as follows:
getCountryOfBirth().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getCountryOfDeath()
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 countryOfDeath property.
For example, to add a new item, do as follows:
getCountryOfDeath().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getPlaceOfBirth()
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 placeOfBirth property.
For example, to add a new item, do as follows:
getPlaceOfBirth().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getPlaceOfDeath()
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 placeOfDeath property.
For example, to add a new item, do as follows:
getPlaceOfDeath().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setFullName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setGivenName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setFamilyName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setPatronimicName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setAlternativeName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setBirthFamilyName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setCitizenship(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setCountryOfBirth(@Nullable List<LocationType> aList)
aList - The new list member to set. May be null.public void setCountryOfDeath(@Nullable List<LocationType> aList)
aList - The new list member to set. May be null.public void setPlaceOfBirth(@Nullable List<LocationType> aList)
aList - The new list member to set. May be null.public void setPlaceOfDeath(@Nullable List<LocationType> aList)
aList - The new list member to set. May be null.public boolean hasFullNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoFullNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getFullNameCount()
@Nullable public NameType getFullNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addFullName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasGivenNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGivenNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGivenNameCount()
@Nullable public NameType getGivenNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGivenName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasFamilyNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoFamilyNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getFamilyNameCount()
@Nullable public NameType getFamilyNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addFamilyName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasPatronimicNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPatronimicNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPatronimicNameCount()
@Nullable public NameType getPatronimicNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPatronimicName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasAlternativeNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAlternativeNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAlternativeNameCount()
@Nullable public NameType getAlternativeNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAlternativeName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasBirthFamilyNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoBirthFamilyNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getBirthFamilyNameCount()
@Nullable public NameType getBirthFamilyNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addBirthFamilyName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasCitizenshipEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCitizenshipEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCitizenshipCount()
@Nullable public CodeType getCitizenshipAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCitizenship(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasCountryOfBirthEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCountryOfBirthEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCountryOfBirthCount()
@Nullable public LocationType getCountryOfBirthAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCountryOfBirth(@Nonnull LocationType elem)
elem - The element to be added. May not be null.public boolean hasCountryOfDeathEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCountryOfDeathEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCountryOfDeathCount()
@Nullable public LocationType getCountryOfDeathAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCountryOfDeath(@Nonnull LocationType elem)
elem - The element to be added. May not be null.public boolean hasPlaceOfBirthEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPlaceOfBirthEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPlaceOfBirthCount()
@Nullable public LocationType getPlaceOfBirthAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPlaceOfBirth(@Nonnull LocationType elem)
elem - The element to be added. May not be null.public boolean hasPlaceOfDeathEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPlaceOfDeathEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPlaceOfDeathCount()
@Nullable public LocationType getPlaceOfDeathAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPlaceOfDeath(@Nonnull LocationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PersonType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PersonType clone()
@Nonnull public CodeType setGender(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DateType setDateOfBirth(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DateType setDateOfDeath(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getGenderValue()
null@Nullable public XMLGregorianCalendar getDateOfBirthValue()
null@Nullable public XMLGregorianCalendar getDateOfDeathValue()
nullCopyright © 2020 toop.eu. All rights reserved.