public class SpxmlValueRepresentation extends AbstractValueRepresentation
Constructor and Description |
---|
SpxmlValueRepresentation(SplusReturnValue splusReturnValue)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
SplusReturnValue |
getSplusReturnValue()
Returns the value as the actual type (That is, an
SplusReturnValue ) |
java.lang.Object |
getValue()
Retrieves the actual value returned from the server.
|
getSerializationType
public SpxmlValueRepresentation(SplusReturnValue splusReturnValue)
splusReturnValue
- The value representing XML-decoded object.public java.lang.Object getValue()
ValueRepresentation
public SplusReturnValue getSplusReturnValue()
SplusReturnValue
)SplusReturnValue
representing the value returned.