|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.RauditxRelocateHeader
public class RauditxRelocateHeader
Field Summary | |
---|---|
protected byte[] |
_byteBuffer
|
static int |
_DEFAULT_LEN
|
static ByteArrayField |
ADDR
ADDR DS XL8 END |
protected static AssemblerDatatypeFactory |
factory
|
static BinaryAsIntField |
LEN
LEN DS F |
static int |
RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECT |
static BinaryAsIntField |
RESERVED
RESERVED DS H Reserved |
static BinaryAsIntField |
TYPE
TYPE DS H |
Constructor Summary | |
---|---|
RauditxRelocateHeader()
|
|
RauditxRelocateHeader(byte[] buffer)
|
Method Summary | |
---|---|
byte[] |
getAddr()
|
byte[] |
getByteBuffer()
|
int |
getLen()
|
int |
getReserved()
|
int |
getType()
|
void |
setAddr(byte[] addr)
|
void |
setLen(int len)
|
void |
setReserved(int reserved)
|
void |
setType(int type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static AssemblerDatatypeFactory factory
public static final int RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECT
public static BinaryAsIntField TYPE
TYPE DS H
public static BinaryAsIntField RESERVED
RESERVED DS H Reserved
public static BinaryAsIntField LEN
LEN DS F
public static ByteArrayField ADDR
ADDR DS XL8 END
public static final int _DEFAULT_LEN
protected byte[] _byteBuffer
Constructor Detail |
---|
public RauditxRelocateHeader()
public RauditxRelocateHeader(byte[] buffer)
Method Detail |
---|
public byte[] getByteBuffer()
public int getType()
public void setType(int type)
public int getReserved()
public void setReserved(int reserved)
public int getLen()
public void setLen(int len)
public byte[] getAddr()
public void setAddr(byte[] addr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |