public interface Person extends Human
| Modifier and Type | Field and Description |
|---|---|
static String |
_DISCRIMINATOR_TYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
Gender |
getActualGender() |
Map<String,Object> |
getAdditionalProperties() |
Date |
getDateOfBirth() |
String |
getHumanType() |
Date |
getInstantOfBirth() |
Limb |
getLimbs() |
String |
getName() |
Date |
getRequestTime() |
List<Human> |
getSiblings() |
Date |
getTimeOfArrival() |
Date |
getTimeOfBirth() |
Integer |
getWeight() |
void |
setActualGender(Gender actualGender) |
void |
setAdditionalProperties(String key,
Object value) |
void |
setDateOfBirth(Date dateOfBirth) |
void |
setInstantOfBirth(Date instantOfBirth) |
void |
setLimbs(Limb limbs) |
void |
setName(String name) |
void |
setRequestTime(Date requestTime) |
void |
setSiblings(List<Human> siblings) |
void |
setTimeOfArrival(Date timeOfArrival) |
void |
setTimeOfBirth(Date timeOfBirth) |
void |
setWeight(Integer weight) |
static final String _DISCRIMINATOR_TYPE_NAME
Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface Humanvoid setAdditionalProperties(String key, Object value)
setAdditionalProperties in interface HumanString getHumanType()
getHumanType in interface HumanDate getTimeOfArrival()
getTimeOfArrival in interface Humanvoid setTimeOfArrival(Date timeOfArrival)
setTimeOfArrival in interface HumanDate getTimeOfBirth()
getTimeOfBirth in interface Humanvoid setTimeOfBirth(Date timeOfBirth)
setTimeOfBirth in interface HumanDate getDateOfBirth()
getDateOfBirth in interface Humanvoid setDateOfBirth(Date dateOfBirth)
setDateOfBirth in interface HumanDate getInstantOfBirth()
getInstantOfBirth in interface Humanvoid setInstantOfBirth(Date instantOfBirth)
setInstantOfBirth in interface HumanDate getRequestTime()
getRequestTime in interface Humanvoid setRequestTime(Date requestTime)
setRequestTime in interface HumanGender getActualGender()
getActualGender in interface Humanvoid setActualGender(Gender actualGender)
setActualGender in interface HumanString getName()
void setName(String name)
Integer getWeight()
void setWeight(Integer weight)
Copyright © 2019 Mulesoft. All rights reserved.