bexee.model.elements.impl
Class ToImpl
java.lang.Object
bexee.model.elements.impl.ToImpl
- All Implemented Interfaces:
- To
- public class ToImpl
- extends java.lang.Object
- implements To
Default implementation of the To
BPEL element.
- Version:
- $Revision: 1.1 $, $Date: 2004/12/15 14:18:12 $
- Author:
- Patric Fornasier, Pawel Kowalski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToImpl
public ToImpl()
setVariable
public void setVariable(Variable variable)
- Specified by:
setVariable
in interface To
getVariable
public Variable getVariable()
- Specified by:
getVariable
in interface To
setPart
public void setPart(java.lang.String part)
- Specified by:
setPart
in interface To
getPart
public java.lang.String getPart()
- Specified by:
getPart
in interface To
setQuery
public void setQuery(java.lang.String query)
- Specified by:
setQuery
in interface To
getQuery
public java.lang.String getQuery()
- Specified by:
getQuery
in interface To
setProperty
public void setProperty(javax.xml.namespace.QName property)
- Specified by:
setProperty
in interface To
getProperty
public javax.xml.namespace.QName getProperty()
- Specified by:
getProperty
in interface To
setPartnerLink
public void setPartnerLink(PartnerLink partnerLink)
- Specified by:
setPartnerLink
in interface To
getPartnerLink
public PartnerLink getPartnerLink()
- Specified by:
getPartnerLink
in interface To
Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.