com.eviware.soapui.impl.wsdl.mock.dispatch
Class QueryMatchMockOperationDispatcher.Query

java.lang.Object
  extended by com.eviware.soapui.support.AbstractPropertyChangeNotifier
      extended by com.eviware.soapui.impl.wsdl.mock.dispatch.QueryMatchMockOperationDispatcher.Query
All Implemented Interfaces:
PropertyChangeNotifier
Enclosing class:
QueryMatchMockOperationDispatcher

public class QueryMatchMockOperationDispatcher.Query
extends AbstractPropertyChangeNotifier


Constructor Summary
protected QueryMatchMockOperationDispatcher.Query(com.eviware.soapui.config.MockOperationQueryMatchDispatchConfig.Query config)
           
 
Method Summary
 java.lang.String getMatch()
           
 java.lang.String getName()
           
 java.lang.String getQuery()
           
 java.lang.String getResponse()
           
 boolean isDisabled()
           
 void setDisabled(boolean disabled)
           
 void setMatch(java.lang.String s)
           
 void setName(java.lang.String s)
           
 void setQuery(java.lang.String s)
           
 void setResponse(java.lang.String s)
           
 
Methods inherited from class com.eviware.soapui.support.AbstractPropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryMatchMockOperationDispatcher.Query

protected QueryMatchMockOperationDispatcher.Query(com.eviware.soapui.config.MockOperationQueryMatchDispatchConfig.Query config)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String s)

isDisabled

public boolean isDisabled()

setDisabled

public void setDisabled(boolean disabled)

getQuery

public java.lang.String getQuery()

setQuery

public void setQuery(java.lang.String s)

getMatch

public java.lang.String getMatch()

setMatch

public void setMatch(java.lang.String s)

getResponse

public java.lang.String getResponse()

setResponse

public void setResponse(java.lang.String s)


Copyright © 2005-2009 eviware.com. All Rights Reserved.