public class SObjectValue extends Object implements SSimpleValue
Constructor and Description |
---|
SObjectValue()
Creates new empty instance of
SStringValue . |
Modifier and Type | Method and Description |
---|---|
byte[] |
getSerializedValue() |
boolean |
isSerializedXml()
Returns true if the serializedValue contains xml.
|
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setSerializedValue(byte[] serializedValue) |
void |
setSerializedXml(boolean isSerializedXml) |
SimpleValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
public SObjectValue()
SStringValue
.public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
preUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public byte[] getSerializedValue()
public void setSerializedValue(byte[] serializedValue)
public boolean isSerializedXml()
public void setSerializedXml(boolean isSerializedXml)
public SimpleValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SSimpleValue
toValue
in interface SValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.