|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.ByteStream
public class ByteStream
The Byte Stream class defines a stream of bytes.
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"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
localIdentifier
|
protected String |
name
|
Constructor Summary | |
---|---|
ByteStream()
|
Method Summary | |
---|---|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property. |
String |
getName()
Gets the value of the name property. |
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String localIdentifier
Constructor Detail |
---|
public ByteStream()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |