|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.Authors
public class Authors
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 |
---|
protected String collectiveName
protected String fullName
protected String initials
protected String lastName
Constructor Detail |
---|
public Authors()
Method Detail |
---|
public String getCollectiveName()
String
public void setCollectiveName(String value)
value
- allowed object is
String
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getInitials()
String
public void setInitials(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |