gov.nasa.arc.pds.xml.generated
Class ServiceDescription

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.ParsableByteStream
          extended by gov.nasa.arc.pds.xml.generated.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}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" 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}ASCII_Short_String_Collapsed"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardId
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
ServiceDescription()
           
 
Method Summary
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getName, setLocalIdentifier, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription()


Copyright © 2014. All Rights Reserved.