Class 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 Detail

      • serverUrl

        protected String serverUrl
      • dataTransferType

        protected String dataTransferType
    • Constructor Detail

      • StorageIngestion

        public StorageIngestion()
    • 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 is String
      • getDataTransferType

        public String getDataTransferType()
        Gets the value of the dataTransferType property.
        Returns:
        possible object is String
      • setDataTransferType

        public void setDataTransferType​(String value)
        Sets the value of the dataTransferType property.
        Parameters:
        value - allowed object is String