Class ServiceDescription


  • public class ServiceDescription
    extends ParsableByteStream
    The Service Description class defines a file that contains a standardized service specification.

    Java class for Service_Description complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Service_Description">
       <complexContent>
         <restriction base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream">
           <sequence>
             <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/>
             <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
             <element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" minOccurs="0"/>
             <element name="offset" type="{http://pds.nasa.gov/pds4/pds/v1}offset"/>
             <element name="object_length" type="{http://pds.nasa.gov/pds4/pds/v1}object_length" minOccurs="0"/>
             <element name="parsing_standard_id" type="{http://pds.nasa.gov/pds4/pds/v1}parsing_standard_id"/>
             <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ServiceDescription

        public ServiceDescription()