org.tolven.ccr
Class ActorType.Person

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

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

Java class for anonymous complex type.


Nested Class Summary
static class ActorType.Person.Name
          Java class for anonymous complex type.
 
Constructor Summary
ActorType.Person()
           
 
Method Summary
 DateTimeType getDateOfBirth()
          Gets the value of the dateOfBirth property.
 CodedDescriptionType getGender()
          Gets the value of the gender property.
 ActorType.Person.Name getName()
          Gets the value of the name property.
 void setDateOfBirth(DateTimeType value)
          Sets the value of the dateOfBirth property.
 void setGender(CodedDescriptionType value)
          Sets the value of the gender property.
 void setName(ActorType.Person.Name value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorType.Person

public ActorType.Person()
Method Detail

getName

public ActorType.Person.Name getName()
Gets the value of the name property.

Returns:
possible object is ActorType.Person.Name

setName

public void setName(ActorType.Person.Name value)
Sets the value of the name property.

Parameters:
value - allowed object is ActorType.Person.Name

getDateOfBirth

public DateTimeType getDateOfBirth()
Gets the value of the dateOfBirth property.

Returns:
possible object is DateTimeType

setDateOfBirth

public void setDateOfBirth(DateTimeType value)
Sets the value of the dateOfBirth property.

Parameters:
value - allowed object is DateTimeType

getGender

public CodedDescriptionType getGender()
Gets the value of the gender property.

Returns:
possible object is CodedDescriptionType

setGender

public void setGender(CodedDescriptionType value)
Sets the value of the gender property.

Parameters:
value - allowed object is CodedDescriptionType