public interface Person
The following features are supported:
TestPackage.getPerson()| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Returns the value of the 'Address' reference.
|
<any> |
getBigDec()
Returns the value of the 'Big Dec' attribute list.
|
java.math.BigInteger |
getBigInt()
Returns the value of the 'Big Int' attribute.
|
<any> |
getContact()
Returns the value of the 'Contact' containment reference list.
|
java.lang.String |
getFirstName()
Returns the value of the 'First Name' attribute.
|
GenderType |
getGender()
Returns the value of the 'Gender' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
byte[] |
getImage()
Returns the value of the 'Image' attribute.
|
java.lang.String |
getLastName()
Returns the value of the 'Last Name' attribute.
|
<any> |
getProperties()
Returns the value of the 'Properties' map.
|
<any> |
getRelatives()
Returns the value of the 'Relatives' reference list.
|
<any> |
getTags()
Returns the value of the 'Tags' containment reference list.
|
Address |
getTransientAddress()
Returns the value of the 'Transient Address' reference.
|
void |
setAddress(Address value)
Sets the value of the '
Address' reference. |
void |
setBigInt(java.math.BigInteger value)
Sets the value of the '
Big Int' attribute. |
void |
setFirstName(java.lang.String value)
Sets the value of the '
First Name' attribute. |
void |
setGender(GenderType value)
Sets the value of the '
Gender' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setImage(byte[] value)
Sets the value of the '
Image' attribute. |
void |
setLastName(java.lang.String value)
Sets the value of the '
Last Name' attribute. |
void |
setTransientAddress(Address value)
Sets the value of the '
Transient Address' reference. |
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),
TestPackage.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),
TestPackage.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...
TestPackage.getPerson_Contact()Address getAddress()
If the meaning of the 'Address' reference isn't clear, there really should be more of a description here...
setAddress(Address),
TestPackage.getPerson_Address()void setAddress(Address value)
Address' reference.
value - the new value of the 'Address' reference.getAddress()GenderType getGender()
GenderType.
If the meaning of the 'Gender' attribute isn't clear, there really should be more of a description here...
GenderType,
setGender(GenderType),
TestPackage.getPerson_Gender()void setGender(GenderType value)
Gender' attribute.
value - the new value of the 'Gender' attribute.GenderType,
getGender()<any> getTags()
Tag.
If the meaning of the 'Tags' containment reference list isn't clear, there really should be more of a description here...
TestPackage.getPerson_Tags()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),
TestPackage.getPerson_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()<any> getProperties()
String,
and the value is of type String,
If the meaning of the 'Properties' map isn't clear, there really should be more of a description here...
TestPackage.getPerson_Properties()java.math.BigInteger getBigInt()
If the meaning of the 'Big Int' attribute isn't clear, there really should be more of a description here...
setBigInt(BigInteger),
TestPackage.getPerson_BigInt()void setBigInt(java.math.BigInteger value)
Big Int' attribute.
value - the new value of the 'Big Int' attribute.getBigInt()<any> getBigDec()
BigDecimal.
If the meaning of the 'Big Dec' attribute list isn't clear, there really should be more of a description here...
TestPackage.getPerson_BigDec()byte[] getImage()
If the meaning of the 'Image' attribute isn't clear, there really should be more of a description here...
setImage(byte[]),
TestPackage.getPerson_Image()void setImage(byte[] value)
Image' attribute.
value - the new value of the 'Image' attribute.getImage()<any> getRelatives()
Person.
TestPackage.getPerson_Relatives()Address getTransientAddress()
setTransientAddress(Address),
TestPackage.getPerson_TransientAddress()void setTransientAddress(Address value)
Transient Address' reference.
value - the new value of the 'Transient Address' reference.getTransientAddress()Data In Motion Consulting GmbH