public class PathElement extends AbstractPathElement
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
index |
protected String |
physicalName
Stores the physical name associated with this
property.
|
protected byte[] |
physicalNameBytes
Stores the physical name bytes associated with this
property.
|
value| Constructor and Description |
|---|
PathElement() |
PathElement(String content) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIndex()
Gets the value of the index property.
|
String |
getPhysicalName() |
byte[] |
getPhysicalNameBytes() |
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setPhysicalName(String value) |
void |
setPhysicalNameBytes(byte[] value) |
getValue, setValueprotected Integer index
protected transient String physicalName
protected transient byte[] physicalNameBytes
public PathElement()
public PathElement(String content)
public Integer getIndex()
Integerpublic void setIndex(Integer value)
value - allowed object is
Integerpublic String getPhysicalName()
public void setPhysicalName(String value)
public byte[] getPhysicalNameBytes()
public void setPhysicalNameBytes(byte[] value)
Copyright © 2017. All rights reserved.