public class SDecimalValue extends Object implements SSimpleValue
| Modifier | Constructor and Description |
|---|---|
protected |
SDecimalValue()
Creates new empty instance of
SDecimalValue. |
|
SDecimalValue(Decimal value)
Creates new instance of
SDecimalValue. |
| Modifier and Type | Method and Description |
|---|---|
Decimal |
getValue() |
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.
|
String |
toString() |
SimpleValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
protected SDecimalValue()
SDecimalValue.public SDecimalValue(Decimal value)
SDecimalValue.value - NullPointerException - if modelInstance or value is nullpublic Decimal getValue()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackpreUnmarshal in interface UnmarshalCallbackparent - 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)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.public SimpleValue toValue(ModelInstance modelInstance)
SValuetoValue in interface SSimpleValuetoValue in interface SValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.