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 java.lang.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.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
void |
setIsLocatedAt(Address value)
Sets the value of the isLocatedAt property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
getEmailAddress, getFirstName, getFullName, getId, getLastName, getMiddleNameOrInitial, setEmailAddress, setFirstName, setFullName, setId, setLastName, setMiddleNameOrInitialprotected Address isLocatedAt
protected java.lang.String phone
public Address getIsLocatedAt()
Addresspublic void setIsLocatedAt(Address value)
value - allowed object is
Addresspublic java.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - allowed object is
StringCopyright © 2014. All Rights Reserved.