public class SyncRequestValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
SyncRequestValueContainer()
Creates a new SyncRequestValueControlContainer object.
|
SyncRequestValueContainer(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control)
Creates a new SyncRequestValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
org.apache.directory.api.ldap.extras.controls.SyncRequestValue |
getSyncRequestValueControl() |
void |
setSyncRequestValueControl(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control)
Set a SyncRequestValueControl Object into the container.
|
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SyncRequestValueContainer()
public SyncRequestValueContainer(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control)
public org.apache.directory.api.ldap.extras.controls.SyncRequestValue getSyncRequestValueControl()
public void setSyncRequestValueControl(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control)
control - the SyncRequestValueControl to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.