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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.DocumentFormat

public class DocumentFormat
extends Object

The Document Format provides a description of a variant of a logical document that is stored in a specific format. For example the PDS Standards Reference has HTML and PDF formatted versions.

Java class for Document_Format complex type.

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

 <complexType name="Document_Format">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="starting_point_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="format_type" 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
protected  String description
           
protected  String formatType
           
protected  String startingPointIdentifier
           
 
Constructor Summary
DocumentFormat()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getFormatType()
          Gets the value of the formatType property.
 String getStartingPointIdentifier()
          Gets the value of the startingPointIdentifier property.
 void setDescription(String value)
          Sets the value of the description property.
 void setFormatType(String value)
          Sets the value of the formatType property.
 void setStartingPointIdentifier(String value)
          Sets the value of the startingPointIdentifier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startingPointIdentifier

protected String startingPointIdentifier

formatType

protected String formatType

description

protected String description
Constructor Detail

DocumentFormat

public DocumentFormat()
Method Detail

getStartingPointIdentifier

public String getStartingPointIdentifier()
Gets the value of the startingPointIdentifier property.

Returns:
possible object is String

setStartingPointIdentifier

public void setStartingPointIdentifier(String value)
Sets the value of the startingPointIdentifier property.

Parameters:
value - allowed object is String

getFormatType

public String getFormatType()
Gets the value of the formatType property.

Returns:
possible object is String

setFormatType

public void setFormatType(String value)
Sets the value of the formatType property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.