org.tolven.ccr
Class ActorType.Person.Name

java.lang.Object
  extended by org.tolven.ccr.ActorType.Person.Name
Enclosing class:
ActorType.Person

public static class ActorType.Person.Name
extends java.lang.Object

Java class for anonymous complex type.


Constructor Summary
ActorType.Person.Name()
           
 
Method Summary
 java.util.List<PersonNameType> getAdditionalName()
          Gets the value of the additionalName property.
 PersonNameType getBirthName()
          Gets the value of the birthName property.
 PersonNameType getCurrentName()
          Gets the value of the currentName property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 void setBirthName(PersonNameType value)
          Sets the value of the birthName property.
 void setCurrentName(PersonNameType value)
          Sets the value of the currentName property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorType.Person.Name

public ActorType.Person.Name()
Method Detail

getBirthName

public PersonNameType getBirthName()
Gets the value of the birthName property.

Returns:
possible object is PersonNameType

setBirthName

public void setBirthName(PersonNameType value)
Sets the value of the birthName property.

Parameters:
value - allowed object is PersonNameType

getAdditionalName

public java.util.List<PersonNameType> getAdditionalName()
Gets the value of the additionalName property.

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 additionalName property.

For example, to add a new item, do as follows:

    getAdditionalName().add(newItem);
 

Objects of the following type(s) are allowed in the list PersonNameType


getCurrentName

public PersonNameType getCurrentName()
Gets the value of the currentName property.

Returns:
possible object is PersonNameType

setCurrentName

public void setCurrentName(PersonNameType value)
Sets the value of the currentName property.

Parameters:
value - allowed object is PersonNameType

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String