|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.StorageIngestion
public class StorageIngestion
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 |
---|
protected String serverUrl
protected String dataTransferType
Constructor Detail |
---|
public StorageIngestion()
Method Detail |
---|
public String getServerUrl()
String
public void setServerUrl(String value)
value
- allowed object is
String
public String getDataTransferType()
String
public void setDataTransferType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |