public class SBinaryValue extends SComplexValue
Constructor and Description |
---|
SBinaryValue()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasourceJndi() |
String |
getObjectIdentification() |
String |
getPropertyName() |
String |
getRecordType() |
byte[] |
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. |
void |
setDatasourceJndi(String datasourceJndi) |
void |
setObjectIdentification(String objectIdentification) |
void |
setPropertyName(String propertyName) |
void |
setRecordType(String recordType) |
void |
setValue(byte[] value) |
String |
toString() |
BinaryValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
commonAfterUnmarshal, getBaseLevelEntityId, getEvaluationLevel, getId, getLowerLevelEntityId, getOwnContextId, getType, setBaseLevelEntityId, setEvaluationLevel, setId, setLowerLevelEntityId, setOwnContextId, setType
public String getDatasourceJndi()
public String getRecordType()
public String getObjectIdentification()
public String getPropertyName()
public byte[] getValue()
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 preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
Callback method invoked before unmarshalling into target.
This method is invoked immediately after target was created and before the unmarshalling of this object begins.
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
Callback method invoked after unmarshalling XML data into target.
This method is invoked after all the properties (except IDREF) are unmarshalled into target, but before target is set into its parent object.
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public BinaryValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SValue
toValue
in class SComplexValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.