@Deprecated public class SBinarySimpleValue extends Object implements SSimpleValue, MarshalCallback
Constructor and Description |
---|
SBinarySimpleValue()
Deprecated.
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasourceJndi()
Deprecated.
|
String |
getEvaluationLevel()
Deprecated.
|
String |
getObjectIdentification()
Deprecated.
|
String |
getPropertyName()
Deprecated.
|
String |
getRecordType()
Deprecated.
|
byte[] |
getValue()
Deprecated.
|
void |
postMarshal(javax.xml.bind.Marshaller marshaller)
Deprecated.
Callback method invoked after marshalling source to XML.
|
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Deprecated.
Callback method invoked after unmarshalling XML data into target.
|
void |
preMarshal(javax.xml.bind.Marshaller marshaller)
Deprecated.
Callback method invoked before marshalling from source to XML.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Deprecated.
Callback method invoked before unmarshalling into target.
|
void |
setDatasourceJndi(String datasourceJndi)
Deprecated.
|
void |
setEvaluationLevel(String evaluationLevel)
Deprecated.
|
void |
setObjectIdentification(String objectIdentification)
Deprecated.
|
void |
setPropertyName(String propertyName)
Deprecated.
|
void |
setRecordType(String recordType)
Deprecated.
|
void |
setValue(byte[] value)
Deprecated.
|
String |
toString()
Deprecated.
|
SimpleValue |
toValue(ModelInstance modelInstance)
Deprecated.
Creates a real value.
|
public String getEvaluationLevel()
public String getDatasourceJndi()
public String getRecordType()
public String getObjectIdentification()
public String getPropertyName()
public byte[] getValue()
public void setEvaluationLevel(String evaluationLevel)
public void setDatasourceJndi(String datasourceJndi)
public void setRecordType(String recordType)
public void setObjectIdentification(String objectIdentification)
public void setPropertyName(String propertyName)
public void setValue(byte[] value)
public void preMarshal(javax.xml.bind.Marshaller marshaller)
MarshalCallback
preMarshal
in interface MarshalCallback
public void postMarshal(javax.xml.bind.Marshaller marshaller)
MarshalCallback
postMarshal
in interface MarshalCallback
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 SimpleValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SSimpleValue
toValue
in interface SValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.