org.plasma.query.model
Class PathElement

java.lang.Object
  extended by org.plasma.query.model.AbstractPathElement
      extended by 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.
 
Fields inherited from class org.plasma.query.model.AbstractPathElement
value
 
Constructor Summary
PathElement()
           
PathElement(java.lang.String content)
           
 
Method Summary
 java.lang.Integer getIndex()
          Gets the value of the index property.
 java.lang.String getPhysicalName()
           
 byte[] getPhysicalNameBytes()
           
 void setIndex(java.lang.Integer value)
          Sets the value of the index property.
 void setPhysicalName(java.lang.String value)
           
 void setPhysicalNameBytes(byte[] value)
           
 
Methods inherited from class org.plasma.query.model.AbstractPathElement
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

PathElement

public PathElement()

PathElement

public PathElement(java.lang.String content)
Method Detail

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.