public class SyncInfoValueContainer extends AbstractContainer
| Constructor and Description |
|---|
SyncInfoValueContainer(LdapApiService codec)
Creates a new SyncInfoValueControlContainer object.
|
SyncInfoValueContainer(LdapApiService codec,
SyncInfoValue control)
Creates a new SyncInfoValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
LdapApiService |
getCodecService() |
SyncInfoValue |
getSyncInfoValueControl() |
void |
setSyncInfoValueControl(SyncInfoValue control)
Set a SyncInfoValueControl Object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SyncInfoValueContainer(LdapApiService codec)
public SyncInfoValueContainer(LdapApiService codec, SyncInfoValue control)
public SyncInfoValue getSyncInfoValueControl()
public void setSyncInfoValueControl(SyncInfoValue control)
control - the SyncInfoValueControlCodec to set.public LdapApiService getCodecService()
public void clean()
clean in class AbstractContainerCopyright © 2021. All rights reserved.