Package gov.nasa.arc.pds.xml.generated
Class XMLSchema
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ByteStream
- 
- gov.nasa.arc.pds.xml.generated.ParsableByteStream
- 
- gov.nasa.arc.pds.xml.generated.XMLSchema
 
 
 
- 
 public class XMLSchema extends ParsableByteStream The XML Schema class defines a resource used for the PDS4 implementation into XML.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringlddVersionId- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamdescription, objectLength, offset, parsingStandardId
 - 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description XMLSchema()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLddVersionId()Gets the value of the lddVersionId property.voidsetLddVersionId(java.lang.String value)Sets the value of the lddVersionId property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamgetDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 - 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
 
- 
 
- 
- 
- 
Method Detail- 
getLddVersionIdpublic java.lang.String getLddVersionId() Gets the value of the lddVersionId property.- Returns:
- possible object is
     String
 
 - 
setLddVersionIdpublic void setLddVersionId(java.lang.String value) Sets the value of the lddVersionId property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-