Uses of Class
gov.nasa.arc.pds.xml.generated.Offset
-
Packages that use Offset Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of Offset in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as Offset Modifier and Type Field Description protected Offset
Array. offset
protected Offset
EncodedByteStream. offset
protected Offset
ParsableByteStream. offset
protected Offset
TableBase. offset
Methods in gov.nasa.arc.pds.xml.generated that return Offset Modifier and Type Method Description Offset
ObjectFactory. createOffset()
Create an instance ofOffset
Offset
Array. getOffset()
Gets the value of the offset property.Offset
EncodedByteStream. getOffset()
Gets the value of the offset property.Offset
ParsableByteStream. getOffset()
Gets the value of the offset property.Offset
TableBase. getOffset()
Gets the value of the offset property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type Offset Modifier and Type Method Description void
Array. setOffset(Offset value)
Sets the value of the offset property.void
EncodedByteStream. setOffset(Offset value)
Sets the value of the offset property.void
ParsableByteStream. setOffset(Offset value)
Sets the value of the offset property.void
TableBase. setOffset(Offset value)
Sets the value of the offset property.
-