xml.mzdata
Interface PersonType


public interface PersonType

Java content class for personType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="personType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="institution" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contactInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getContactInfo()
           
 java.lang.String getInstitution()
           
 java.lang.String getName()
           
 void setContactInfo(java.lang.String value)
           
 void setInstitution(java.lang.String value)
           
 void setName(java.lang.String value)
           
 

Method Detail

getContactInfo

public java.lang.String getContactInfo()

setContactInfo

public void setContactInfo(java.lang.String value)

getInstitution

public java.lang.String getInstitution()

setInstitution

public void setInstitution(java.lang.String value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)