public class XmlTitle extends Object implements Serializable
| Constructor and Description |
|---|
XmlTitle()
Default constructor
|
XmlTitle(String value)
Constructor to create a
XmlTitle with the specified title. |
XmlTitle(String value,
TitleType titleType)
Constructor to create a
XmlTitle with the specified title and
titleType. |
XmlTitle(UntypedData data)
Copy-Constructor to create a
XmlTitle object from a
UntypedData object. |
| Modifier and Type | Method and Description |
|---|---|
TitleType |
getTitleType()
Returns the value of field 'titleType'.
|
String |
getValue()
Returns the value of field 'value'.
|
void |
setTitleType(TitleType titleType)
Sets the value of field 'titleType'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public XmlTitle()
public XmlTitle(String value)
XmlTitle with the specified title.value - the title to set.public XmlTitle(String value, TitleType titleType)
XmlTitle with the specified title and
titleType.value - the title to set.titleType - the titleType to set.public XmlTitle(UntypedData data)
XmlTitle object from a
UntypedData object.data - to convert into a XmlTitle.public String getValue()
public TitleType getTitleType()
public void setValue(String value)
value - the value of field 'value'.public void setTitleType(TitleType titleType)
titleType - the value of field 'titleType'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.