Class XmlDescription

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlDescription
    extends java.lang.Object
    implements java.io.Serializable
    Class Description.
    See Also:
    Serialized Form
    • 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'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlDescription

        public XmlDescription()
      • XmlDescription

        public XmlDescription​(java.lang.String content)
        Constructor to create a XmlDescription with the specified description.
        Parameters:
        content - the description to set.
      • XmlDescription

        public XmlDescription​(java.lang.String content,
                              DescriptionType descriptionType)
        Constructor to create a XmlDescription 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'.