org.plasma.query.model
Class PathElement
java.lang.Object
org.plasma.query.model.AbstractPathElement
org.plasma.query.model.PathElement
public class PathElement
- extends AbstractPathElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
protected Integer index
physicalName
protected transient 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(String content)
getIndex
public Integer getIndex()
- Gets the value of the index property.
- Returns:
- possible object is
Integer
setIndex
public void setIndex(Integer value)
- Sets the value of the index property.
- Parameters:
value - allowed object is
Integer
getPhysicalName
public String getPhysicalName()
setPhysicalName
public void setPhysicalName(String value)
getPhysicalNameBytes
public byte[] getPhysicalNameBytes()
setPhysicalNameBytes
public void setPhysicalNameBytes(byte[] value)
Copyright © 2014. All rights reserved.