com.eviware.soapui.impl.wsdl.support.assertions
Class AssertedXPathImpl

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.assertions.AssertedXPathImpl
All Implemented Interfaces:
AssertedXPath

public class AssertedXPathImpl
extends java.lang.Object
implements AssertedXPath


Constructor Summary
AssertedXPathImpl(TestAssertion assertion, java.lang.String path, org.apache.xmlbeans.XmlObject assertedContent)
           
 
Method Summary
 org.apache.xmlbeans.XmlObject getAssertedContent()
           
 TestAssertion getAssertion()
           
 java.lang.String getLabel()
           
 java.lang.String getPath()
           
 void setAssertedContent(org.apache.xmlbeans.XmlObject assertedContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertedXPathImpl

public AssertedXPathImpl(TestAssertion assertion,
                         java.lang.String path,
                         org.apache.xmlbeans.XmlObject assertedContent)
Method Detail

getAssertion

public TestAssertion getAssertion()
Specified by:
getAssertion in interface AssertedXPath

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface AssertedXPath

getPath

public java.lang.String getPath()
Specified by:
getPath in interface AssertedXPath

getAssertedContent

public org.apache.xmlbeans.XmlObject getAssertedContent()
Specified by:
getAssertedContent in interface AssertedXPath

setAssertedContent

public void setAssertedContent(org.apache.xmlbeans.XmlObject assertedContent)


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