public class XmlCreator extends Object implements Serializable
| Constructor and Description |
|---|
XmlCreator()
Default constructor
|
XmlCreator(Person person)
Copy-Constructor to create a
XmlCreator from a Person
object. |
XmlCreator(String creatorName)
Constructor to create a
XmlCreator with the specified
creatorName. |
XmlCreator(String creatorName,
XmlNameIdentifier nameIdentifier)
Constructor to create a
XmlCreator with the specified creatorName
and nameIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation() |
String |
getCreatorName()
Returns the value of field 'creatorName'.
|
String |
getFamilyName() |
String |
getGivenName() |
XmlNameIdentifier |
getNameIdentifier()
Returns the value of field 'nameIdentifier'.
|
void |
setAffiliation(String affiliation) |
void |
setCreatorName(String creatorName)
Sets the value of field 'creatorName'.
|
void |
setFamilyName(String familyName) |
void |
setGivenName(String givenName) |
void |
setNameIdentifier(XmlNameIdentifier nameIdentifier)
Sets the value of field 'nameIdentifier'.
|
public XmlCreator()
public XmlCreator(String creatorName)
XmlCreator with the specified
creatorName.creatorName - the creatorName to set.public XmlCreator(String creatorName, XmlNameIdentifier nameIdentifier)
XmlCreator with the specified creatorName
and nameIdentifier.creatorName - the creatorName to set.nameIdentifier - the nameIdentifier to set.public XmlCreator(Person person)
XmlCreator from a Person
object.person - to convert into a XmlCreator.public String getCreatorName()
public XmlNameIdentifier getNameIdentifier()
public void setCreatorName(String creatorName)
creatorName - the value of field 'creatorName'.public void setNameIdentifier(XmlNameIdentifier nameIdentifier)
nameIdentifier - the value of field 'nameIdentifier'.public String getFamilyName()
public void setFamilyName(String familyName)
public String getGivenName()
public void setGivenName(String givenName)
public String getAffiliation()
public void setAffiliation(String affiliation)
Copyright © 2017 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.