public abstract class SCollectionValue extends SComplexValue
Modifier | Constructor and Description |
---|---|
protected |
SCollectionValue()
Creates an empty instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addItem(SSimpleValue val) |
void |
addTouchedProxy(SSimpleValue val) |
List<SSimpleValue> |
getItems() |
Set<SSimpleValue> |
getTouchedProxies() |
boolean |
isProxy() |
protected Boolean |
isProxyJaxb() |
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 |
setProxy(boolean isProxy) |
protected void |
setProxyJaxb(Boolean b) |
String |
toString() |
commonAfterUnmarshal, getBaseLevelEntityId, getEvaluationLevel, getId, getLowerLevelEntityId, getOwnContextId, getType, setBaseLevelEntityId, setEvaluationLevel, setId, setLowerLevelEntityId, setOwnContextId, setType, toValue
public List<SSimpleValue> getItems()
public void addItem(SSimpleValue val)
public Set<SSimpleValue> getTouchedProxies()
public void addTouchedProxy(SSimpleValue val)
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.protected Boolean isProxyJaxb()
protected void setProxyJaxb(Boolean b)
public boolean isProxy()
public void setProxy(boolean isProxy)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.