Class Value

    • Constructor Detail

      • Value

        public Value()
      • Value

        public Value​(String value)
    • Method Detail

      • copyFrom

        public static Value copyFrom​(IValue source)
      • getContent

        public String getContent()
        Returns the value of field 'content'. The field 'content' has the following description: internal content storage
        Returns:
        the value of field 'Content'.
      • getEncoding

        public String getEncoding()
        Returns the value of field 'encoding'.
        Returns:
        the value of field 'Encoding'.
      • getType

        public String getType()
        Returns the value of field 'type'.
        Returns:
        the value of field 'Type'.
      • isExpand

        public Boolean isExpand()
        Returns the value of field 'expand'.
        Returns:
        the value of field 'Expand'.
      • setContent

        public void setContent​(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'.
      • setEncoding

        public void setEncoding​(String encoding)
        Sets the value of field 'encoding'.
        Parameters:
        encoding - the value of field 'encoding'.
      • setType

        public void setType​(String type)
        Sets the value of field 'type'.
        Parameters:
        type - the value of field 'type'.
      • setExpand

        public void setExpand​(Boolean expand)
        Sets the value of field 'expand'.
        Parameters:
        type - the value of field 'expand'.