Class XmlDescription
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml.XmlDescription
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlDescription extends java.lang.Object implements java.io.Serializable
Class Description.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlDescription()
XmlDescription(java.lang.String content)
Constructor to create aXmlDescription
with the specified description.XmlDescription(java.lang.String content, DescriptionType descriptionType)
Constructor to create aXmlDescription
with the specified description and descriptionType.
-
Method Summary
Modifier and Type Method Description java.lang.String
getContent()
Returns the value of field 'content'.DescriptionType
getDescriptionType()
Returns the value of field 'descriptionType'.void
setContent(java.lang.String content)
Sets the value of field 'content'.void
setDescriptionType(DescriptionType descriptionType)
Sets the value of field 'descriptionType'.
-
-
-
Constructor Detail
-
XmlDescription
public XmlDescription()
-
XmlDescription
public XmlDescription(java.lang.String content)
Constructor to create aXmlDescription
with the specified description.- Parameters:
content
- the description to set.
-
XmlDescription
public XmlDescription(java.lang.String content, DescriptionType descriptionType)
Constructor to create aXmlDescription
with the specified description and descriptionType.- Parameters:
content
- the description to set.descriptionType
- the descriptionType to set.
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage- Returns:
- the value of field 'Content'.
-
getDescriptionType
public DescriptionType getDescriptionType()
Returns the value of field 'descriptionType'.- Returns:
- the value of field 'DescriptionType'.
-
setContent
public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage- Parameters:
content
- the value of field 'content'.
-
setDescriptionType
public void setDescriptionType(DescriptionType descriptionType)
Sets the value of field 'descriptionType'.- Parameters:
descriptionType
- the value of field 'descriptionType'.
-
-