|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.Person
org.molgenis.jaxb.SpecimenCollectionContact
public class SpecimenCollectionContact
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>
| Field Summary | |
|---|---|
protected Address |
isLocatedAt
|
protected String |
phone
|
| Fields inherited from class org.molgenis.jaxb.Person |
|---|
emailAddress, firstName, fullName, id, lastName, middleNameOrInitial |
| Constructor Summary | |
|---|---|
SpecimenCollectionContact()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.molgenis.jaxb.Person |
|---|
getEmailAddress, getFirstName, getFullName, getId, getLastName, getMiddleNameOrInitial, setEmailAddress, setFirstName, setFullName, setId, setLastName, setMiddleNameOrInitial |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Address isLocatedAt
protected String phone
| Constructor Detail |
|---|
public SpecimenCollectionContact()
| Method Detail |
|---|
public Address getIsLocatedAt()
Addresspublic void setIsLocatedAt(Address value)
value - allowed object is
Addresspublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||