public class EventProxy.DataLocation
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
EventProxy.DataLocation(java.lang.String queryString,
java.lang.String queryLabel,
java.lang.String elementName,
java.lang.String elementNameSpace,
boolean isComplex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the name of the element that this data location
resolves to
|
java.lang.String |
getElementNameSpace()
Returns the namespace of the element that this data location
resolves to
|
java.lang.String |
getQueryLabel()
Returns the label associated with the XPath query
|
java.lang.String |
getQueryString()
Returns the XPath query string of the data location
|
boolean |
isComplex()
Indicates if this data location represents simple or
complex content.
|
java.lang.String |
toString()
Returns the datatype of the element that this data location
resolves to
|
protected EventProxy.DataLocation(java.lang.String queryString, java.lang.String queryLabel, java.lang.String elementName, java.lang.String elementNameSpace, boolean isComplex)
public java.lang.String getQueryString()
public java.lang.String getQueryLabel()
public boolean isComplex()
public java.lang.String getElementName()
public java.lang.String getElementNameSpace()
public java.lang.String toString()
toString
in class java.lang.Object