|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.ActorType.Person.Name
public static class ActorType.Person.Name
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 |
|---|
public ActorType.Person.Name()
| Method Detail |
|---|
public PersonNameType getBirthName()
PersonNameTypepublic void setBirthName(PersonNameType value)
value - allowed object is
PersonNameTypepublic java.util.List<PersonNameType> getAdditionalName()
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
public PersonNameType getCurrentName()
PersonNameTypepublic void setCurrentName(PersonNameType value)
value - allowed object is
PersonNameTypepublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||