gov.nasa.pds.harvest.policy
Class StorageIngestion

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

public class StorageIngestion
extends Object

Java class for StorageIngestion complex type.

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

 <complexType name="StorageIngestion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}serverUrl"/>
         <element ref="{}dataTransferType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataTransferType
           
protected  String serverUrl
           
 
Constructor Summary
StorageIngestion()
           
 
Method Summary
 String getDataTransferType()
          Gets the value of the dataTransferType property.
 String getServerUrl()
          Gets the value of the serverUrl property.
 void setDataTransferType(String value)
          Sets the value of the dataTransferType property.
 void setServerUrl(String value)
          Sets the value of the serverUrl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverUrl

protected String serverUrl

dataTransferType

protected String dataTransferType
Constructor Detail

StorageIngestion

public StorageIngestion()
Method Detail

getServerUrl

public String getServerUrl()
Gets the value of the serverUrl property.

Returns:
possible object is String

setServerUrl

public void setServerUrl(String value)
Sets the value of the serverUrl property.

Parameters:
value - allowed object is String

getDataTransferType

public String getDataTransferType()
Gets the value of the dataTransferType property.

Returns:
possible object is String

setDataTransferType

public void setDataTransferType(String value)
Sets the value of the dataTransferType property.

Parameters:
value - allowed object is String


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