public class SModelInstanceProperty extends Object implements SXmlEntity
| Constructor and Description |
|---|
SModelInstanceProperty()
Creates new empty instance of
SModelInstanceProperty. |
SModelInstanceProperty(String name,
String value)
Creates new instance of
SModelInstanceProperty. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns name of the metadata.
|
String |
getValue()
Returns value of the metadata.
|
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.
|
String |
toString() |
public SModelInstanceProperty()
SModelInstanceProperty.public SModelInstanceProperty(String name, String value)
SModelInstanceProperty.name - value - public String getName()
public String getValue()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackpreUnmarshal in interface 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, Object parent)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.