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 Summary
Fields Modifier and Type Field Description protected String
dataTransferType
protected String
serverUrl
-
Constructor Summary
Constructors Constructor Description StorageIngestion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 isString
-
getDataTransferType
public String getDataTransferType()
Gets the value of the dataTransferType property.- Returns:
- possible object is
String
-
-