public class ControlledLoadService extends Object
Constructor and Description |
---|
ControlledLoadService() |
ControlledLoadService(long serviceGeneralParameters) |
Modifier and Type | Method and Description |
---|---|
void |
encode() |
byte[] |
getBytes() |
int |
getGlobalBreakBit() |
int |
getLength() |
int |
getPerServiceHeader() |
int |
getPerServiceLength() |
long |
getServiceGeneralParameters() |
void |
setBytes(byte[] bytes) |
void |
setGlobalBreakBit(int globalBreakBit) |
void |
setLength(int length) |
void |
setPerServiceHeader(int perServiceHeader) |
void |
setPerServiceLength(int perServiceLength) |
void |
setServiceGeneralParameters(long serviceGeneralParameters) |
public ControlledLoadService()
public ControlledLoadService(long serviceGeneralParameters)
public void encode()
public int getPerServiceHeader()
public void setPerServiceHeader(int perServiceHeader)
public int getGlobalBreakBit()
public void setGlobalBreakBit(int globalBreakBit)
public int getPerServiceLength()
public void setPerServiceLength(int perServiceLength)
public long getServiceGeneralParameters()
public void setServiceGeneralParameters(long serviceGeneralParameters)
public byte[] getBytes()
public void setBytes(byte[] bytes)
public int getLength()
public void setLength(int length)
Copyright © 2016. All rights reserved.