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 |
getCreatorName()
Returns the value of field 'creatorName'.
|
XmlNameIdentifier |
getNameIdentifier()
Returns the value of field 'nameIdentifier'.
|
void |
setCreatorName(String creatorName)
Sets the value of field 'creatorName'.
|
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'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.