public class XMLSchema extends ParsableByteStream
Java class for XML_Schema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XML_Schema">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream">
<sequence>
<element name="ldd_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}ldd_version_id" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lddVersionId |
description, objectLength, offset, parsingStandardIdlocalIdentifier, md5Checksum, name| Constructor and Description |
|---|
XMLSchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLddVersionId()
Gets the value of the lddVersionId property.
|
void |
setLddVersionId(java.lang.String value)
Sets the value of the lddVersionId property.
|
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNamepublic java.lang.String getLddVersionId()
Stringpublic void setLddVersionId(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.