Class 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>
     
    • Field Detail

      • value

        protected String value
      • slotName

        protected String slotName
    • Constructor Detail

      • XPath

        public XPath()
    • 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 is String
      • getSlotName

        public String getSlotName()
        Gets the value of the slotName property.
        Returns:
        possible object is String
      • setSlotName

        public void setSlotName​(String value)
        Sets the value of the slotName property.
        Parameters:
        value - allowed object is String