public class SActivationCommand extends java.lang.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(java.lang.String name,
SActivationCommand.ActivationCommandType type)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
SActivationCommand.ActivationCommandType |
getType() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked after unmarshalling XML data into target. |
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked before unmarshalling into target. |
java.lang.String |
toString() |
protected SActivationCommand()
public SActivationCommand(java.lang.String name, SActivationCommand.ActivationCommandType type)
name
- type
- java.lang.NullPointerException
- if modelInstance
or name
or type
is
nullpublic java.lang.String getName()
public SActivationCommand.ActivationCommandType getType()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.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.
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, java.lang.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.
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.