public class ByteStream
extends java.lang.Object
Java class for Byte_Stream complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Byte_Stream">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
localIdentifier |
protected java.lang.String |
md5Checksum |
protected java.lang.String |
name |
| Constructor and Description |
|---|
ByteStream() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
java.lang.String |
getMd5Checksum()
Gets the value of the md5Checksum property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
void |
setMd5Checksum(java.lang.String value)
Sets the value of the md5Checksum property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected java.lang.String localIdentifier
protected java.lang.String md5Checksum
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMd5Checksum()
Stringpublic void setMd5Checksum(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.