org.apache.cxf.tools.validator.internal.model
Class FailureLocation
java.lang.Object
org.apache.cxf.tools.validator.internal.model.FailureLocation
public final class FailureLocation
- extends java.lang.Object
Constructor Summary |
FailureLocation(javax.xml.stream.Location loc,
java.lang.String docURI)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailureLocation
public FailureLocation(javax.xml.stream.Location loc,
java.lang.String docURI)
getLocation
public javax.xml.stream.Location getLocation()
setLocation
public void setLocation(javax.xml.stream.Location newLocation)
getDocumentURI
public java.lang.String getDocumentURI()
setDocumentURI
public void setDocumentURI(java.lang.String newDocumentURI)
Apache CXF