public class ByteStream extends 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 String |
localIdentifier |
protected String |
md5Checksum |
protected String |
name |
| Constructor and Description |
|---|
ByteStream() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
String |
getMd5Checksum()
Gets the value of the md5Checksum property.
|
String |
getName()
Gets the value of the name property.
|
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property.
|
void |
setMd5Checksum(String value)
Sets the value of the md5Checksum property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String localIdentifier
protected String md5Checksum
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLocalIdentifier()
Stringpublic void setLocalIdentifier(String value)
value - allowed object is
Stringpublic String getMd5Checksum()
StringCopyright © 2019. All rights reserved.