uk.ac.ebi.cdb.webservice
Class Authors

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.Authors

public class Authors
extends Object

Java class for authors complex type.

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

 <complexType name="authors">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="collectiveName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="initials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String collectiveName
           
protected  String fullName
           
protected  String initials
           
protected  String lastName
           
 
Constructor Summary
Authors()
           
 
Method Summary
 String getCollectiveName()
          Gets the value of the collectiveName property.
 String getFullName()
          Gets the value of the fullName property.
 String getInitials()
          Gets the value of the initials property.
 String getLastName()
          Gets the value of the lastName property.
 void setCollectiveName(String value)
          Sets the value of the collectiveName property.
 void setFullName(String value)
          Sets the value of the fullName property.
 void setInitials(String value)
          Sets the value of the initials property.
 void setLastName(String value)
          Sets the value of the lastName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectiveName

protected String collectiveName

fullName

protected String fullName

initials

protected String initials

lastName

protected String lastName
Constructor Detail

Authors

public Authors()
Method Detail

getCollectiveName

public String getCollectiveName()
Gets the value of the collectiveName property.

Returns:
possible object is String

setCollectiveName

public void setCollectiveName(String value)
Sets the value of the collectiveName property.

Parameters:
value - allowed object is String

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getInitials

public String getInitials()
Gets the value of the initials property.

Returns:
possible object is String

setInitials

public void setInitials(String value)
Sets the value of the initials property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String


Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.