public interface Person
The following features are supported:
RSATestPackage.getPerson()| Modifier and Type | Method and Description |
|---|---|
<any> |
getAddress()
Returns the value of the 'Address' reference list.
|
<any> |
getContact()
Returns the value of the 'Contact' containment reference list.
|
java.lang.String |
getFirstName()
Returns the value of the 'First Name' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getLastName()
Returns the value of the 'Last Name' attribute.
|
void |
setFirstName(java.lang.String value)
Sets the value of the '
First Name' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setLastName(java.lang.String value)
Sets the value of the '
Last Name' attribute. |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RSATestPackage.getPerson_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getFirstName()
If the meaning of the 'First Name' attribute isn't clear, there really should be more of a description here...
setFirstName(String),
RSATestPackage.getPerson_FirstName()void setFirstName(java.lang.String value)
First Name' attribute.
value - the new value of the 'First Name' attribute.getFirstName()java.lang.String getLastName()
If the meaning of the 'Last Name' attribute isn't clear, there really should be more of a description here...
setLastName(String),
RSATestPackage.getPerson_LastName()void setLastName(java.lang.String value)
Last Name' attribute.
value - the new value of the 'Last Name' attribute.getLastName()<any> getContact()
Contact.
If the meaning of the 'Contact' containment reference list isn't clear, there really should be more of a description here...
RSATestPackage.getPerson_Contact()<any> getAddress()
Address.
If the meaning of the 'Address' reference list isn't clear, there really should be more of a description here...
RSATestPackage.getPerson_Address()Data In Motion Consulting GmbH