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 SummaryConstructors Constructor Description XPath()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSlotName()Gets the value of the slotName property.StringgetValue()Gets the value of the value property.voidsetSlotName(String value)Sets the value of the slotName property.voidsetValue(String value)Sets the value of the value property.
 
- 
- 
- 
Method Detail- 
getValuepublic String getValue() Gets the value of the value property.- Returns:
- possible object is
     String
 
 - 
setValuepublic void setValue(String value) Sets the value of the value property.- Parameters:
- value- allowed object is- String
 
 - 
getSlotNamepublic String getSlotName() Gets the value of the slotName property.- Returns:
- possible object is
     String
 
 
- 
 
-