org.apache.cxf.tools.validator.internal.model
Class FailureLocation

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getDocumentURI()
           
 javax.xml.stream.Location getLocation()
           
 void setDocumentURI(java.lang.String newDocumentURI)
           
 void setLocation(javax.xml.stream.Location newLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailureLocation

public FailureLocation(javax.xml.stream.Location loc,
                       java.lang.String docURI)
Method Detail

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