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>
Modifier and Type | Field and Description |
---|---|
protected String |
dataTransferType |
protected String |
serverUrl |
Constructor and Description |
---|
StorageIngestion() |
Modifier and Type | Method and 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.
|
protected String serverUrl
protected String dataTransferType
public String getServerUrl()
String
public void setServerUrl(String value)
value
- allowed object is
String
public String getDataTransferType()
String
Copyright © 2010–2016 Planetary Data System. All rights reserved.