public class StorageIngestion
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dataTransferType |
protected java.lang.String |
serverUrl |
Constructor and Description |
---|
StorageIngestion() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataTransferType()
Gets the value of the dataTransferType property.
|
java.lang.String |
getServerUrl()
Gets the value of the serverUrl property.
|
void |
setDataTransferType(java.lang.String value)
Sets the value of the dataTransferType property.
|
void |
setServerUrl(java.lang.String value)
Sets the value of the serverUrl property.
|
protected java.lang.String serverUrl
protected java.lang.String dataTransferType
public java.lang.String getServerUrl()
String
public void setServerUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataTransferType()
String
public void setDataTransferType(java.lang.String value)
value
- allowed object is
String
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.