public class XmlDescription extends Object implements Serializable
| Constructor and Description |
|---|
XmlDescription() |
XmlDescription(String content)
Constructor to create a
XmlDescription with the specified
description. |
XmlDescription(String content,
DescriptionType descriptionType)
Constructor to create a
XmlDescription with the specified
description and descriptionType. |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the value of field 'content'.
|
DescriptionType |
getDescriptionType()
Returns the value of field 'descriptionType'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setDescriptionType(DescriptionType descriptionType)
Sets the value of field 'descriptionType'.
|
public XmlDescription()
public XmlDescription(String content)
XmlDescription with the specified
description.content - the description to set.public XmlDescription(String content, DescriptionType descriptionType)
XmlDescription with the specified
description and descriptionType.content - the description to set.descriptionType - the descriptionType to set.public String getContent()
public DescriptionType getDescriptionType()
public void setContent(String content)
content - the value of field 'content'.public void setDescriptionType(DescriptionType descriptionType)
descriptionType - the value of field 'descriptionType'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.