Uses of Class
gov.nasa.arc.pds.xml.generated.ObjectLength
-
Packages that use ObjectLength Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of ObjectLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as ObjectLength Modifier and Type Field Description protected ObjectLength
EncodedByteStream. objectLength
protected ObjectLength
ParsableByteStream. objectLength
Methods in gov.nasa.arc.pds.xml.generated that return ObjectLength Modifier and Type Method Description ObjectLength
ObjectFactory. createObjectLength()
Create an instance ofObjectLength
ObjectLength
EncodedByteStream. getObjectLength()
Gets the value of the objectLength property.ObjectLength
ParsableByteStream. getObjectLength()
Gets the value of the objectLength property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type ObjectLength Modifier and Type Method Description void
EncodedByteStream. setObjectLength(ObjectLength value)
Sets the value of the objectLength property.void
ParsableByteStream. setObjectLength(ObjectLength value)
Sets the value of the objectLength property.
-