public class SNamedValue extends Object implements SXmlEntity
Constructor and Description |
---|
SNamedValue()
Creates a new empty instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the item name.
|
SSimpleValue |
getSimpleValue()
Returns simple value.
|
boolean |
isChanged() |
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 |
setChanged(boolean isChanged) |
void |
setName(String name) |
void |
setValue(SSimpleValue value) |
String |
toString() |
public String getName()
public SSimpleValue getSimpleValue()
public boolean isChanged()
public void setName(String name)
public void setChanged(boolean isChanged)
public void setValue(SSimpleValue value)
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.