org.ow2.orchestra.facade.def.impl
Class VariableDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
- All Implemented Interfaces:
- Serializable, CopyAble<VariableDefinition>, VariableDefinition
public class VariableDefinitionImpl
- extends Object
- implements VariableDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableDefinitionImpl
public VariableDefinitionImpl()
VariableDefinitionImpl
public VariableDefinitionImpl(VariableDefinition variableDefinition)
VariableDefinitionImpl
public VariableDefinitionImpl(QName element,
QName messageType,
String name,
QName type)
getElement
public QName getElement()
- Specified by:
getElement
in interface VariableDefinition
- Returns:
- the element of the variable
getMessageType
public QName getMessageType()
- Specified by:
getMessageType
in interface VariableDefinition
- Returns:
- the message type of the variable;
getName
public String getName()
- Specified by:
getName
in interface VariableDefinition
- Returns:
- the name of the variable
getType
public QName getType()
- Specified by:
getType
in interface VariableDefinition
- Returns:
- the type of the variable
copy
public VariableDefinition copy()
- Specified by:
copy
in interface CopyAble<VariableDefinition>
Copyright © 2011 OW2 Consortium. All Rights Reserved.