gov.nasa.pds.harvest.policy
Class ElementName

java.lang.Object
  extended by gov.nasa.pds.harvest.policy.ElementName

public class ElementName
extends Object

Java class for ElementName complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ElementName">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute ref="{}slotName"/>
       <attribute ref="{}slotType"/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String slotName
           
protected  String slotType
           
protected  String value
           
 
Constructor Summary
ElementName()
           
 
Method Summary
 String getSlotName()
          Gets the value of the slotName property.
 String getSlotType()
          Gets the value of the slotType property.
 String getValue()
          Gets the value of the value property.
 void setSlotName(String value)
          Sets the value of the slotName property.
 void setSlotType(String value)
          Sets the value of the slotType 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

slotType

protected String slotType
Constructor Detail

ElementName

public ElementName()
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

getSlotType

public String getSlotType()
Gets the value of the slotType property.

Returns:
possible object is String

setSlotType

public void setSlotType(String value)
Sets the value of the slotType property.

Parameters:
value - allowed object is String


Copyright © 2010–2015 Planetary Data System. All rights reserved.