org.plasma.query.model
Class PathElement
java.lang.Object
org.plasma.query.model.AbstractPathElement
org.plasma.query.model.PathElement
public class PathElement
- extends AbstractPathElement
|
Field Summary |
protected java.lang.Integer |
index
|
protected java.lang.String |
physicalName
Stores the physical name associated with this
property. |
protected byte[] |
physicalNameBytes
Stores the physical name bytes associated with this
property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
protected java.lang.Integer index
physicalName
protected transient java.lang.String physicalName
- Stores the physical name associated with this
property. Can be used by service providers
for query post processing. This field is not
processed during XML or other serialization
operations.
physicalNameBytes
protected transient byte[] physicalNameBytes
- Stores the physical name bytes associated with this
property. Can be used by service providers
for query post processing. This field is not
processed during XML or other serialization
operations.
PathElement
public PathElement()
PathElement
public PathElement(java.lang.String content)
getIndex
public java.lang.Integer getIndex()
- Gets the value of the index property.
- Returns:
- possible object is
Integer
setIndex
public void setIndex(java.lang.Integer value)
- Sets the value of the index property.
- Parameters:
value - allowed object is
Integer
getPhysicalName
public java.lang.String getPhysicalName()
setPhysicalName
public void setPhysicalName(java.lang.String value)
getPhysicalNameBytes
public byte[] getPhysicalNameBytes()
setPhysicalNameBytes
public void setPhysicalNameBytes(byte[] value)
Copyright © 2013. All Rights Reserved.