Class SyncInfoValueContainer

    • Constructor Detail

      • SyncInfoValueContainer

        public SyncInfoValueContainer​(SyncInfoValue syncInfoValue)
        Creates a new SyncInfoValueContainer object.
        Parameters:
        syncInfoValue - The syncInfoValue to store
    • Method Detail

      • getSyncInfoValue

        public SyncInfoValue getSyncInfoValue()
        Returns:
        Returns the syncInfoValue instance.
      • setSyncInfoValue

        public void setSyncInfoValue​(SyncInfoValue syncInfoValue)
        Set a SyncInfoValue Object into the container. It will be completed by the ldapDecoder.
        Parameters:
        syncInfoValue - the SyncInfoValueCodec to set.