Groovy Documentation

com.predic8.soamodel
[Groovy] Class ValidationError

java.lang.Object
  com.predic8.soamodel.ValidationError

class ValidationError

Property Summary
def invalidElement

String message

def parent

String schemaTNS

String wsdlTNS

Gives the targetNamespace of the validated document.

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

invalidElement

def invalidElement


message

String message


parent

def parent


schemaTNS

String schemaTNS


wsdlTNS

String wsdlTNS
Gives the targetNamespace of the validated document. Either wsdl or schema is set. The other one is null.


 

Groovy Documentation