Class StorageIngestion
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.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="{https://pds.nasa.gov/software/pds4/harvest/v1}serverUrl"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}dataTransferType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringdataTransferTypeprotected StringserverUrl
 - 
Constructor SummaryConstructors Constructor Description StorageIngestion()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataTransferType()Gets the value of the dataTransferType property.StringgetServerUrl()Gets the value of the serverUrl property.voidsetDataTransferType(String value)Sets the value of the dataTransferType property.voidsetServerUrl(String value)Sets the value of the serverUrl property.
 
- 
- 
- 
Method Detail- 
getServerUrlpublic String getServerUrl() Gets the value of the serverUrl property.- Returns:
- possible object is
     String
 
 - 
setServerUrlpublic void setServerUrl(String value) Sets the value of the serverUrl property.- Parameters:
- value- allowed object is- String
 
 - 
getDataTransferTypepublic String getDataTransferType() Gets the value of the dataTransferType property.- Returns:
- possible object is
     String
 
 
- 
 
-