public class SBinaryValue extends SComplexValue
| Constructor and Description |
|---|
SBinaryValue()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatasourceJndi() |
java.lang.String |
getObjectIdentification() |
java.lang.String |
getPropertyName() |
java.lang.String |
getRecordType() |
byte[] |
getValue() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setDatasourceJndi(java.lang.String datasourceJndi) |
void |
setObjectIdentification(java.lang.String objectIdentification) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setRecordType(java.lang.String recordType) |
void |
setValue(byte[] value) |
java.lang.String |
toString() |
BinaryValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
commonAfterUnmarshal, getBaseLevelEntityId, getEvaluationLevel, getId, getLowerLevelEntityId, getOwnContextId, getType, setBaseLevelEntityId, setEvaluationLevel, setId, setLowerLevelEntityId, setOwnContextId, setTypepublic java.lang.String getDatasourceJndi()
public java.lang.String getRecordType()
public java.lang.String getObjectIdentification()
public java.lang.String getPropertyName()
public byte[] getValue()
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 preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
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)
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 BinaryValue toValue(ModelInstance modelInstance)
SValuetoValue in interface SValuetoValue in class SComplexValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.