public class XPath extends Object
Java class for XPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XPath"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{}slotName"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
slotName |
protected String |
value |
Constructor and Description |
---|
XPath() |
Modifier and Type | Method and Description |
---|---|
String |
getSlotName()
Gets the value of the slotName property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setSlotName(String value)
Sets the value of the slotName property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getSlotName()
String
Copyright © 2019. All rights reserved.