org.molgenis.jaxb
Class SpecimenCollectionContact

java.lang.Object
  extended by org.molgenis.jaxb.Person
      extended by org.molgenis.jaxb.SpecimenCollectionContact

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>
 


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

isLocatedAt

protected Address isLocatedAt

phone

protected String phone
Constructor Detail

SpecimenCollectionContact

public SpecimenCollectionContact()
Method Detail

getIsLocatedAt

public Address getIsLocatedAt()
Gets the value of the isLocatedAt property.

Returns:
possible object is Address

setIsLocatedAt

public void setIsLocatedAt(Address value)
Sets the value of the isLocatedAt property.

Parameters:
value - allowed object is Address

getPhone

public String getPhone()
Gets the value of the phone property.

Returns:
possible object is String

setPhone

public void setPhone(String value)
Sets the value of the phone property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.