bexee.model.elements.impl
Class FromImpl

java.lang.Object
  extended bybexee.model.elements.impl.FromImpl
All Implemented Interfaces:
From

public class FromImpl
extends java.lang.Object
implements From

Default implementation of the From BPEL element.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:12 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
FromImpl()
           
 
Method Summary
 Roles getEndpointReference()
           
 java.lang.String getExpression()
           
 java.lang.String getPart()
           
 PartnerLink getPartnerLink()
           
 javax.xml.namespace.QName getProperty()
           
 java.lang.String getQuery()
           
 Variable getVariable()
           
 boolean isOpaque()
           
 void setEndpointReference(Roles roles)
           
 void setExpression(java.lang.String expression)
           
 void setOpaque(boolean isOpaque)
           
 void setPart(java.lang.String part)
           
 void setPartnerLink(PartnerLink partnerLink)
           
 void setProperty(javax.xml.namespace.QName property)
           
 void setQuery(java.lang.String query)
           
 void setVariable(Variable variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromImpl

public FromImpl()
Method Detail

setVariable

public void setVariable(Variable variable)
Specified by:
setVariable in interface From

getVariable

public Variable getVariable()
Specified by:
getVariable in interface From

setPart

public void setPart(java.lang.String part)
Specified by:
setPart in interface From

getPart

public java.lang.String getPart()
Specified by:
getPart in interface From

setQuery

public void setQuery(java.lang.String query)
Specified by:
setQuery in interface From

getQuery

public java.lang.String getQuery()
Specified by:
getQuery in interface From

setProperty

public void setProperty(javax.xml.namespace.QName property)
Specified by:
setProperty in interface From

getProperty

public javax.xml.namespace.QName getProperty()
Specified by:
getProperty in interface From

setPartnerLink

public void setPartnerLink(PartnerLink partnerLink)
Specified by:
setPartnerLink in interface From

getPartnerLink

public PartnerLink getPartnerLink()
Specified by:
getPartnerLink in interface From

setEndpointReference

public void setEndpointReference(Roles roles)
Specified by:
setEndpointReference in interface From

getEndpointReference

public Roles getEndpointReference()
Specified by:
getEndpointReference in interface From

setExpression

public void setExpression(java.lang.String expression)
Specified by:
setExpression in interface From

getExpression

public java.lang.String getExpression()
Specified by:
getExpression in interface From

setOpaque

public void setOpaque(boolean isOpaque)
Specified by:
setOpaque in interface From

isOpaque

public boolean isOpaque()
Specified by:
isOpaque in interface From


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.