com.eviware.soapui.impl.wsdl.panels.request.components.editor
Class XmlLocation
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.request.components.editor.XmlLocation
public class XmlLocation
- extends java.lang.Object
Location in a XmlDocument
- Author:
- ole.matzura
Constructor Summary |
XmlLocation(int line,
int column)
|
XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
java.lang.String documentation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlLocation
public XmlLocation(int line,
int column)
XmlLocation
public XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
java.lang.String documentation)
getColumn
public int getColumn()
getLine
public int getLine()
getSchemaType
public org.apache.xmlbeans.SchemaType getSchemaType()
getXmlObject
public org.apache.xmlbeans.XmlObject getXmlObject()
getDocumentation
public java.lang.String getDocumentation()
setDocumentation
public void setDocumentation(java.lang.String documentation)
Copyright © 2005-2007 eviware.com. All Rights Reserved.