public class SActivationCommand extends Object implements SXmlEntity
Modifier and Type | Class and Description |
---|---|
static class |
SActivationCommand.ActivationCommandType
Activation type.
|
Modifier | Constructor and Description |
---|---|
protected |
SActivationCommand()
Creates new instance.
|
|
SActivationCommand(String name,
SActivationCommand.ActivationCommandType type)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
SActivationCommand.ActivationCommandType |
getType() |
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() |
protected SActivationCommand()
public SActivationCommand(String name, SActivationCommand.ActivationCommandType type)
name
- type
- NullPointerException
- if modelInstance
or name
or type
is
nullpublic String getName()
public SActivationCommand.ActivationCommandType getType()
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.