jpl.mipl.mdms.FileService.komodo.messaging.msg.jaxb
Interface FileType

All Known Subinterfaces:
File
All Known Implementing Classes:
FileImpl, FileTypeImpl

public interface FileType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/pkg/vicar/v3604/java/jpl/mipl/mdms/FileService/komodo/server/resources/komodo-message.xsd line 109)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="type" type="{http://mdms.jpl.nasa.gov/komodo/schema}fileTypeType"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="contribute" type="{http://mdms.jpl.nasa.gov/komodo/schema}contributeType"/>
         <element name="time" type="{http://mdms.jpl.nasa.gov/komodo/schema}fileTimeType" minOccurs="0"/>
         <element name="checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="archiveNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getArchiveNote()
          Gets the value of the archiveNote property.
 String getChecksum()
          Gets the value of the checksum property.
 String getComment()
          Gets the value of the comment property.
 ContributeType getContribute()
          Gets the value of the contribute property.
 BigInteger getIdentifier()
          Gets the value of the identifier property.
 String getName()
          Gets the value of the name property.
 BigInteger getSize()
          Gets the value of the size property.
 FileTimeType getTime()
          Gets the value of the time property.
 FileTypeType getType()
          Gets the value of the type property.
 void setArchiveNote(String value)
          Sets the value of the archiveNote property.
 void setChecksum(String value)
          Sets the value of the checksum property.
 void setComment(String value)
          Sets the value of the comment property.
 void setContribute(ContributeType value)
          Sets the value of the contribute property.
 void setIdentifier(BigInteger value)
          Sets the value of the identifier property.
 void setName(String value)
          Sets the value of the name property.
 void setSize(BigInteger value)
          Sets the value of the size property.
 void setTime(FileTimeType value)
          Sets the value of the time property.
 void setType(FileTypeType value)
          Sets the value of the type property.
 

Method Detail

getType

FileTypeType getType()
Gets the value of the type property.

Returns:
possible object is FileTypeType

setType

void setType(FileTypeType value)
Sets the value of the type property.

Parameters:
value - allowed object is FileTypeType

getTime

FileTimeType getTime()
Gets the value of the time property.

Returns:
possible object is FileTimeType

setTime

void setTime(FileTimeType value)
Sets the value of the time property.

Parameters:
value - allowed object is FileTimeType

getComment

String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getArchiveNote

String getArchiveNote()
Gets the value of the archiveNote property.

Returns:
possible object is String

setArchiveNote

void setArchiveNote(String value)
Sets the value of the archiveNote property.

Parameters:
value - allowed object is String

getContribute

ContributeType getContribute()
Gets the value of the contribute property.

Returns:
possible object is ContributeType

setContribute

void setContribute(ContributeType value)
Sets the value of the contribute property.

Parameters:
value - allowed object is ContributeType

getSize

BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

void setSize(BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getIdentifier

BigInteger getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is BigInteger

setIdentifier

void setIdentifier(BigInteger value)
Sets the value of the identifier property.

Parameters:
value - allowed object is BigInteger

getChecksum

String getChecksum()
Gets the value of the checksum property.

Returns:
possible object is String

setChecksum

void setChecksum(String value)
Sets the value of the checksum property.

Parameters:
value - allowed object is String

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String