Package lumis.portal.rest
Class RestXMLFragment
- java.lang.Object
-
- lumis.portal.rest.RestXMLFragment
-
@StableMinor(version="14.0", sinceVersion="6.1") public class RestXMLFragment extends Object
Class that represents the XML fragment to be used in REST.Converters
that support XML type in REST must be able to convert from and/or to this type.- Since:
- 6.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Constructor Summary
Constructors Constructor Description RestXMLFragment(String value)
Creates a new REST XML fragment based on the given XML code.
-
-
-
Constructor Detail
-
RestXMLFragment
public RestXMLFragment(String value)
Creates a new REST XML fragment based on the given XML code.- Parameters:
value
- the XML fragment code.- Since:
- 6.1.0
-
-
Method Detail
-
getValue
public String getValue()
Returns the code of this XML fragment.- Returns:
- the code of this XML fragment.
- Since:
- 6.1.0
-
-