public class SRecordProxySet extends Object implements SSimpleValue, SEntityWithId
Constructor and Description |
---|
SRecordProxySet() |
Modifier and Type | Method and Description |
---|---|
void |
addProxy(SValueRef ref) |
long |
getId()
Returns the id.
|
SValueRef |
getParentProxySet() |
Set<SValueRef> |
getProxies() |
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 |
setId(long id) |
void |
setParentProxySet(SValueRef serializable) |
RecordProxySetValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
public long getId()
SEntityWithId
getId
in interface SEntityWithId
public void setId(long id)
public void addProxy(SValueRef ref)
public RecordProxySetValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SSimpleValue
toValue
in interface SValue
public SValueRef getParentProxySet()
public void setParentProxySet(SValueRef serializable)
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.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.