Class XPath
- java.lang.Object
-
- gov.nasa.pds.harvest.search.policy.XPath
-
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="{https://pds.nasa.gov/software/pds4/harvest/v1}slotName"/> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description XPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getSlotName
public String getSlotName()
Gets the value of the slotName property.- Returns:
- possible object is
String
-
-