gov.nasa.pds.harvest.policy
Class XPath

java.lang.Object
  extended by gov.nasa.pds.harvest.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="{}slotName"/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String slotName
           
protected  String value
           
 
Constructor Summary
XPath()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.