gov.nasa.arc.pds.xml.generated
Class Node

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Node

public class Node
extends Object

The Node class provides a description of an entity that provides local governance within the federated Planetary Data System.

Java class for Node complex type.

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

 <complexType name="Node">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="institution_name" type="{http://pds.nasa.gov/pds4/pds/v1}institution_name"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  String institutionName
           
protected  String name
           
 
Constructor Summary
Node()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getInstitutionName()
          Gets the value of the institutionName property.
 String getName()
          Gets the value of the name property.
 void setDescription(String value)
          Sets the value of the description property.
 void setInstitutionName(String value)
          Sets the value of the institutionName property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

institutionName

protected String institutionName

description

protected String description
Constructor Detail

Node

public Node()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getInstitutionName

public String getInstitutionName()
Gets the value of the institutionName property.

Returns:
possible object is String

setInstitutionName

public void setInstitutionName(String value)
Sets the value of the institutionName property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.