org.ow2.orchestra.facade.def.impl
Class VariableDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, CopyAble<VariableDefinition>, VariableDefinition
public class VariableDefinitionImpl
- extends java.lang.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(javax.xml.namespace.QName element,
javax.xml.namespace.QName messageType,
java.lang.String name,
javax.xml.namespace.QName type)
getElement
public javax.xml.namespace.QName getElement()
- Specified by:
getElement
in interface VariableDefinition
- Returns:
- the element of the variable
getMessageType
public javax.xml.namespace.QName getMessageType()
- Specified by:
getMessageType
in interface VariableDefinition
- Returns:
- the message type of the variable;
getName
public java.lang.String getName()
- Specified by:
getName
in interface VariableDefinition
- Returns:
- the name of the variable
getType
public javax.xml.namespace.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 © 2009 OW2 Consortium. All Rights Reserved.