@Deprecated public class SBinarySimpleValue extends java.lang.Object implements SSimpleValue, MarshalCallback
| Constructor and Description |
|---|
SBinarySimpleValue()
Deprecated.
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatasourceJndi()
Deprecated.
|
java.lang.String |
getEvaluationLevel()
Deprecated.
|
java.lang.String |
getObjectIdentification()
Deprecated.
|
java.lang.String |
getPropertyName()
Deprecated.
|
java.lang.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,
java.lang.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,
java.lang.Object parent)
Deprecated.
Callback method invoked before unmarshalling into target.
|
void |
setDatasourceJndi(java.lang.String datasourceJndi)
Deprecated.
|
void |
setEvaluationLevel(java.lang.String evaluationLevel)
Deprecated.
|
void |
setObjectIdentification(java.lang.String objectIdentification)
Deprecated.
|
void |
setPropertyName(java.lang.String propertyName)
Deprecated.
|
void |
setRecordType(java.lang.String recordType)
Deprecated.
|
void |
setValue(byte[] value)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
SimpleValue |
toValue(ModelInstance modelInstance)
Deprecated.
Creates a real value.
|
public java.lang.String getEvaluationLevel()
public java.lang.String getDatasourceJndi()
public java.lang.String getRecordType()
public java.lang.String getObjectIdentification()
public java.lang.String getPropertyName()
public byte[] getValue()
public void setEvaluationLevel(java.lang.String evaluationLevel)
public void setDatasourceJndi(java.lang.String datasourceJndi)
public void setRecordType(java.lang.String recordType)
public void setObjectIdentification(java.lang.String objectIdentification)
public void setPropertyName(java.lang.String propertyName)
public void setValue(byte[] value)
public void preMarshal(javax.xml.bind.Marshaller marshaller)
MarshalCallbackpreMarshal in interface MarshalCallbackpublic void postMarshal(javax.xml.bind.Marshaller marshaller)
MarshalCallbackpostMarshal in interface MarshalCallbackpublic void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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,
java.lang.Object parent)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.public java.lang.String toString()
toString in class java.lang.Objectpublic SimpleValue toValue(ModelInstance modelInstance)
SValuetoValue in interface SSimpleValuetoValue in interface SValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.