public class SpecimenCollectionContact extends Person
Java class for SpecimenCollectionContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecimenCollectionContact">
<complexContent>
<extension base="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Person">
<sequence>
<element name="isLocatedAt" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Address" form="qualified"/>
</sequence>
<attribute name="phone" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
isLocatedAt |
protected String |
phone |
emailAddress, firstName, fullName, id, lastName, middleNameOrInitial| Constructor and Description |
|---|
SpecimenCollectionContact() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getIsLocatedAt()
Gets the value of the isLocatedAt property.
|
String |
getPhone()
Gets the value of the phone property.
|
void |
setIsLocatedAt(Address value)
Sets the value of the isLocatedAt property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
getEmailAddress, getFirstName, getFullName, getId, getLastName, getMiddleNameOrInitial, setEmailAddress, setFirstName, setFullName, setId, setLastName, setMiddleNameOrInitialpublic Address getIsLocatedAt()
Addresspublic void setIsLocatedAt(Address value)
value - allowed object is
Addresspublic String getPhone()
StringCopyright © 2016. All Rights Reserved.